@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:06.762Z") @Stability(value=Experimental) public interface ClusterAttributes extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
ClusterAttributes.Builder
A builder for
ClusterAttributes |
static class |
ClusterAttributes.Jsii$Proxy
An implementation for
ClusterAttributes |
| Modifier and Type | Method and Description |
|---|---|
static ClusterAttributes.Builder |
builder() |
default IAutoScalingGroup |
getAutoscalingGroup()
(experimental) Autoscaling group added to the cluster if capacity is added.
|
default String |
getClusterArn()
(experimental) The Amazon Resource Name (ARN) that identifies the cluster.
|
String |
getClusterName()
(experimental) The name of the cluster.
|
default INamespace |
getDefaultCloudMapNamespace()
(experimental) The AWS Cloud Map namespace to associate with the cluster.
|
default ExecuteCommandConfiguration |
getExecuteCommandConfiguration()
(experimental) The execute command configuration for the cluster.
|
default Boolean |
getHasEc2Capacity()
(experimental) Specifies whether the cluster has EC2 instance capacity.
|
List<ISecurityGroup> |
getSecurityGroups()
(experimental) The security groups associated with the container instances registered to the cluster.
|
IVpc |
getVpc()
(experimental) The VPC associated with the cluster.
|
@Stability(value=Experimental) @NotNull String getClusterName()
@Stability(value=Experimental) @NotNull List<ISecurityGroup> getSecurityGroups()
@Stability(value=Experimental) @NotNull IVpc getVpc()
@Stability(value=Experimental) @Nullable default IAutoScalingGroup getAutoscalingGroup()
Default: - No default autoscaling group
@Stability(value=Experimental) @Nullable default String getClusterArn()
Default: Derived from clusterName
@Stability(value=Experimental) @Nullable default INamespace getDefaultCloudMapNamespace()
Default: - No default namespace
@Stability(value=Experimental) @Nullable default ExecuteCommandConfiguration getExecuteCommandConfiguration()
Default: - none.
@Stability(value=Experimental) @Nullable default Boolean getHasEc2Capacity()
Default: true
@Stability(value=Experimental) static ClusterAttributes.Builder builder()
ClusterAttributes.Builder of ClusterAttributesCopyright © 2021. All rights reserved.