aws Vpc Configuration
suspend fun awsVpcConfiguration(value: Output<PipeTargetParametersEcsTaskParametersNetworkConfigurationAwsVpcConfigurationArgs>)
suspend fun awsVpcConfiguration(value: PipeTargetParametersEcsTaskParametersNetworkConfigurationAwsVpcConfigurationArgs?)
Parameters
value
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. Detailed below.
suspend fun awsVpcConfiguration(argument: suspend PipeTargetParametersEcsTaskParametersNetworkConfigurationAwsVpcConfigurationArgsBuilder.() -> Unit)
Parameters
argument
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. Detailed below.