public static interface EgressConfiguration.Builder extends SdkPojo, CopyableBuilder<EgressConfiguration.Builder,EgressConfiguration>
| Modifier and Type | Method and Description |
|---|---|
EgressConfiguration.Builder |
egressType(EgressType egressType)
The type of egress configuration.
|
EgressConfiguration.Builder |
egressType(String egressType)
The type of egress configuration.
|
EgressConfiguration.Builder |
vpcConnectorArn(String vpcConnectorArn)
The Amazon Resource Name (ARN) of the App Runner VPC connector that you want to associate with your App
Runner service.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEgressConfiguration.Builder egressType(String egressType)
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 by VpcConnectorArn.
egressType - 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 by
VpcConnectorArn.
EgressType,
EgressTypeEgressConfiguration.Builder egressType(EgressType egressType)
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 by VpcConnectorArn.
egressType - 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 by
VpcConnectorArn.
EgressType,
EgressTypeEgressConfiguration.Builder vpcConnectorArn(String vpcConnectorArn)
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.
vpcConnectorArn - 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.Copyright © 2023. All rights reserved.