securityGroups

@JvmName(name = "wugrrnspbvpqtadp")
suspend fun securityGroups(value: Output<List<String>>)
@JvmName(name = "ckgwnuantbxsyttt")
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 = "pxrxelpppghbqpmy")
suspend fun securityGroups(vararg values: Output<String>)


@JvmName(name = "mebhxbopwqkflrra")
suspend fun securityGroups(values: List<Output<String>>)
@JvmName(name = "kksehctcjhubwvgh")
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.