@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:17.252Z") @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.
|
Boolean |
getHasEc2Capacity()
(experimental) Specifies whether the cluster has EC2 instance capacity.
|
IVpc |
getVpc()
(experimental) The VPC associated with the cluster.
|
@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()
Copyright © 2021. All rights reserved.