networkConfiguration

@JvmName(name = "gqpfnikhtwldsycx")
suspend fun networkConfiguration(value: Output<PipeNetworkConfigurationArgs>)
@JvmName(name = "qsjcqyeuvferrknr")
suspend fun networkConfiguration(value: PipeNetworkConfigurationArgs?)

Parameters

value

Use this structure if the Amazon ECS task uses the awsvpc network mode. This structure specifies the VPC subnets and security groups associated with the task, and whether a public IP address is to be used. This structure is required if LaunchType is FARGATE because the awsvpc mode is required for Fargate tasks. If you specify NetworkConfiguration when the target ECS task does not use the awsvpc network mode, the task fails.


@JvmName(name = "jkermkkkfavbvjbf")
suspend fun networkConfiguration(argument: suspend PipeNetworkConfigurationArgsBuilder.() -> Unit)

Parameters

argument

Use this structure if the Amazon ECS task uses the awsvpc network mode. This structure specifies the VPC subnets and security groups associated with the task, and whether a public IP address is to be used. This structure is required if LaunchType is FARGATE because the awsvpc mode is required for Fargate tasks. If you specify NetworkConfiguration when the target ECS task does not use the awsvpc network mode, the task fails.