@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-11T12:53:28.683Z") @Stability(value=Stable) public interface CfnClusterProps extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html
Modifier and Type | Interface and Description |
---|---|
static class |
CfnClusterProps.Builder
A builder for
CfnClusterProps |
static class |
CfnClusterProps.Jsii$Proxy
An implementation for
CfnClusterProps |
Modifier and Type | Method and Description |
---|---|
static CfnClusterProps.Builder |
builder() |
default List<String> |
getCapacityProviders()
`AWS::ECS::Cluster.CapacityProviders`.
|
default String |
getClusterName()
`AWS::ECS::Cluster.ClusterName`.
|
default Object |
getClusterSettings()
`AWS::ECS::Cluster.ClusterSettings`.
|
default Object |
getDefaultCapacityProviderStrategy()
`AWS::ECS::Cluster.DefaultCapacityProviderStrategy`.
|
default List<CfnTag> |
getTags()
`AWS::ECS::Cluster.Tags`.
|
@Stability(value=Stable) @Nullable default List<String> getCapacityProviders()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html#cfn-ecs-cluster-capacityproviders
@Stability(value=Stable) @Nullable default String getClusterName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html#cfn-ecs-cluster-clustername
@Stability(value=Stable) @Nullable default Object getClusterSettings()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html#cfn-ecs-cluster-clustersettings
@Stability(value=Stable) @Nullable default Object getDefaultCapacityProviderStrategy()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html#cfn-ecs-cluster-defaultcapacityproviderstrategy
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html#cfn-ecs-cluster-tags
@Stability(value=Stable) static CfnClusterProps.Builder builder()
CfnClusterProps.Builder
of CfnClusterProps
Copyright © 2020. All rights reserved.