requestedEc2SubnetIds

@JvmName(name = "odqhfxfwamywvmbd")
suspend fun requestedEc2SubnetIds(value: Output<List<String>>)
@JvmName(name = "xmqsrapwmejsmdma")
suspend fun requestedEc2SubnetIds(value: List<String>?)

Parameters

value

Applies to clusters configured with the instance fleets option. Specifies the unique identifier of one or more Amazon EC2 subnets in which to launch Amazon EC2 cluster instances. Subnets must exist within the same VPC. Amazon EMR chooses the Amazon EC2 subnet with the best fit from among the list of RequestedEc2SubnetIds, and then launches all cluster instances within that Subnet. If this value is not specified, and the account and Region support EC2-Classic networks, the cluster launches instances in the EC2-Classic network and uses RequestedEc2AvailabilityZones instead of this setting. If EC2-Classic is not supported, and no Subnet is specified, Amazon EMR chooses the subnet for you. RequestedEc2SubnetIDs and RequestedEc2AvailabilityZones cannot be specified together.


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


@JvmName(name = "xhtlwuswruruxsys")
suspend fun requestedEc2SubnetIds(values: List<Output<String>>)
@JvmName(name = "frssdvkxscvnussy")
suspend fun requestedEc2SubnetIds(vararg values: String)

Parameters

values

Applies to clusters configured with the instance fleets option. Specifies the unique identifier of one or more Amazon EC2 subnets in which to launch Amazon EC2 cluster instances. Subnets must exist within the same VPC. Amazon EMR chooses the Amazon EC2 subnet with the best fit from among the list of RequestedEc2SubnetIds, and then launches all cluster instances within that Subnet. If this value is not specified, and the account and Region support EC2-Classic networks, the cluster launches instances in the EC2-Classic network and uses RequestedEc2AvailabilityZones instead of this setting. If EC2-Classic is not supported, and no Subnet is specified, Amazon EMR chooses the subnet for you. RequestedEc2SubnetIDs and RequestedEc2AvailabilityZones cannot be specified together.