@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:47.573Z") @Stability(value=Experimental) public interface ICluster extends software.amazon.jsii.JsiiSerializable, 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()
(experimental) The autoscaling group added to the cluster if capacity is associated to the cluster.
|
String |
getClusterArn()
(experimental) The Amazon Resource Name (ARN) that identifies the cluster.
|
String |
getClusterName()
(experimental) The name of the cluster.
|
Connections |
getConnections()
(experimental) Manage the allowed network connections for the cluster with Security Groups.
|
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.
|
Boolean |
getHasEc2Capacity()
(experimental) Specifies whether the cluster has EC2 instance capacity.
|
IVpc |
getVpc()
(experimental) The VPC associated with the cluster.
|
applyRemovalPolicy, getEnv, getStackgetNode@Stability(value=Experimental) @NotNull String getClusterArn()
@Stability(value=Experimental) @NotNull String getClusterName()
@Stability(value=Experimental) @NotNull Connections getConnections()
@Stability(value=Experimental) @NotNull Boolean getHasEc2Capacity()
@Stability(value=Experimental) @NotNull IVpc getVpc()
@Stability(value=Experimental) @Nullable default IAutoScalingGroup getAutoscalingGroup()
@Stability(value=Experimental) @Nullable default INamespace getDefaultCloudMapNamespace()
@Stability(value=Experimental) @Nullable default ExecuteCommandConfiguration getExecuteCommandConfiguration()
Copyright © 2022. All rights reserved.