@Generated(value="jsii-pacmak/1.63.2 (build a8a8833)", date="2022-08-02T20:25:36.982Z") public interface ICluster extends IResource
Modifier and Type | Interface and Description |
---|---|
static interface |
ICluster.Jsii$Default
Internal default implementation for
ICluster . |
static class |
ICluster.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
Modifier and Type | Method and Description |
---|---|
default IAutoScalingGroup |
getAutoscalingGroup()
The autoscaling group added to the cluster if capacity is associated to the cluster.
|
java.lang.String |
getClusterArn()
The Amazon Resource Name (ARN) that identifies the cluster.
|
java.lang.String |
getClusterName()
The name of the cluster.
|
Connections |
getConnections()
Manage the allowed network connections for the cluster with Security Groups.
|
default INamespace |
getDefaultCloudMapNamespace()
The AWS Cloud Map namespace to associate with the cluster.
|
default ExecuteCommandConfiguration |
getExecuteCommandConfiguration()
The execute command configuration for the cluster.
|
java.lang.Boolean |
getHasEc2Capacity()
Specifies whether the cluster has EC2 instance capacity.
|
IVpc |
getVpc()
The VPC associated with the cluster.
|
applyRemovalPolicy, getEnv, getStack
getNode
java.lang.String getClusterArn()
java.lang.String getClusterName()
Connections getConnections()
java.lang.Boolean getHasEc2Capacity()
IVpc getVpc()
default IAutoScalingGroup getAutoscalingGroup()
default INamespace getDefaultCloudMapNamespace()
default ExecuteCommandConfiguration getExecuteCommandConfiguration()