securityGroups

@JvmName(name = "hggudmbybxgldbhe")
suspend fun securityGroups(value: Output<List<String>>)
@JvmName(name = "cqvwumvnfcqlnrmf")
suspend fun securityGroups(value: List<String>?)

Parameters

value

A list of security group ids to associate with. If you do not use launch_template_id or launch_template_name to specify a launch template, you must specify security_groups.


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


@JvmName(name = "hwqhqikswguqavtr")
suspend fun securityGroups(values: List<Output<String>>)
@JvmName(name = "meutjxeqyktfypmh")
suspend fun securityGroups(vararg values: String)

Parameters

values

A list of security group ids to associate with. If you do not use launch_template_id or launch_template_name to specify a launch template, you must specify security_groups.