The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Paws::ES::UpdateElasticsearchDomainConfig - Arguments for method UpdateElasticsearchDomainConfig on Paws::ES

DESCRIPTION

This class represents the parameters used for calling the method UpdateElasticsearchDomainConfig on the Amazon Elasticsearch Service service. Use the attributes of this class as arguments to method UpdateElasticsearchDomainConfig.

You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to UpdateElasticsearchDomainConfig.

As an example:

  $service_obj->UpdateElasticsearchDomainConfig(Att1 => $value1, Att2 => $value2, ...);

Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object.

ATTRIBUTES

AccessPolicies => Str

IAM access policy as a JSON-formatted string.

AdvancedOptions => Paws::ES::AdvancedOptions

Modifies the advanced option to allow references to indices in an HTTP request body. Must be false when configuring access to individual sub-resources. By default, the value is true. See Configuration Advanced Options for more information.

REQUIRED DomainName => Str

The name of the Elasticsearch domain that you are updating.

EBSOptions => Paws::ES::EBSOptions

Specify the type and size of the EBS volume that you want to use.

ElasticsearchClusterConfig => Paws::ES::ElasticsearchClusterConfig

The type and number of instances to instantiate for the domain cluster.

SnapshotOptions => Paws::ES::SnapshotOptions

Option to set the time, in UTC format, for the daily automated snapshot. Default value is 0 hours.

SEE ALSO

This class forms part of Paws, documenting arguments for method UpdateElasticsearchDomainConfig 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