Class CfnNetworkConnectorPropsMixin.VpcEgressConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.lambda.CfnNetworkConnectorPropsMixin.VpcEgressConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnNetworkConnectorPropsMixin.VpcEgressConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnNetworkConnectorPropsMixin.VpcEgressConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnNetworkConnectorPropsMixin.VpcEgressConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnNetworkConnectorPropsMixin.VpcEgressConfigurationProperty
An implementation for
CfnNetworkConnectorPropsMixin.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.cfnpropertymixins.services.lambda.CfnNetworkConnectorPropsMixin.VpcEgressConfigurationProperty
CfnNetworkConnectorPropsMixin.VpcEgressConfigurationProperty.Builder, CfnNetworkConnectorPropsMixin.VpcEgressConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnNetworkConnectorPropsMixin.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 theCfnNetworkConnectorPropsMixin.VpcEgressConfigurationProperty.Builder.
-
-
Method Details
-
getAssociatedComputeResourceTypes
Description copied from interface:CfnNetworkConnectorPropsMixin.VpcEgressConfigurationPropertyThe types of Lambda compute resources that can use this connector.Currently, only MicroVm is supported.
- Specified by:
getAssociatedComputeResourceTypesin interfaceCfnNetworkConnectorPropsMixin.VpcEgressConfigurationProperty- See Also:
-
getNetworkProtocol
Description copied from interface:CfnNetworkConnectorPropsMixin.VpcEgressConfigurationPropertyThe network protocol for the connector.Specify IPv4 for IPv4-only networking, or DualStack for both IPv4 and IPv6.
- Specified by:
getNetworkProtocolin interfaceCfnNetworkConnectorPropsMixin.VpcEgressConfigurationProperty- See Also:
-
getSecurityGroupIds
Description copied from interface:CfnNetworkConnectorPropsMixin.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 interfaceCfnNetworkConnectorPropsMixin.VpcEgressConfigurationProperty- See Also:
-
getSubnetIds
Description copied from interface:CfnNetworkConnectorPropsMixin.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 interfaceCfnNetworkConnectorPropsMixin.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()
-