securityGroupIds

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

Parameters

value

A list of security groups IDs that are available to attach to your server's endpoint. If no security groups are specified, the VPC's default security groups are automatically assigned to your endpoint. This property can only be used when endpoint_type is set to VPC.


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


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

Parameters

values

A list of security groups IDs that are available to attach to your server's endpoint. If no security groups are specified, the VPC's default security groups are automatically assigned to your endpoint. This property can only be used when endpoint_type is set to VPC.