securityGroups

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

Parameters

value

Set of 1 to 5 Security Group ID-s to be associated with the task. These security groups must all be in the same VPC.


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


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

Parameters

values

Set of 1 to 5 Security Group ID-s to be associated with the task. These security groups must all be in the same VPC.