GetDiskTypesPlainArgs

data class GetDiskTypesPlainArgs(val clusterType: String, val destinationResource: String, val instanceChargeType: String, val instanceType: String, val outputFile: String? = null, val zoneId: String? = null) : ConvertibleToJava<GetDiskTypesPlainArgs>

A collection of arguments for invoking getDiskTypes.

Constructors

Link copied to clipboard
constructor(clusterType: String, destinationResource: String, instanceChargeType: String, instanceType: String, outputFile: String? = null, zoneId: String? = null)

Properties

Link copied to clipboard

The cluster type of the emr cluster instance. Possible values: HADOOP, KAFKA, ZOOKEEPER, DRUID.

Link copied to clipboard

The destination resource of emr cluster instance

Link copied to clipboard

Filter the results by charge type. Valid values: PrePaid and PostPaid. Default to PostPaid.

Link copied to clipboard

The ecs instance type of create emr cluster instance.

Link copied to clipboard
val outputFile: String? = null

File name where to save data source results (after running pulumi preview).

Link copied to clipboard
val zoneId: String? = null

The Zone to create emr cluster instance.

Functions

Link copied to clipboard
open override fun toJava(): GetDiskTypesPlainArgs