securityGroups

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


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