NAME

Paws::ES::ElasticsearchDomainConfig

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::ES::ElasticsearchDomainConfig object:

  $service_obj->Method(Att1 => { AccessPolicies => $value, ..., SnapshotOptions => $value  });

Results returned from an API call

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

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

DESCRIPTION

The configuration of an Elasticsearch domain.

ATTRIBUTES

AccessPolicies => Paws::ES::AccessPoliciesStatus

  IAM access policy as a JSON-formatted string.

AdvancedOptions => Paws::ES::AdvancedOptionsStatus

  Specifies the C<AdvancedOptions> for the domain. See Configuring
Advanced Options for more information.

EBSOptions => Paws::ES::EBSOptionsStatus

  Specifies the C<EBSOptions> for the Elasticsearch domain.

ElasticsearchClusterConfig => Paws::ES::ElasticsearchClusterConfigStatus

  Specifies the C<ElasticsearchClusterConfig> for the Elasticsearch
domain.

ElasticsearchVersion => Paws::ES::ElasticsearchVersionStatus

  String of format X.Y to specify version for the Elasticsearch domain.

SnapshotOptions => Paws::ES::SnapshotOptionsStatus

  Specifies the C<SnapshotOptions> for the Elasticsearch domain.

SEE ALSO

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

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