Class ClusterProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ecs.ClusterProps.Jsii$Proxy
- All Implemented Interfaces:
ClusterProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ClusterProps
@Stability(Stable)
@Internal
public static final class ClusterProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ClusterProps
An implementation for
ClusterProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ecs.ClusterProps
ClusterProps.Builder, ClusterProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(ClusterProps.Builder builder) Constructor that initializes the object based on literal property values passed by theClusterProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal AddCapacityOptionsThe ec2 capacity to add to the cluster.final StringThe name for the cluster.final Boolean(deprecated) If true CloudWatch Container Insights will be enabled for the cluster.final ContainerInsightsThe CloudWatch Container Insights configuration for the cluster.final CloudMapNamespaceOptionsThe service discovery namespace created in this cluster.final BooleanWhether to enable Fargate Capacity Providers.The execute command configuration for the cluster.Encryption configuration for ECS Managed storage.final IVpcgetVpc()The VPC where your ECS instances will be running or your ENIs will be deployed.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theClusterProps.Builder.
-
-
Method Details
-
getCapacity
Description copied from interface:ClusterPropsThe ec2 capacity to add to the cluster.Default: - no EC2 capacity will be added, you can use `addCapacity` to add capacity later.
- Specified by:
getCapacityin interfaceClusterProps
-
getClusterName
Description copied from interface:ClusterPropsThe name for the cluster.Default: CloudFormation-generated name
- Specified by:
getClusterNamein interfaceClusterProps
-
getContainerInsights
Description copied from interface:ClusterProps(deprecated) If true CloudWatch Container Insights will be enabled for the cluster.Default: - Container Insights will be disabled for this cluster.
- Specified by:
getContainerInsightsin interfaceClusterProps
-
getContainerInsightsV2
Description copied from interface:ClusterPropsThe CloudWatch Container Insights configuration for the cluster.Default:
This may be overridden by ECS account level settings.invalid reference
ContainerInsights.DISABLED- Specified by:
getContainerInsightsV2in interfaceClusterProps
-
getDefaultCloudMapNamespace
Description copied from interface:ClusterPropsThe service discovery namespace created in this cluster.Default: - no service discovery namespace created, you can use `addDefaultCloudMapNamespace` to add a default service discovery namespace later.
- Specified by:
getDefaultCloudMapNamespacein interfaceClusterProps
-
getEnableFargateCapacityProviders
Description copied from interface:ClusterPropsWhether to enable Fargate Capacity Providers.Default: false
- Specified by:
getEnableFargateCapacityProvidersin interfaceClusterProps
-
getExecuteCommandConfiguration
Description copied from interface:ClusterPropsThe execute command configuration for the cluster.Default: - no configuration will be provided.
- Specified by:
getExecuteCommandConfigurationin interfaceClusterProps
-
getManagedStorageConfiguration
Description copied from interface:ClusterPropsEncryption configuration for ECS Managed storage.Default: - no encryption will be applied.
- Specified by:
getManagedStorageConfigurationin interfaceClusterProps
-
getVpc
Description copied from interface:ClusterPropsThe VPC where your ECS instances will be running or your ENIs will be deployed.Default: - creates a new VPC with two AZs
- Specified by:
getVpcin interfaceClusterProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-