PipeNetworkConfiguration

data class PipeNetworkConfiguration(val awsvpcConfiguration: PipeAwsVpcConfiguration? = null)

Constructors

Link copied to clipboard
constructor(awsvpcConfiguration: PipeAwsVpcConfiguration? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Use this structure to specify the VPC subnets and security groups for the task, and whether a public IP address is to be used. This structure is relevant only for ECS tasks that use the awsvpc network mode.