Class CfnServicePropsMixin.NetworkConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.apprunner.CfnServicePropsMixin.NetworkConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnServicePropsMixin.NetworkConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnServicePropsMixin.NetworkConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnServicePropsMixin.NetworkConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnServicePropsMixin.NetworkConfigurationProperty
An implementation for
CfnServicePropsMixin.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.cfnpropertymixins.services.apprunner.CfnServicePropsMixin.NetworkConfigurationProperty
CfnServicePropsMixin.NetworkConfigurationProperty.Builder, CfnServicePropsMixin.NetworkConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnServicePropsMixin.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 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 theCfnServicePropsMixin.NetworkConfigurationProperty.Builder.
-
-
Method Details
-
getEgressConfiguration
Description copied from interface:CfnServicePropsMixin.NetworkConfigurationPropertyNetwork configuration settings for outbound message traffic.Returns union: either
IResolvableorCfnServicePropsMixin.EgressConfigurationProperty- Specified by:
getEgressConfigurationin interfaceCfnServicePropsMixin.NetworkConfigurationProperty- See Also:
-
getIngressConfiguration
Description copied from interface:CfnServicePropsMixin.NetworkConfigurationPropertyNetwork configuration settings for inbound message traffic.Returns union: either
IResolvableorCfnServicePropsMixin.IngressConfigurationProperty- Specified by:
getIngressConfigurationin interfaceCfnServicePropsMixin.NetworkConfigurationProperty- See Also:
-
getIpAddressType
Description copied from interface:CfnServicePropsMixin.NetworkConfigurationPropertyApp Runner provides you with the option to choose between 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.- Specified by:
getIpAddressTypein interfaceCfnServicePropsMixin.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()
-