@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:17.194Z") @Stability(value=Stable) public interface CfnServiceProps extends software.amazon.jsii.JsiiSerializable
| 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 Object |
getCapacityProviderStrategy()
`AWS::ECS::Service.CapacityProviderStrategy`.
|
default String |
getCluster()
`AWS::ECS::Service.Cluster`.
|
default Object |
getDeploymentConfiguration()
`AWS::ECS::Service.DeploymentConfiguration`.
|
default Object |
getDeploymentController()
`AWS::ECS::Service.DeploymentController`.
|
default Number |
getDesiredCount()
`AWS::ECS::Service.DesiredCount`.
|
default Object |
getEnableEcsManagedTags()
`AWS::ECS::Service.EnableECSManagedTags`.
|
default Object |
getEnableExecuteCommand()
`AWS::ECS::Service.EnableExecuteCommand`.
|
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`.
|
default String |
getTaskDefinition()
`AWS::ECS::Service.TaskDefinition`.
|
@Stability(value=Stable) @Nullable default Object getCapacityProviderStrategy()
@Stability(value=Stable) @Nullable default String getCluster()
@Stability(value=Stable) @Nullable default Object getDeploymentConfiguration()
@Stability(value=Stable) @Nullable default Object getDeploymentController()
@Stability(value=Stable) @Nullable default Number getDesiredCount()
@Stability(value=Stable) @Nullable default Object getEnableEcsManagedTags()
@Stability(value=Stable) @Nullable default Object getEnableExecuteCommand()
@Stability(value=Stable) @Nullable default Number getHealthCheckGracePeriodSeconds()
@Stability(value=Stable) @Nullable default String getLaunchType()
@Stability(value=Stable) @Nullable default Object getLoadBalancers()
@Stability(value=Stable) @Nullable default Object getNetworkConfiguration()
@Stability(value=Stable) @Nullable default Object getPlacementConstraints()
@Stability(value=Stable) @Nullable default Object getPlacementStrategies()
@Stability(value=Stable) @Nullable default String getPlatformVersion()
@Stability(value=Stable) @Nullable default String getPropagateTags()
@Stability(value=Stable) @Nullable default String getRole()
@Stability(value=Stable) @Nullable default String getSchedulingStrategy()
@Stability(value=Stable) @Nullable default String getServiceName()
@Stability(value=Stable) @Nullable default Object getServiceRegistries()
@Stability(value=Stable) @Nullable default String getTaskDefinition()
@Stability(value=Stable) static CfnServiceProps.Builder builder()
CfnServiceProps.Builder of CfnServicePropsCopyright © 2021. All rights reserved.