Get Disk Types Plain Args
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
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
File name where to save data source results (after running pulumi preview
).