securityGroups

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

Parameters

value

The IDs of the security groups associated with the task or service. If you don't specify a security group, the default security group for the VPC is used. There's a limit of 5 security groups that can be specified. All specified security groups must be from the same VPC.


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


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

Parameters

values

The IDs of the security groups associated with the task or service. If you don't specify a security group, the default security group for the VPC is used. There's a limit of 5 security groups that can be specified. All specified security groups must be from the same VPC.