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