securityGroupIds

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

Parameters

value

A list of security groups IDs that are available to attach to your server's endpoint.

This property can only be set when EndpointType is set to VPC .

You can edit the SecurityGroupIds property in the UpdateServer API only if you are changing the EndpointType from PUBLIC or VPC_ENDPOINT to VPC . To change security groups associated with your server's VPC endpoint after creation, use the Amazon EC2 ModifyVpcEndpoint API.


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


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

Parameters

values

A list of security groups IDs that are available to attach to your server's endpoint.

This property can only be set when EndpointType is set to VPC .

You can edit the SecurityGroupIds property in the UpdateServer API only if you are changing the EndpointType from PUBLIC or VPC_ENDPOINT to VPC . To change security groups associated with your server's VPC endpoint after creation, use the Amazon EC2 ModifyVpcEndpoint API.