public static final class CfnClusterProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnClusterProps
CfnClusterProps
CfnClusterProps.Builder, CfnClusterProps.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.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.util.List<java.lang.String> |
getCapacityProviders()
The short name of one or more capacity providers to associate with the cluster.
|
java.lang.String |
getClusterName()
A user-generated string that you use to identify your cluster.
|
java.lang.Object |
getClusterSettings()
The setting to use when creating a cluster.
|
java.lang.Object |
getConfiguration()
The execute command configuration for the cluster.
|
java.lang.Object |
getDefaultCapacityProviderStrategy()
The default capacity provider strategy for the cluster.
|
java.util.List<CfnTag> |
getTags()
The metadata that you apply to the cluster to help you categorize and organize them.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.util.List<java.lang.String> getCapacityProviders()
CfnClusterProps
A 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 CfnClusterProps
public final java.lang.String getClusterName()
CfnClusterProps
If you don't specify a name, AWS CloudFormation generates a unique physical ID for the name.
getClusterName
in interface CfnClusterProps
public final java.lang.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 CfnClusterProps
public final java.lang.Object getConfiguration()
CfnClusterProps
getConfiguration
in interface CfnClusterProps
public final java.lang.Object getDefaultCapacityProviderStrategy()
CfnClusterProps
When 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 CfnClusterProps
public final java.util.List<CfnTag> getTags()
CfnClusterProps
Each 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
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()