@Stability(value=Stable) public static final class CfnService.EgressConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnService.EgressConfigurationProperty>
CfnService.EgressConfigurationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnService.EgressConfigurationProperty |
build()
Builds the configured instance.
|
CfnService.EgressConfigurationProperty.Builder |
egressType(String egressType)
Sets the value of
CfnService.EgressConfigurationProperty.getEgressType() |
CfnService.EgressConfigurationProperty.Builder |
vpcConnectorArn(String vpcConnectorArn)
Sets the value of
CfnService.EgressConfigurationProperty.getVpcConnectorArn() |
@Stability(value=Stable) public CfnService.EgressConfigurationProperty.Builder egressType(String egressType)
CfnService.EgressConfigurationProperty.getEgressType()egressType - The type of egress configuration. This parameter is required.
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 .
this@Stability(value=Stable) public CfnService.EgressConfigurationProperty.Builder vpcConnectorArn(String vpcConnectorArn)
CfnService.EgressConfigurationProperty.getVpcConnectorArn()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 .this@Stability(value=Stable) public CfnService.EgressConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnService.EgressConfigurationProperty>CfnService.EgressConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.