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
  • 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(CfnFlywheel.VpcConfigProperty.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnFlywheel.VpcConfigProperty.Builder.
  • Method Details

    • getSecurityGroupIds

      public final List<String> getSecurityGroupIds()
      Description copied from interface: CfnFlywheel.VpcConfigProperty
      The 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:
      getSecurityGroupIds in interface CfnFlywheel.VpcConfigProperty
    • getSubnets

      public final List<String> getSubnets()
      Description copied from interface: CfnFlywheel.VpcConfigProperty
      The 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:
      getSubnets in interface CfnFlywheel.VpcConfigProperty
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object