securityGroupIds

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

Parameters

value

A list of security group IDs to attach to the Amazon EC2 instance. If you add this parameter, the specified security groups must be within the VPC that is specified by SubnetIds . If you do not specify this parameter, AWS OpsWorks CM creates one new security group that uses TCP ports 22 and 443, open to 0.0.0.0/0 (everyone).


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


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

Parameters

values

A list of security group IDs to attach to the Amazon EC2 instance. If you add this parameter, the specified security groups must be within the VPC that is specified by SubnetIds . If you do not specify this parameter, AWS OpsWorks CM creates one new security group that uses TCP ports 22 and 443, open to 0.0.0.0/0 (everyone).