Get Instance Types Plain Args
data class GetInstanceTypesPlainArgs(val clusterType: String, val destinationResource: String, val instanceChargeType: String, val instanceType: String? = null, val outputFile: String? = null, val supportLocalStorage: Boolean? = null, val supportNodeTypes: List<String>? = null, val zoneId: String? = null) : ConvertibleToJava<GetInstanceTypesPlainArgs>
A collection of arguments for invoking getInstanceTypes.
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
Filter the specific ecs instance type to create emr cluster.
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).
Link copied to clipboard
Whether the current storage disk is local or not.
Link copied to clipboard
The specific supported node type list. Possible values may be any one or combination of these: "MASTER", "CORE", "TASK", "GATEWAY"