securityGroups

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


@JvmName(name = "lowbmcanbjwtytxo")
suspend fun securityGroups(value: Output<List<String>>)
@JvmName(name = "mpbcharnbhprevam")
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 = "kccjmjkpcwjrgbcm")
suspend fun securityGroups(values: List<Output<String>>)
@JvmName(name = "rxeoshwgonwyiaqh")
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.