Class CfnNetworkConnector.VpcEgressConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lambda.CfnNetworkConnector.VpcEgressConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnNetworkConnector.VpcEgressConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnNetworkConnector.VpcEgressConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnNetworkConnector.VpcEgressConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnNetworkConnector.VpcEgressConfigurationProperty
An implementation for
CfnNetworkConnector.VpcEgressConfigurationProperty-
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.lambda.CfnNetworkConnector.VpcEgressConfigurationProperty
CfnNetworkConnector.VpcEgressConfigurationProperty.Builder, CfnNetworkConnector.VpcEgressConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnNetworkConnector.VpcEgressConfigurationProperty.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 types of Lambda compute resources that can use this connector.final StringThe network protocol for the connector.The IDs of the VPC security groups to attach to the ENIs.The IDs of the VPC subnets where Lambda provisions elastic network interfaces (ENIs).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 theCfnNetworkConnector.VpcEgressConfigurationProperty.Builder.
-
-
Method Details
-
getAssociatedComputeResourceTypes
Description copied from interface:CfnNetworkConnector.VpcEgressConfigurationPropertyThe types of Lambda compute resources that can use this connector.Currently, only MicroVm is supported.
- Specified by:
getAssociatedComputeResourceTypesin interfaceCfnNetworkConnector.VpcEgressConfigurationProperty- See Also:
-
getSubnetIds
Description copied from interface:CfnNetworkConnector.VpcEgressConfigurationPropertyThe IDs of the VPC subnets where Lambda provisions elastic network interfaces (ENIs).Specify 1 to 16 subnets. All subnets must be in the same VPC.
- Specified by:
getSubnetIdsin interfaceCfnNetworkConnector.VpcEgressConfigurationProperty- See Also:
-
getNetworkProtocol
Description copied from interface:CfnNetworkConnector.VpcEgressConfigurationPropertyThe network protocol for the connector.Specify IPv4 for IPv4-only networking, or DualStack for both IPv4 and IPv6.
- Specified by:
getNetworkProtocolin interfaceCfnNetworkConnector.VpcEgressConfigurationProperty- See Also:
-
getSecurityGroupIds
Description copied from interface:CfnNetworkConnector.VpcEgressConfigurationPropertyThe IDs of the VPC security groups to attach to the ENIs.Specify 0 to 5 security groups. All security groups must be in the same VPC as the subnets.
- Specified by:
getSecurityGroupIdsin interfaceCfnNetworkConnector.VpcEgressConfigurationProperty- 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()
-