Class CfnEnvironment.NetworkConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mwaa.CfnEnvironment.NetworkConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnEnvironment.NetworkConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnEnvironment.NetworkConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnEnvironment.NetworkConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEnvironment.NetworkConfigurationProperty
An implementation for
CfnEnvironment.NetworkConfigurationProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.mwaa.CfnEnvironment.NetworkConfigurationProperty
CfnEnvironment.NetworkConfigurationProperty.Builder, CfnEnvironment.NetworkConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnEnvironment.NetworkConfigurationProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
A list of one or more security group IDs.A list of subnet IDs.final int
hashCode()
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 theCfnEnvironment.NetworkConfigurationProperty.Builder
.
-
-
Method Details
-
getSecurityGroupIds
Description copied from interface:CfnEnvironment.NetworkConfigurationProperty
A list of one or more security group IDs.Accepts up to 5 security group IDs. A security group must be attached to the same VPC as the subnets. To learn more, see Security in your VPC on Amazon MWAA .
- Specified by:
getSecurityGroupIds
in interfaceCfnEnvironment.NetworkConfigurationProperty
-
getSubnetIds
Description copied from interface:CfnEnvironment.NetworkConfigurationProperty
A list of subnet IDs.Required to create an environment. Must be private subnets in two different availability zones. A subnet must be attached to the same VPC as the security group. To learn more, see About networking on Amazon MWAA .
- Specified by:
getSubnetIds
in interfaceCfnEnvironment.NetworkConfigurationProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-