securityGroups

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

Parameters

value

Security groups associated with the task or service. If you do not specify a security group, the default security group for the VPC is used.


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


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

Parameters

values

Security groups associated with the task or service. If you do not specify a security group, the default security group for the VPC is used.