Class CfnHostPropsMixin.VpcConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.codeconnections.CfnHostPropsMixin.VpcConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnHostPropsMixin.VpcConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnHostPropsMixin.VpcConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnHostPropsMixin.VpcConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnHostPropsMixin.VpcConfigurationProperty
An implementation for
CfnHostPropsMixin.VpcConfigurationProperty-
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.codeconnections.CfnHostPropsMixin.VpcConfigurationProperty
CfnHostPropsMixin.VpcConfigurationProperty.Builder, CfnHostPropsMixin.VpcConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnHostPropsMixin.VpcConfigurationProperty.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 of the security group or security groups associated with the Amazon VPC.The ID of the subnet or subnets associated with the Amazon VPC.final StringThe value of the Transport Layer Security (TLS) certificate associated with the infrastructure where your provider type is installed.final StringgetVpcId()The ID of the Amazon VPC connected to the infrastructure where your provider type is installed.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 theCfnHostPropsMixin.VpcConfigurationProperty.Builder.
-
-
Method Details
-
getSecurityGroupIds
Description copied from interface:CfnHostPropsMixin.VpcConfigurationPropertyThe ID of the security group or security groups associated with the Amazon VPC.- Specified by:
getSecurityGroupIdsin interfaceCfnHostPropsMixin.VpcConfigurationProperty- See Also:
-
getSubnetIds
Description copied from interface:CfnHostPropsMixin.VpcConfigurationPropertyThe ID of the subnet or subnets associated with the Amazon VPC.- Specified by:
getSubnetIdsin interfaceCfnHostPropsMixin.VpcConfigurationProperty- See Also:
-
getTlsCertificate
Description copied from interface:CfnHostPropsMixin.VpcConfigurationPropertyThe value of the Transport Layer Security (TLS) certificate associated with the infrastructure where your provider type is installed.- Specified by:
getTlsCertificatein interfaceCfnHostPropsMixin.VpcConfigurationProperty- See Also:
-
getVpcId
Description copied from interface:CfnHostPropsMixin.VpcConfigurationPropertyThe ID of the Amazon VPC connected to the infrastructure where your provider type is installed.- Specified by:
getVpcIdin interfaceCfnHostPropsMixin.VpcConfigurationProperty- 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()
-