/AWS1/CL_APREGRESSCONF¶
Describes configuration settings related to outbound network traffic of an App Runner service.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_egresstype TYPE /AWS1/APREGRESSTYPE /AWS1/APREGRESSTYPE¶
The type of egress configuration.
Set to
DEFAULTfor access to resources hosted on public networks.Set to
VPCto associate your service to a custom VPC specified byVpcConnectorArn.
iv_vpcconnectorarn TYPE /AWS1/APRAPPRUNNERRESOURCEARN /AWS1/APRAPPRUNNERRESOURCEARN¶
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.
Queryable Attributes¶
EgressType¶
The type of egress configuration.
Set to
DEFAULTfor access to resources hosted on public networks.Set to
VPCto associate your service to a custom VPC specified byVpcConnectorArn.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EGRESSTYPE() |
Getter for EGRESSTYPE, with configurable default |
ASK_EGRESSTYPE() |
Getter for EGRESSTYPE w/ exceptions if field has no value |
HAS_EGRESSTYPE() |
Determine if EGRESSTYPE has a value |
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.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VPCCONNECTORARN() |
Getter for VPCCONNECTORARN, with configurable default |
ASK_VPCCONNECTORARN() |
Getter for VPCCONNECTORARN w/ exceptions if field has no val |
HAS_VPCCONNECTORARN() |
Determine if VPCCONNECTORARN has a value |