@Stability(value=Stable) @Internal public static final class CfnService.EgressConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnService.EgressConfigurationProperty
CfnService.EgressConfigurationProperty
software.amazon.jsii.JsiiObject.InitializationMode
CfnService.EgressConfigurationProperty.Builder, CfnService.EgressConfigurationProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(CfnService.EgressConfigurationProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnService.AuthenticationConfigurationProperty.Builder . |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getEgressType()
The type of egress configuration.
|
String |
getVpcConnectorArn()
The Amazon Resource Name (ARN) of the App Runner VPC connector that you want to associate with your App Runner service.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.protected Jsii$Proxy(CfnService.EgressConfigurationProperty.Builder builder)
CfnService.AuthenticationConfigurationProperty.Builder
.public final String getEgressType()
CfnService.EgressConfigurationProperty
Set to DEFAULT
for access to resources hosted on public networks.
Set to VPC
to associate your service to a custom VPC specified by VpcConnectorArn
.
getEgressType
in interface CfnService.EgressConfigurationProperty
public final String getVpcConnectorArn()
CfnService.EgressConfigurationProperty
Only valid when EgressType = VPC
.
getVpcConnectorArn
in interface CfnService.EgressConfigurationProperty
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2022. All rights reserved.