awsvpcConfiguration

@JvmName(name = "kpcuibwfmkjgicyu")
suspend fun awsvpcConfiguration(value: Output<AwsVpcConfigurationArgs>)
@JvmName(name = "udktxbycswbhsenu")
suspend fun awsvpcConfiguration(value: AwsVpcConfigurationArgs?)

Parameters

value

The VPC subnets and security groups that are associated with a task. All specified subnets and security groups must be from the same VPC. An object representing the networking details for a task or service. For example `awsvpcConfiguration={subnets=['subnet-12344321'],securityGroups=['sg-12344321']}`


@JvmName(name = "leilokrbgiwfoioq")
suspend fun awsvpcConfiguration(argument: suspend AwsVpcConfigurationArgsBuilder.() -> Unit)

Parameters

argument

The VPC subnets and security groups that are associated with a task. All specified subnets and security groups must be from the same VPC. An object representing the networking details for a task or service. For example `awsvpcConfiguration={subnets=['subnet-12344321'],securityGroups=['sg-12344321']}`