Interface ICluster
- All Superinterfaces:
IConstruct
,software.constructs.IConstruct
,IDependable
,IResource
,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
ICluster.Jsii$Default
- All Known Implementing Classes:
Cluster
,ICluster.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:47.378Z")
@Stability(Stable)
public interface ICluster
extends software.amazon.jsii.JsiiSerializable, IResource
A regional grouping of one or more container instances on which you can run tasks and services.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forICluster
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptiondefault IAutoScalingGroup
The autoscaling group added to the cluster if capacity is associated to the cluster.The Amazon Resource Name (ARN) that identifies the cluster.The name of the cluster.Manage the allowed network connections for the cluster with Security Groups.default INamespace
The AWS Cloud Map namespace to associate with the cluster.default ExecuteCommandConfiguration
The execute command configuration for the cluster.Specifies whether the cluster has EC2 instance capacity.getVpc()
The VPC associated with the cluster.Methods inherited from interface software.amazon.awscdk.core.IConstruct
getNode
Methods inherited from interface software.amazon.awscdk.core.IResource
applyRemovalPolicy, getEnv, getStack
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getClusterArn
The Amazon Resource Name (ARN) that identifies the cluster. -
getClusterName
The name of the cluster. -
getConnections
Manage the allowed network connections for the cluster with Security Groups. -
getHasEc2Capacity
Specifies whether the cluster has EC2 instance capacity. -
getVpc
The VPC associated with the cluster. -
getAutoscalingGroup
The autoscaling group added to the cluster if capacity is associated to the cluster. -
getDefaultCloudMapNamespace
The AWS Cloud Map namespace to associate with the cluster. -
getExecuteCommandConfiguration
The execute command configuration for the cluster.
-