NAME
Paws::EMR::Cluster
USAGE
This class represents one of two things:
Arguments in a call to a service
Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.
As an example, if Att1 is expected to be a Paws::EMR::Cluster object:
$service_obj->Method(Att1 => { Applications => $value, ..., VisibleToAllUsers => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::EMR::Cluster object:
$result = $service_obj->Method(...);
$result->Att1->Applications
DESCRIPTION
The detailed description of the cluster.
ATTRIBUTES
Applications => ArrayRef[Paws::EMR::Application]
The applications installed on this cluster.
AutoTerminate => Bool
Specifies whether the cluster should terminate after completing all
steps.
Configurations => ArrayRef[Paws::EMR::Configuration]
Amazon EMR releases 4.x or later.
The list of Configurations supplied to the EMR cluster.
Ec2InstanceAttributes => Paws::EMR::Ec2InstanceAttributes
Id => Str
The unique identifier for the cluster.
LogUri => Str
The path to the Amazon S3 location where logs for this cluster are
stored.
MasterPublicDnsName => Str
The public DNS name of the master EC2 instance.
Name => Str
The name of the cluster.
NormalizedInstanceHours => Int
An approximation of the cost of the job flow, 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.
ReleaseLabel => Str
The release label for the Amazon EMR release. For Amazon EMR 3.x and
2.x AMIs, use amiVersion instead instead of ReleaseLabel.
RequestedAmiVersion => Str
The AMI version requested for this cluster.
RunningAmiVersion => Str
The AMI version running on this cluster.
ServiceRole => Str
The IAM role that will be assumed by the Amazon EMR service to access
AWS resources on your behalf.
Status => Paws::EMR::ClusterStatus
The current status details about the cluster.
Tags => ArrayRef[Paws::EMR::Tag]
A list of tags associated with a cluster.
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.
VisibleToAllUsers => Bool
Indicates whether the job flow is visible to all IAM users of the AWS
account associated with the job flow. If this value is set to C<true>,
all IAM users of that AWS account can view and manage the job flow if
they have the proper policy permissions set. If this value is C<false>,
only the IAM user that created the cluster can view and manage it. This
value can be changed using the SetVisibleToAllUsers action.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::EMR
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues