Class CfnFunctionPropsMixin.VpcConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.lambda.CfnFunctionPropsMixin.VpcConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFunctionPropsMixin.VpcConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFunctionPropsMixin.VpcConfigProperty
@Stability(Stable)
@Internal
public static final class CfnFunctionPropsMixin.VpcConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFunctionPropsMixin.VpcConfigProperty
An implementation for
CfnFunctionPropsMixin.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.cfnpropertymixins.services.lambda.CfnFunctionPropsMixin.VpcConfigProperty
CfnFunctionPropsMixin.VpcConfigProperty.Builder, CfnFunctionPropsMixin.VpcConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFunctionPropsMixin.VpcConfigProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnFunctionPropsMixin.VpcConfigProperty.Builder.
-
-
Method Details
-
getIpv6AllowedForDualStack
Description copied from interface:CfnFunctionPropsMixin.VpcConfigPropertyAllows outbound IPv6 traffic on VPC functions that are connected to dual-stack subnets.Returns union: either
BooleanorIResolvable- Specified by:
getIpv6AllowedForDualStackin interfaceCfnFunctionPropsMixin.VpcConfigProperty- See Also:
-
getSecurityGroupIds
Description copied from interface:CfnFunctionPropsMixin.VpcConfigPropertyA list of VPC security group IDs.Returns union: Listinvalid input: '<'either
StringorISecurityGroupRef>- Specified by:
getSecurityGroupIdsin interfaceCfnFunctionPropsMixin.VpcConfigProperty- See Also:
-
getSubnetIds
Description copied from interface:CfnFunctionPropsMixin.VpcConfigPropertyA list of VPC subnet IDs.Returns union: Listinvalid input: '<'either
StringorISubnetRef>- Specified by:
getSubnetIdsin interfaceCfnFunctionPropsMixin.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()
-