securityGroupIds

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

Parameters

value

The IDs of the security groups. Security groups aren't added by default. You can add a security group to apply network level controls to control which resources in a VPC are allowed to access the service network and its services. For more information, see Control traffic to resources using security groups in the Amazon VPC User Guide .


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


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

Parameters

values

The IDs of the security groups. Security groups aren't added by default. You can add a security group to apply network level controls to control which resources in a VPC are allowed to access the service network and its services. For more information, see Control traffic to resources using security groups in the Amazon VPC User Guide .