Cluster class
The detailed description of the cluster.
Constructors
-
Cluster.new({List<
Application> ? applications, String? autoScalingRole, bool? autoTerminate, String? clusterArn, List<Configuration> ? configurations, String? customAmiId, int? ebsRootVolumeSize, Ec2InstanceAttributes? ec2InstanceAttributes, String? id, InstanceCollectionType? instanceCollectionType, KerberosAttributes? kerberosAttributes, String? logEncryptionKmsKeyId, String? logUri, String? masterPublicDnsName, String? name, int? normalizedInstanceHours, String? outpostArn, List<PlacementGroupConfig> ? placementGroups, String? releaseLabel, RepoUpgradeOnBoot? repoUpgradeOnBoot, String? requestedAmiVersion, String? runningAmiVersion, ScaleDownBehavior? scaleDownBehavior, String? securityConfiguration, String? serviceRole, ClusterStatus? status, int? stepConcurrencyLevel, List<Tag> ? tags, bool? terminationProtected, bool? visibleToAllUsers}) -
Cluster.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
applications
→ List<
Application> ? -
The applications installed on this cluster.
final
- autoScalingRole → String?
-
An IAM role for automatic scaling policies. The default role is
EMR_AutoScaling_DefaultRole
. The IAM role provides permissions that the automatic scaling feature requires to launch and terminate EC2 instances in an instance group.final - autoTerminate → bool?
-
Specifies whether the cluster should terminate after completing all steps.
final
- clusterArn → String?
-
The Amazon Resource Name of the cluster.
final
-
configurations
→ List<
Configuration> ? -
Applies only to Amazon EMR releases 4.x and later. The list of
Configurations supplied to the EMR cluster.
final
- customAmiId → String?
-
Available only in Amazon EMR version 5.7.0 and later. The ID of a custom
Amazon EBS-backed Linux AMI if the cluster uses a custom AMI.
final
- ebsRootVolumeSize → int?
-
The size, in GiB, of the Amazon EBS root device volume of the Linux AMI that
is used for each EC2 instance. Available in Amazon EMR version 4.x and
later.
final
- ec2InstanceAttributes → Ec2InstanceAttributes?
-
Provides information about the EC2 instances in a cluster grouped by
category. For example, key name, subnet ID, IAM instance profile, and so on.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
The unique identifier for the cluster.
final
- instanceCollectionType → InstanceCollectionType?
-
INSTANCE_GROUP
final
- kerberosAttributes → KerberosAttributes?
-
Attributes for Kerberos configuration when Kerberos authentication is
enabled using a security configuration. For more information see Use
Kerberos Authentication in the Amazon EMR Management Guide.
final
- logEncryptionKmsKeyId → String?
-
The AWS KMS customer master key (CMK) used for encrypting log files. This
attribute is only available with EMR version 5.30.0 and later, excluding EMR
6.0.0.
final
- logUri → String?
-
The path to the Amazon S3 location where logs for this cluster are stored.
final
- masterPublicDnsName → String?
-
The DNS name of the master node. If the cluster is on a private subnet, this
is the private DNS name. On a public subnet, this is the public DNS name.
final
- name → String?
-
The name of the cluster.
final
- normalizedInstanceHours → int?
-
An approximation of the cost of the cluster, represented in m1.small/hours.
This value is incremented one time for every hour an m1.small instance runs.
Larger instances are weighted more, so an EC2 instance that is roughly four
times more expensive would result in the normalized instance hours being
incremented by four. This result is only an approximation and does not
reflect the actual billing rate.
final
- outpostArn → String?
-
The Amazon Resource Name (ARN) of the Outpost where the cluster is launched.
final
-
placementGroups
→ List<
PlacementGroupConfig> ? -
Placement group configured for an Amazon EMR cluster.
final
- releaseLabel → String?
-
The Amazon EMR release label, which determines the version of open-source
application packages installed on the cluster. Release labels are in the
form
emr-x.x.x
, where x.x.x is an Amazon EMR release version such asemr-5.14.0
. For more information about Amazon EMR release versions and included application versions and features, see https://docs.aws.amazon.com/emr/latest/ReleaseGuide/. The release label applies only to Amazon EMR releases version 4.0 and later. Earlier versions useAmiVersion
.final - repoUpgradeOnBoot → RepoUpgradeOnBoot?
-
Applies only when
CustomAmiID
is used. Specifies the type of updates that are applied from the Amazon Linux AMI package repositories when an instance boots using the AMI.final - requestedAmiVersion → String?
-
The AMI version requested for this cluster.
final
- runningAmiVersion → String?
-
The AMI version running on this cluster.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scaleDownBehavior → ScaleDownBehavior?
-
The way that individual Amazon EC2 instances terminate when an automatic
scale-in activity occurs or an instance group is resized.
TERMINATE_AT_INSTANCE_HOUR
indicates that Amazon EMR terminates nodes at the instance-hour boundary, regardless of when the request to terminate the instance was submitted. This option is only available with Amazon EMR 5.1.0 and later and is the default for clusters created using that version.TERMINATE_AT_TASK_COMPLETION
indicates that Amazon EMR adds nodes to a deny list and drains tasks from nodes before terminating the Amazon EC2 instances, regardless of the instance-hour boundary. With either behavior, Amazon EMR removes the least active nodes first and blocks instance termination if it could lead to HDFS corruption.TERMINATE_AT_TASK_COMPLETION
is available only in Amazon EMR version 4.1.0 and later, and is the default for versions of Amazon EMR earlier than 5.1.0.final - securityConfiguration → String?
-
The name of the security configuration applied to the cluster.
final
- serviceRole → String?
-
The IAM role that will be assumed by the Amazon EMR service to access AWS
resources on your behalf.
final
- status → ClusterStatus?
-
The current status details about the cluster.
final
- stepConcurrencyLevel → int?
-
Specifies the number of steps that can be executed concurrently.
final
-
A list of tags associated with a cluster.
final
- terminationProtected → bool?
-
Indicates whether Amazon EMR will lock the cluster to prevent the EC2
instances from being terminated by an API call or user intervention, or in
the event of a cluster error.
final
- visibleToAllUsers → bool?
-
Indicates whether the cluster is visible to all IAM users of the AWS account
associated with the cluster. The default value,
true
, indicates that all IAM users in the AWS account can perform cluster actions if they have the proper IAM policy permissions. If this value isfalse
, only the IAM user that created the cluster can perform actions. This value can be changed on a running cluster by using the SetVisibleToAllUsers action. You can override the default value oftrue
when you create a cluster by using theVisibleToAllUsers
parameter of theRunJobFlow
action.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited