securityGroups

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

Parameters

value

VPC security group IDs, of the form `sg-xxxxxxxx`. These must be for the same VPC as the subnet specified. The maximum number of security groups depends on account quota. For more information, see Amazon VPC Quotas in the Amazon VPC User Guide (see the Security Groups table).


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


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

Parameters

values

VPC security group IDs, of the form `sg-xxxxxxxx`. These must be for the same VPC as the subnet specified. The maximum number of security groups depends on account quota. For more information, see Amazon VPC Quotas in the Amazon VPC User Guide (see the Security Groups table).