securityGroupIds

@JvmName(name = "uqnsnfivykipcyql")
suspend fun securityGroupIds(value: Output<List<String>>)
@JvmName(name = "qcemyysddurortem")
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 = "cnptomrdowjiiuck")
suspend fun securityGroupIds(vararg values: Output<String>)


@JvmName(name = "qhkmsgljehxxwgbn")
suspend fun securityGroupIds(values: List<Output<String>>)
@JvmName(name = "bqmrtgeptsuutysv")
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.