securityGroupIds

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

Parameters

value

The ID of security group N. The security groups and the ENI must belong to the same VPC. The valid values of N are based on the maximum number of security groups to which an ENI can be added.


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


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

Parameters

values

The ID of security group N. The security groups and the ENI must belong to the same VPC. The valid values of N are based on the maximum number of security groups to which an ENI can be added.