メインコンテンツまでスキップ

AWSEMRCluster

No description

type AWSEMRCluster {
metadata: ResourceMetadata!
applications: [AWSEMRClusterApplication!]!
autoScalingRole: String!
autoTerminate: Boolean!
arn: String!
configurations: [AWSEMRClusterConfiguration!]!
customAmiId: String!
ebsRootVolumeSize: Int!
ec2InstanceAttributes: AWSEMRClusterEC2InstanceAttributes
id: String!
instanceCollectionType: AWSEMRClusterInstanceCollectionType!
kerberosAttributes: AWSEMRClusterKerberosAttributes!
logEncryptionKmsKeyId: String!
logUri: String!
masterPublicDnsName: String!
name: String!
normalizedInstanceHours: Int!
osReleaseLabel: String!
outpostArn: String!
placementGroups: [AWSEMRClusterPlacementGroup!]!
releaseLabel: String!
repoUpgradeOnBoot: AWSEMRClusterRepoUpgradeOnBootType!
requestedAmiVersion: String!
runningAmiVersion: String!
scaleDownBehavior: AWSEMRClusterScaleDownBehaviorType!
securityConfiguration: String!
serviceRole: String!
status: AWSEMRClusterStatus!
stepConcurrencyLevel: Int!
tags: [AWSTag!]!
terminationProtected: Boolean!
visibleToAllUsers: Boolean!
}

Fields

AWSEMRCluster.metadata ● ResourceMetadata! non-null object

The metadata to identify this resource in Shisho Cloud

AWSEMRCluster.applications ● [AWSEMRClusterApplication!]! non-null object

The applications installed on this cluster

AWSEMRCluster.autoScalingRole ● String! non-null scalar

An IAM role for automatic scaling policies. The default role is EMR_AutoScaling_DefaultRole.

AWSEMRCluster.autoTerminate ● Boolean! non-null scalar

Specifies whether the cluster should terminate after completing all steps.

AWSEMRCluster.arn ● String! non-null scalar

The Amazon Resource Name of the cluster

AWSEMRCluster.configurations ● [AWSEMRClusterConfiguration!]! non-null object

The list of configurations that are supplied to the Amazon EMR cluster. it applies only to Amazon EMR releases 4.x and later.

AWSEMRCluster.customAmiId ● String! non-null scalar

The ID of a custom Amazon EBS-backed Linux AMI if the cluster uses a custom AMI. Available only in Amazon EMR releases 5.7.0 and later.

AWSEMRCluster.ebsRootVolumeSize ● Int! non-null scalar

The size, in GiB, of the Amazon EBS root device volume of the Linux AMI that is used for each Amazon EC2 instance. Available in Amazon EMR releases 4.x and later.

AWSEMRCluster.ec2InstanceAttributes ● AWSEMRClusterEC2InstanceAttributes object

Provides information about the Amazon EC2 instances in a cluster grouped by category. For example, key name, subnet ID, IAM instance profile, and so on.

AWSEMRCluster.id ● String! non-null scalar

The unique identifier for the cluster

AWSEMRCluster.instanceCollectionType ● AWSEMRClusterInstanceCollectionType! non-null enum

The instance group configuration of the cluster. A value of INSTANCE_GROUP indicates a uniform instance group configuration. A value of INSTANCE_FLEET indicates an instance fleets configuration. The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and later, excluding 5.0.x versions.

AWSEMRCluster.kerberosAttributes ● AWSEMRClusterKerberosAttributes! non-null object

Attributes for Kerberos configuration when Kerberos authentication is enabled using a security configuration

AWSEMRCluster.logEncryptionKmsKeyId ● String! non-null scalar

The KMS key used for encrypting log files. This attribute is only available with Amazon EMR 5.30.0 and later, excluding Amazon EMR 6.0.0.

AWSEMRCluster.logUri ● String! non-null scalar

The path to the Amazon S3 location where logs for this cluster are stored

AWSEMRCluster.masterPublicDnsName ● String! non-null scalar

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.

AWSEMRCluster.name ● String! non-null scalar

The name of the cluster

AWSEMRCluster.normalizedInstanceHours ● Int! non-null scalar

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 Amazon 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.

AWSEMRCluster.osReleaseLabel ● String! non-null scalar

The Amazon Linux release specified in a cluster launch RunJobFlow request. If no Amazon Linux release was specified, the default Amazon Linux release is shown in the response.

AWSEMRCluster.outpostArn ● String! non-null scalar

The Amazon Resource Name (ARN) of the Outpost where the cluster is launched

AWSEMRCluster.placementGroups ● [AWSEMRClusterPlacementGroup!]! non-null object

Placement group configured for an Amazon EMR cluster

AWSEMRCluster.releaseLabel ● String! non-null scalar

The Amazon EMR release label, which determines the version of open-source application packages installed on the cluster

AWSEMRCluster.repoUpgradeOnBoot ● AWSEMRClusterRepoUpgradeOnBootType! non-null enum

Applies only when CustomAmiID is used. Specifies the type of updates that the Amazon Linux AMI package repositories apply when an instance boots using the AMI.

AWSEMRCluster.requestedAmiVersion ● String! non-null scalar

The AMI version requested for this cluster

AWSEMRCluster.runningAmiVersion ● String! non-null scalar

The AMI version running on this cluster

AWSEMRCluster.scaleDownBehavior ● AWSEMRClusterScaleDownBehaviorType! non-null enum

The way that individual Amazon EC2 instances terminate when an automatic scale-in activity occurs or an instance group is resized

AWSEMRCluster.securityConfiguration ● String! non-null scalar

The name of the security configuration applied to the cluster

AWSEMRCluster.serviceRole ● String! non-null scalar

The IAM role that Amazon EMR assumes in order to access Amazon Web Services resources on your behalf

AWSEMRCluster.status ● AWSEMRClusterStatus! non-null object

The current status details about the cluster

AWSEMRCluster.stepConcurrencyLevel ● Int! non-null scalar

Specifies the number of steps that can be executed concurrently

AWSEMRCluster.tags ● [AWSTag!]! non-null object

A list of tags associated with a cluster

AWSEMRCluster.terminationProtected ● Boolean! non-null scalar

Indicates whether Amazon EMR will lock the cluster to prevent the Amazon EC2 instances from being terminated by an API call or user intervention, or in the event of a cluster error

AWSEMRCluster.visibleToAllUsers ● Boolean! non-null scalar

Indicates whether the cluster is visible to IAM principals in the Amazon Web Services account associated with the cluster. When true, IAM principals in the Amazon Web Services account can perform Amazon EMR cluster actions on the cluster that their IAM policies allow. When false, only the IAM principal that created the cluster and the Amazon Web Services account root user can perform Amazon EMR actions, regardless of IAM permissions policies attached to other IAM principals. The default value is true if a value is not provided when creating a cluster using the Amazon EMR API RunJobFlow command, the CLI create-cluster command, or the Amazon Web Services Management Console.

Member of

AWSEMR object