securityGroupIds

@JvmName(name = "wsgtirlrcdnplsim")
suspend fun securityGroupIds(value: Output<List<String>>)
@JvmName(name = "hbjvnbsajpihvrll")
suspend fun securityGroupIds(value: List<String>)

Parameters

value

The ID number for a security group on an instance of your private VPC. Security groups on your VPC function serve as a virtual firewall to control inbound and outbound traffic and provides security for the resources that you’ll be accessing on the VPC. This ID number is preceded by "sg-", for instance: "sg-03b388029b0a285ea". For more information, see Security Groups for your VPC .


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


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

Parameters

values

The ID number for a security group on an instance of your private VPC. Security groups on your VPC function serve as a virtual firewall to control inbound and outbound traffic and provides security for the resources that you’ll be accessing on the VPC. This ID number is preceded by "sg-", for instance: "sg-03b388029b0a285ea". For more information, see Security Groups for your VPC .