Class CfnCapacityProvider.ManagedInstancesNetworkConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ecs.CfnCapacityProvider.ManagedInstancesNetworkConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCapacityProvider.ManagedInstancesNetworkConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCapacityProvider.ManagedInstancesNetworkConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnCapacityProvider.ManagedInstancesNetworkConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCapacityProvider.ManagedInstancesNetworkConfigurationProperty
An implementation for
CfnCapacityProvider.ManagedInstancesNetworkConfigurationProperty-
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.CfnCapacityProvider.ManagedInstancesNetworkConfigurationProperty
CfnCapacityProvider.ManagedInstancesNetworkConfigurationProperty.Builder, CfnCapacityProvider.ManagedInstancesNetworkConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCapacityProvider.ManagedInstancesNetworkConfigurationProperty.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 booleanThe list of security group IDs to apply to Amazon ECS Managed Instances.The list of subnet IDs where Amazon ECS can launch Amazon ECS Managed Instances.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
protected Jsii$Proxy(CfnCapacityProvider.ManagedInstancesNetworkConfigurationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnCapacityProvider.ManagedInstancesNetworkConfigurationProperty.Builder.
-
-
Method Details
-
getSubnets
Description copied from interface:CfnCapacityProvider.ManagedInstancesNetworkConfigurationPropertyThe list of subnet IDs where Amazon ECS can launch Amazon ECS Managed Instances.Instances are distributed across the specified subnets for high availability. All subnets must be in the same VPC.
- Specified by:
getSubnetsin interfaceCfnCapacityProvider.ManagedInstancesNetworkConfigurationProperty- See Also:
-
getSecurityGroups
Description copied from interface:CfnCapacityProvider.ManagedInstancesNetworkConfigurationPropertyThe list of security group IDs to apply to Amazon ECS Managed Instances.These security groups control the network traffic allowed to and from the instances.
- Specified by:
getSecurityGroupsin interfaceCfnCapacityProvider.ManagedInstancesNetworkConfigurationProperty- See Also:
-
$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()
-