securityGroups

@JvmName(name = "amrrobexnsglnwlq")
suspend fun securityGroups(value: Output<List<String>>)
@JvmName(name = "wrhkwdngsnruiuis")
suspend fun securityGroups(value: List<String>?)

Parameters

value

Specifies the security groups associated with the task. These security groups must all be in the same VPC. You can specify as many as five security groups. If you do not specify a security group, the default security group for the VPC is used.


@JvmName(name = "ohfjrjqvicaariod")
suspend fun securityGroups(vararg values: Output<String>)


@JvmName(name = "wnopeilwmoajaeco")
suspend fun securityGroups(values: List<Output<String>>)
@JvmName(name = "bbcjakcnjqlriwji")
suspend fun securityGroups(vararg values: String)

Parameters

values

Specifies the security groups associated with the task. These security groups must all be in the same VPC. You can specify as many as five security groups. If you do not specify a security group, the default security group for the VPC is used.