/AWS1/CL_BTCNETWORKCONF¶
The network configuration for jobs that are running on Fargate resources. Jobs that are running on Amazon EC2 resources must not specify this parameter.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_assignpublicip TYPE /AWS1/BTCASSIGNPUBLICIP /AWS1/BTCASSIGNPUBLICIP¶
Indicates whether the job has a public IP address. For a job that's running on Fargate resources in a private subnet to send outbound traffic to the internet (for example, to pull container images), the private subnet requires a NAT gateway be attached to route requests to the internet. For more information, see Amazon ECS task networking in the Amazon Elastic Container Service Developer Guide. The default value is "
DISABLED".
Queryable Attributes¶
assignPublicIp¶
Indicates whether the job has a public IP address. For a job that's running on Fargate resources in a private subnet to send outbound traffic to the internet (for example, to pull container images), the private subnet requires a NAT gateway be attached to route requests to the internet. For more information, see Amazon ECS task networking in the Amazon Elastic Container Service Developer Guide. The default value is "
DISABLED".
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ASSIGNPUBLICIP() |
Getter for ASSIGNPUBLICIP, with configurable default |
ASK_ASSIGNPUBLICIP() |
Getter for ASSIGNPUBLICIP w/ exceptions if field has no valu |
HAS_ASSIGNPUBLICIP() |
Determine if ASSIGNPUBLICIP has a value |