securityGroupIds

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

Parameters

value

The ID of one or more security groups to associate with the network interface. Applicable for endpoints of type Interface. If no security groups are specified, the VPC's default security group is associated with the endpoint.


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


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

Parameters

values

The ID of one or more security groups to associate with the network interface. Applicable for endpoints of type Interface. If no security groups are specified, the VPC's default security group is associated with the endpoint.