NAME
Paws::ES::CreateElasticsearchDomain - Arguments for method CreateElasticsearchDomain on Paws::ES
DESCRIPTION
This class represents the parameters used for calling the method CreateElasticsearchDomain on the Amazon Elasticsearch Service service. Use the attributes of this class as arguments to method CreateElasticsearchDomain.
You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to CreateElasticsearchDomain.
As an example:
$service_obj->CreateElasticsearchDomain(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
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 creating. Domain names are unique across the domains owned by an account within an AWS region. Domain names must start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).
EBSOptions => Paws::ES::EBSOptions
Options to enable, disable and specify the type and size of EBS storage volumes.
ElasticsearchClusterConfig => Paws::ES::ElasticsearchClusterConfig
Configuration options for an Elasticsearch domain. Specifies the instance type and number of instances in the domain cluster.
SnapshotOptions => Paws::ES::SnapshotOptions
Option to set time, in UTC format, of the daily automated snapshot. Default value is 0 hours.
SEE ALSO
This class forms part of Paws, documenting arguments for method CreateElasticsearchDomain 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