@Stability(value=Stable) @Internal public static final class CfnClusterProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnClusterProps
CfnClusterPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnClusterProps.Builder, CfnClusterProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnClusterProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnClusterProps.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) |
List<String> |
getCapacityProviders()
The short name of one or more capacity providers to associate with the cluster.
|
String |
getClusterName()
A user-generated string that you use to identify your cluster.
|
Object |
getClusterSettings()
The setting to use when creating a cluster.
|
Object |
getConfiguration()
The execute command configuration for the cluster.
|
Object |
getDefaultCapacityProviderStrategy()
The default capacity provider strategy for the cluster.
|
List<CfnTag> |
getTags()
The metadata that you apply to the cluster to help you categorize and organize them.
|
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(CfnClusterProps.Builder builder)
CfnClusterProps.Builder.public final List<String> getCapacityProviders()
CfnClusterPropsA capacity provider must be associated with a cluster before it can be included as part of the default capacity provider strategy of the cluster or used in a capacity provider strategy.
If specifying a capacity provider that uses an Auto Scaling group, the capacity provider must already be created and not already associated with another cluster.
To use an AWS Fargate capacity provider, specify either the FARGATE or FARGATE_SPOT capacity providers. The AWS Fargate capacity providers are available to all accounts and only need to be associated with a cluster to be used.
getCapacityProviders in interface CfnClusterPropspublic final String getClusterName()
CfnClusterPropsIf you don't specify a name, AWS CloudFormation generates a unique physical ID for the name.
getClusterName in interface CfnClusterPropspublic final Object getClusterSettings()
CfnClusterProps
This parameter is used to enable CloudWatch Container Insights for a cluster. If this value is specified, it will override the containerInsights value set with PutAccountSetting or PutAccountSettingDefault .
getClusterSettings in interface CfnClusterPropspublic final Object getConfiguration()
CfnClusterPropsgetConfiguration in interface CfnClusterPropspublic final Object getDefaultCapacityProviderStrategy()
CfnClusterPropsWhen services or tasks are run in the cluster with no launch type or capacity provider strategy specified, the default capacity provider strategy is used.
getDefaultCapacityProviderStrategy in interface CfnClusterPropspublic final List<CfnTag> getTags()
CfnClusterPropsEach tag consists of a key and an optional value. You define both.
The following basic restrictions apply to tags:
aws: , AWS: , or any upper or lowercase combination of such as a prefix for either keys or values as it is reserved for AWS use. You cannot edit or delete tag keys or values with this prefix. Tags with this prefix do not count against your tags per resource limit.getTags in interface CfnClusterProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.