Class CfnCapacityProviderPropsMixin.ManagedInstancesNetworkConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.ecs.CfnCapacityProviderPropsMixin.ManagedInstancesNetworkConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCapacityProviderPropsMixin.ManagedInstancesNetworkConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCapacityProviderPropsMixin.ManagedInstancesNetworkConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnCapacityProviderPropsMixin.ManagedInstancesNetworkConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCapacityProviderPropsMixin.ManagedInstancesNetworkConfigurationProperty
An implementation for
CfnCapacityProviderPropsMixin.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.cfnpropertymixins.services.ecs.CfnCapacityProviderPropsMixin.ManagedInstancesNetworkConfigurationProperty
CfnCapacityProviderPropsMixin.ManagedInstancesNetworkConfigurationProperty.Builder, CfnCapacityProviderPropsMixin.ManagedInstancesNetworkConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnCapacityProviderPropsMixin.ManagedInstancesNetworkConfigurationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnCapacityProviderPropsMixin.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(CfnCapacityProviderPropsMixin.ManagedInstancesNetworkConfigurationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnCapacityProviderPropsMixin.ManagedInstancesNetworkConfigurationProperty.Builder.
-
-
Method Details
-
getSecurityGroups
Description copied from interface:CfnCapacityProviderPropsMixin.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 interfaceCfnCapacityProviderPropsMixin.ManagedInstancesNetworkConfigurationProperty- See Also:
-
getSubnets
Description copied from interface:CfnCapacityProviderPropsMixin.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 interfaceCfnCapacityProviderPropsMixin.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()
-