securityGroupIds

@JvmName(name = "kkbbchhpyqudfplv")
suspend fun securityGroupIds(value: Output<List<String>>)
@JvmName(name = "grmjvsxesgubxyas")
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. NOTE: Either security_group_ids or security_groups must be set with valid security group IDs.


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


@JvmName(name = "voibxljjrwxqgril")
suspend fun securityGroupIds(values: List<Output<String>>)
@JvmName(name = "syyywxcsaxxcmers")
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. NOTE: Either security_group_ids or security_groups must be set with valid security group IDs.