Class CfnService.EgressConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apprunner.CfnService.EgressConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnService.EgressConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnService.EgressConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnService.EgressConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnService.EgressConfigurationProperty
An implementation for
CfnService.EgressConfigurationProperty
-
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.EgressConfigurationProperty
CfnService.EgressConfigurationProperty.Builder, CfnService.EgressConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnService.EgressConfigurationProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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.EgressConfigurationProperty.Builder
.
-
-
Method Details
-
getEgressType
Description copied from interface:CfnService.EgressConfigurationProperty
The type of egress configuration.Set to
DEFAULT
for access to resources hosted on public networks.Set to
VPC
to associate your service to a custom VPC specified byVpcConnectorArn
.- Specified by:
getEgressType
in interfaceCfnService.EgressConfigurationProperty
-
getVpcConnectorArn
Description copied from interface:CfnService.EgressConfigurationProperty
The Amazon Resource Name (ARN) of the App Runner VPC connector that you want to associate with your App Runner service.Only valid when
EgressType = VPC
.- Specified by:
getVpcConnectorArn
in interfaceCfnService.EgressConfigurationProperty
-
$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()
-