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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.apprunner.CfnService.NetworkConfigurationProperty
CfnService.NetworkConfigurationProperty.Builder, CfnService.NetworkConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnService.NetworkConfigurationProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
Network configuration settings for outbound message traffic.final Object
Network configuration settings for inbound message traffic.final String
App 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 int
hashCode()
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.NetworkConfigurationProperty
Network configuration settings for outbound message traffic.- Specified by:
getEgressConfiguration
in interfaceCfnService.NetworkConfigurationProperty
- See Also:
-
getIngressConfiguration
Description copied from interface:CfnService.NetworkConfigurationProperty
Network configuration settings for inbound message traffic.- Specified by:
getIngressConfiguration
in interfaceCfnService.NetworkConfigurationProperty
- See Also:
-
getIpAddressType
Description copied from interface:CfnService.NetworkConfigurationProperty
App 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:
getIpAddressType
in interfaceCfnService.NetworkConfigurationProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-