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, ..., VPCOptions => $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
(http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-createupdatedomains.html#es-createdomain-configure-advanced-options)
for more information.

CognitoOptions => Paws::ES::CognitoOptionsStatus

The C<CognitoOptions> for the specified domain. For more information,
see Amazon Cognito Authentication for Kibana
(http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-cognito-auth.html).

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.

EncryptionAtRestOptions => Paws::ES::EncryptionAtRestOptionsStatus

Specifies the C<EncryptionAtRestOptions> for the Elasticsearch domain.

LogPublishingOptions => Paws::ES::LogPublishingOptionsStatus

Log publishing options for the given domain.

SnapshotOptions => Paws::ES::SnapshotOptionsStatus

Specifies the C<SnapshotOptions> for the Elasticsearch domain.

VPCOptions => Paws::ES::VPCDerivedInfoStatus

The C<VPCOptions> for the specified domain. For more information, see
VPC Endpoints for Amazon Elasticsearch Service Domains
(http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-vpc.html).

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