@Stability(value=Stable) @Internal public static final class ClusterAttributes.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ClusterAttributes
ClusterAttributessoftware.amazon.jsii.JsiiObject.InitializationModeClusterAttributes.Builder, ClusterAttributes.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(ClusterAttributes.Builder builder)
Constructor that initializes the object based on literal property values passed by the
ClusterAttributes.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
IAutoScalingGroup |
getAutoscalingGroup()
Autoscaling group added to the cluster if capacity is added.
|
String |
getClusterArn()
The Amazon Resource Name (ARN) that identifies the cluster.
|
String |
getClusterName()
The name of the cluster.
|
INamespace |
getDefaultCloudMapNamespace()
The AWS Cloud Map namespace to associate with the cluster.
|
ExecuteCommandConfiguration |
getExecuteCommandConfiguration()
The execute command configuration for the cluster.
|
Boolean |
getHasEc2Capacity()
Specifies whether the cluster has EC2 instance capacity.
|
List<ISecurityGroup> |
getSecurityGroups()
The security groups associated with the container instances registered to the cluster.
|
IVpc |
getVpc()
The VPC associated with the cluster.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(ClusterAttributes.Builder builder)
ClusterAttributes.Builder.public final String getClusterName()
ClusterAttributesgetClusterName in interface ClusterAttributespublic final List<ISecurityGroup> getSecurityGroups()
ClusterAttributesgetSecurityGroups in interface ClusterAttributespublic final IVpc getVpc()
ClusterAttributesgetVpc in interface ClusterAttributespublic final IAutoScalingGroup getAutoscalingGroup()
ClusterAttributesDefault: - No default autoscaling group
getAutoscalingGroup in interface ClusterAttributespublic final String getClusterArn()
ClusterAttributesDefault: Derived from clusterName
getClusterArn in interface ClusterAttributespublic final INamespace getDefaultCloudMapNamespace()
ClusterAttributesDefault: - No default namespace
getDefaultCloudMapNamespace in interface ClusterAttributespublic final ExecuteCommandConfiguration getExecuteCommandConfiguration()
ClusterAttributesDefault: - none.
getExecuteCommandConfiguration in interface ClusterAttributespublic final Boolean getHasEc2Capacity()
ClusterAttributesDefault: true
getHasEc2Capacity in interface ClusterAttributes@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.