Cluster Core Instance Group Args
data class ClusterCoreInstanceGroupArgs(val autoscalingPolicy: Output<String>? = null, val bidPrice: Output<String>? = null, val ebsConfigs: Output<List<ClusterCoreInstanceGroupEbsConfigArgs>>? = null, val id: Output<String>? = null, val instanceCount: Output<Int>? = null, val instanceType: Output<String>, val name: Output<String>? = null) : ConvertibleToJava<ClusterCoreInstanceGroupArgs>
Properties
Link copied to clipboard
String containing the EMR Auto Scaling Policy JSON.
Link copied to clipboard
Link copied to clipboard
Configuration block(s) for EBS volumes attached to each instance in the instance group. Detailed below.
Link copied to clipboard
Target number of instances for the instance group. Must be at least 1. Defaults to 1.
Link copied to clipboard
EC2 instance type for all instances in the instance group.