@Generated(value="jsii-pacmak/0.20.4 (build 96d89e1)", date="2019-11-12T11:54:58.355Z") @Stability(value=External) public interface CfnServiceProps extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html
Modifier and Type | Interface and Description |
---|---|
static class |
CfnServiceProps.Builder
A builder for
CfnServiceProps |
static class |
CfnServiceProps.Jsii$Proxy
An implementation for
CfnServiceProps |
Modifier and Type | Method and Description |
---|---|
static CfnServiceProps.Builder |
builder() |
default String |
getCluster()
`AWS::ECS::Service.Cluster`.
|
default Object |
getDeploymentConfiguration()
`AWS::ECS::Service.DeploymentConfiguration`.
|
default Number |
getDesiredCount()
`AWS::ECS::Service.DesiredCount`.
|
default Object |
getEnableEcsManagedTags()
`AWS::ECS::Service.EnableECSManagedTags`.
|
default Number |
getHealthCheckGracePeriodSeconds()
`AWS::ECS::Service.HealthCheckGracePeriodSeconds`.
|
default String |
getLaunchType()
`AWS::ECS::Service.LaunchType`.
|
default Object |
getLoadBalancers()
`AWS::ECS::Service.LoadBalancers`.
|
default Object |
getNetworkConfiguration()
`AWS::ECS::Service.NetworkConfiguration`.
|
default Object |
getPlacementConstraints()
`AWS::ECS::Service.PlacementConstraints`.
|
default Object |
getPlacementStrategies()
`AWS::ECS::Service.PlacementStrategies`.
|
default String |
getPlatformVersion()
`AWS::ECS::Service.PlatformVersion`.
|
default String |
getPropagateTags()
`AWS::ECS::Service.PropagateTags`.
|
default String |
getRole()
`AWS::ECS::Service.Role`.
|
default String |
getSchedulingStrategy()
`AWS::ECS::Service.SchedulingStrategy`.
|
default String |
getServiceName()
`AWS::ECS::Service.ServiceName`.
|
default Object |
getServiceRegistries()
`AWS::ECS::Service.ServiceRegistries`.
|
default List<CfnTag> |
getTags()
`AWS::ECS::Service.Tags`.
|
String |
getTaskDefinition()
`AWS::ECS::Service.TaskDefinition`.
|
@Stability(value=External) String getTaskDefinition()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-taskdefinition
@Stability(value=External) default String getCluster()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-cluster
@Stability(value=External) default Object getDeploymentConfiguration()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-deploymentconfiguration
@Stability(value=External) default Number getDesiredCount()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-desiredcount
@Stability(value=External) default Object getEnableEcsManagedTags()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-enableecsmanagedtags
@Stability(value=External) default Number getHealthCheckGracePeriodSeconds()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-healthcheckgraceperiodseconds
@Stability(value=External) default String getLaunchType()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-launchtype
@Stability(value=External) default Object getLoadBalancers()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-loadbalancers
@Stability(value=External) default Object getNetworkConfiguration()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-networkconfiguration
@Stability(value=External) default Object getPlacementConstraints()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-placementconstraints
@Stability(value=External) default Object getPlacementStrategies()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-placementstrategies
@Stability(value=External) default String getPlatformVersion()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-platformversion
@Stability(value=External) default String getPropagateTags()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-propagatetags
@Stability(value=External) default String getRole()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-role
@Stability(value=External) default String getSchedulingStrategy()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-schedulingstrategy
@Stability(value=External) default String getServiceName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-servicename
@Stability(value=External) default Object getServiceRegistries()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-serviceregistries
@Stability(value=External) default List<CfnTag> getTags()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-tags
@Stability(value=External) static CfnServiceProps.Builder builder()
CfnServiceProps.Builder
of CfnServiceProps
Copyright © 2019. All rights reserved.