Class CfnService.NetworkConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apprunner.CfnService.NetworkConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnService.NetworkConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnService.NetworkConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnService.NetworkConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnService.NetworkConfigurationProperty
An implementation for
CfnService.NetworkConfigurationProperty-
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.apprunner.CfnService.NetworkConfigurationProperty
CfnService.NetworkConfigurationProperty.Builder, CfnService.NetworkConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnService.NetworkConfigurationProperty.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 booleanfinal ObjectNetwork configuration settings for outbound message traffic.final ObjectNetwork configuration settings for inbound message traffic.final StringApp Runner provides you with the option to choose between Internet Protocol version 4 (IPv4) and dual stack (IPv4 and IPv6) for your incoming public network configuration.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 theCfnService.NetworkConfigurationProperty.Builder.
-
-
Method Details
-
getEgressConfiguration
Description copied from interface:CfnService.NetworkConfigurationPropertyNetwork configuration settings for outbound message traffic.- Specified by:
getEgressConfigurationin interfaceCfnService.NetworkConfigurationProperty- See Also:
-
getIngressConfiguration
Description copied from interface:CfnService.NetworkConfigurationPropertyNetwork configuration settings for inbound message traffic.- Specified by:
getIngressConfigurationin interfaceCfnService.NetworkConfigurationProperty- See Also:
-
getIpAddressType
Description copied from interface:CfnService.NetworkConfigurationPropertyApp Runner provides you with the option to choose between Internet Protocol version 4 (IPv4) and dual stack (IPv4 and IPv6) for your incoming public network configuration.This is an optional parameter. If you do not specify an
IpAddressType, it defaults to select IPv4.Currently, App Runner supports dual stack for only Public endpoint. Only IPv4 is supported for Private endpoint. If you update a service that's using dual-stack Public endpoint to a Private endpoint, your App Runner service will default to support only IPv4 for Private endpoint and fail to receive traffic originating from IPv6 endpoint.
- Specified by:
getIpAddressTypein interfaceCfnService.NetworkConfigurationProperty- 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()
-