securityGroups

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


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

Deprecated

Use of `securityGroups` is discouraged as it does not allow for changes and will force your instance to be replaced if changes are made. To avoid this, use `vpcSecurityGroupIds` which allows for updates.

Parameters

value

List of security group names to associate with.

NOTE: If you are creating Instances in a VPC, use vpc_security_group_ids instead.


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

Deprecated

Use of `securityGroups` is discouraged as it does not allow for changes and will force your instance to be replaced if changes are made. To avoid this, use `vpcSecurityGroupIds` which allows for updates.

Parameters

values

List of security group names to associate with.

NOTE: If you are creating Instances in a VPC, use vpc_security_group_ids instead.