securityGroups

@JvmName(name = "ndxpwnpetcqnftvs")
suspend fun securityGroups(value: Output<List<String>>)
@JvmName(name = "sqincblchptvshma")
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 = "ynoagxcngtpaiyxx")
suspend fun securityGroups(vararg values: Output<String>)


@JvmName(name = "eikamilqqgviukve")
suspend fun securityGroups(values: List<Output<String>>)
@JvmName(name = "lwohnhmrhymuinaa")
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.