Class CfnFlywheel.VpcConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.comprehend.CfnFlywheel.VpcConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFlywheel.VpcConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFlywheel.VpcConfigProperty
@Stability(Stable)
@Internal
public static final class CfnFlywheel.VpcConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFlywheel.VpcConfigProperty
An implementation for
CfnFlywheel.VpcConfigProperty-
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.comprehend.CfnFlywheel.VpcConfigProperty
CfnFlywheel.VpcConfigProperty.Builder, CfnFlywheel.VpcConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFlywheel.VpcConfigProperty.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 ID number for a security group on an instance of your private VPC.The ID for each subnet being used in your private VPC.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 theCfnFlywheel.VpcConfigProperty.Builder.
-
-
Method Details
-
getSecurityGroupIds
Description copied from interface:CfnFlywheel.VpcConfigPropertyThe ID number for a security group on an instance of your private VPC.Security groups on your VPC function serve as a virtual firewall to control inbound and outbound traffic and provides security for the resources that you’ll be accessing on the VPC. This ID number is preceded by "sg-", for instance: "sg-03b388029b0a285ea". For more information, see Security Groups for your VPC .
- Specified by:
getSecurityGroupIdsin interfaceCfnFlywheel.VpcConfigProperty- See Also:
-
getSubnets
Description copied from interface:CfnFlywheel.VpcConfigPropertyThe ID for each subnet being used in your private VPC.This subnet is a subset of the a range of IPv4 addresses used by the VPC and is specific to a given availability zone in the VPC’s Region. This ID number is preceded by "subnet-", for instance: "subnet-04ccf456919e69055". For more information, see VPCs and Subnets .
- Specified by:
getSubnetsin interfaceCfnFlywheel.VpcConfigProperty- 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()
-