@Stability(value=Experimental) @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(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(String clusterName,
List<? extends ISecurityGroup> securityGroups,
IVpc vpc,
IAutoScalingGroup autoscalingGroup,
String clusterArn,
INamespace defaultCloudMapNamespace,
ExecuteCommandConfiguration executeCommandConfiguration,
Boolean hasEc2Capacity)
Constructor that initializes the object based on literal property values passed by the
ClusterAttributes.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
IAutoScalingGroup |
getAutoscalingGroup()
(experimental) Autoscaling group added to the cluster if capacity is added.
|
String |
getClusterArn()
(experimental) The Amazon Resource Name (ARN) that identifies the cluster.
|
String |
getClusterName()
(experimental) The name of the cluster.
|
INamespace |
getDefaultCloudMapNamespace()
(experimental) The AWS Cloud Map namespace to associate with the cluster.
|
ExecuteCommandConfiguration |
getExecuteCommandConfiguration()
(experimental) The execute command configuration for the cluster.
|
Boolean |
getHasEc2Capacity()
(experimental) Specifies whether the cluster has EC2 instance capacity.
|
List<ISecurityGroup> |
getSecurityGroups()
(experimental) The security groups associated with the container instances registered to the cluster.
|
IVpc |
getVpc()
(experimental) 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(String clusterName, List<? extends ISecurityGroup> securityGroups, IVpc vpc, IAutoScalingGroup autoscalingGroup, String clusterArn, INamespace defaultCloudMapNamespace, ExecuteCommandConfiguration executeCommandConfiguration, Boolean hasEc2Capacity)
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 © 2021. All rights reserved.