The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Paws::EMRContainers::Endpoint

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::EMRContainers::Endpoint object:

$service_obj->Method(Att1 => { Arn => $value, ..., VirtualClusterId => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::EMRContainers::Endpoint object:

$result = $service_obj->Method(...);
$result->Att1->Arn

DESCRIPTION

This entity represents the endpoint that is managed by Amazon EMR on EKS.

ATTRIBUTES

Arn => Str

The ARN of the endpoint.

CertificateArn => Str

The certificate ARN of the endpoint.

ConfigurationOverrides => Paws::EMRContainers::ConfigurationOverrides

The configuration settings that are used to override existing configurations for endpoints.

CreatedAt => Str

The date and time when the endpoint was created.

ExecutionRoleArn => Str

The execution role ARN of the endpoint.

Id => Str

The ID of the endpoint.

Name => Str

The name of the endpoint.

ReleaseLabel => Str

The EMR release version to be used for the endpoint.

SecurityGroup => Str

The security group configuration of the endpoint.

ServerUrl => Str

The server URL of the endpoint.

State => Str

The state of the endpoint.

SubnetIds => ArrayRef[Str|Undef]

The subnet IDs of the endpoint.

Tags => Paws::EMRContainers::TagMap

The tags of the endpoint.

Type => Str

The type of the endpoint.

VirtualClusterId => Str

The ID of the endpoint's virtual cluster.

SEE ALSO

This class forms part of Paws, describing an object used in Paws::EMRContainers

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