public static interface NetworkConfiguration.Builder extends SdkPojo, CopyableBuilder<NetworkConfiguration.Builder,NetworkConfiguration>
Modifier and Type | Method and Description |
---|---|
NetworkConfiguration.Builder |
assignPublicIp(AssignPublicIp assignPublicIp)
Indicates whether the job should have a public IP address.
|
NetworkConfiguration.Builder |
assignPublicIp(String assignPublicIp)
Indicates whether the job should have a public IP address.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
NetworkConfiguration.Builder assignPublicIp(String assignPublicIp)
Indicates whether the job should have a public IP address. For a job that is 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. The default value is "DISABLED".
assignPublicIp
- Indicates whether the job should have a public IP address. For a job that is 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. The default value is "DISABLED".AssignPublicIp
,
AssignPublicIp
NetworkConfiguration.Builder assignPublicIp(AssignPublicIp assignPublicIp)
Indicates whether the job should have a public IP address. For a job that is 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. The default value is "DISABLED".
assignPublicIp
- Indicates whether the job should have a public IP address. For a job that is 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. The default value is "DISABLED".AssignPublicIp
,
AssignPublicIp
Copyright © 2021. All rights reserved.