securityGroupIds

@JvmName(name = "nvcqtjnpxkbmhtre")
suspend fun securityGroupIds(value: Output<List<String>>)
@JvmName(name = "kknwfyvimuwwomtq")
suspend fun securityGroupIds(value: List<String>?)

Parameters

value

One or more security groups to associate with the endpoint. If you don't specify a security group, the default security group for the VPC will be associated with the endpoint.


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


@JvmName(name = "nkwxvdcgfgbyqdey")
suspend fun securityGroupIds(values: List<Output<String>>)
@JvmName(name = "huxxtakcohxnoxcu")
suspend fun securityGroupIds(vararg values: String)

Parameters

values

One or more security groups to associate with the endpoint. If you don't specify a security group, the default security group for the VPC will be associated with the endpoint.