subnetIds

@JvmName(name = "qmcjyhbeeuutcfid")
suspend fun subnetIds(value: Output<List<String>>)
@JvmName(name = "hmpuvxpdqseeotfs")
suspend fun subnetIds(value: List<String>?)

Parameters

value

The IDs of subnets in which to launch the server EC2 instance. Amazon EC2-Classic customers: This field is required. All servers must run within a VPC. The VPC must have "Auto Assign Public IP" enabled. EC2-VPC customers: This field is optional. If you do not specify subnet IDs, your EC2 instances are created in a default subnet that is selected by Amazon EC2. If you specify subnet IDs, the VPC must have "Auto Assign Public IP" enabled. For more information about supported Amazon EC2 platforms, see Supported Platforms .


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


@JvmName(name = "jhsbjblanowddnnc")
suspend fun subnetIds(values: List<Output<String>>)
@JvmName(name = "vbaxyiworfjwnwyb")
suspend fun subnetIds(vararg values: String)

Parameters

values

The IDs of subnets in which to launch the server EC2 instance. Amazon EC2-Classic customers: This field is required. All servers must run within a VPC. The VPC must have "Auto Assign Public IP" enabled. EC2-VPC customers: This field is optional. If you do not specify subnet IDs, your EC2 instances are created in a default subnet that is selected by Amazon EC2. If you specify subnet IDs, the VPC must have "Auto Assign Public IP" enabled. For more information about supported Amazon EC2 platforms, see Supported Platforms .