securityGroupIds

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

Parameters

value

The IDs of the security groups to associate with the endpoint network interfaces. If this parameter is not specified, we use the default security group for the VPC. Security groups are supported only for interface endpoints.


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


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

Parameters

values

The IDs of the security groups to associate with the endpoint network interfaces. If this parameter is not specified, we use the default security group for the VPC. Security groups are supported only for interface endpoints.