AwsEmrClusterPropertiesArgs

constructor(applications: Output<List<ApplicationArgs>>? = null, autoScalingRole: Output<String>? = null, autoTerminate: Output<Boolean>? = null, clusterArn: Output<String>? = null, configurations: Output<List<ConfigurationArgs>>? = null, customAmiId: Output<String>? = null, ebsRootVolumeIops: Output<Int>? = null, ebsRootVolumeSize: Output<Int>? = null, ebsRootVolumeThroughput: Output<Int>? = null, ec2InstanceAttributes: Output<Ec2InstanceAttributesArgs>? = null, id: Output<String>? = null, instanceCollectionType: Output<InstanceCollectionTypeEnumValueArgs>? = null, kerberosAttributes: Output<KerberosAttributesArgs>? = null, logEncryptionKmsKeyId: Output<String>? = null, logUri: Output<String>? = null, masterPublicDnsName: Output<String>? = null, name: Output<String>? = null, normalizedInstanceHours: Output<Int>? = null, osReleaseLabel: Output<String>? = null, outpostArn: Output<String>? = null, placementGroups: Output<List<PlacementGroupConfigArgs>>? = null, releaseLabel: Output<String>? = null, repoUpgradeOnBoot: Output<RepoUpgradeOnBootEnumValueArgs>? = null, requestedAmiVersion: Output<String>? = null, runningAmiVersion: Output<String>? = null, scaleDownBehavior: Output<ScaleDownBehaviorEnumValueArgs>? = null, securityConfiguration: Output<String>? = null, serviceRole: Output<String>? = null, status: Output<EmrClusterStatusArgs>? = null, stepConcurrencyLevel: Output<Int>? = null, tags: Output<List<TagArgs>>? = null, terminationProtected: Output<Boolean>? = null, unhealthyNodeReplacement: Output<Boolean>? = null, visibleToAllUsers: Output<Boolean>? = null)