PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` # Generated by default/object.tt package Paws::ES::ElasticsearchDomainConfig; use Moose; has AccessPolicies => (is => 'ro', isa => 'Paws::ES::AccessPoliciesStatus'); has AdvancedOptions => (is => 'ro', isa => 'Paws::ES::AdvancedOptionsStatus'); has AdvancedSecurityOptions => (is => 'ro', isa => 'Paws::ES::AdvancedSecurityOptionsStatus'); has AutoTuneOptions => (is => 'ro', isa => 'Paws::ES::AutoTuneOptionsStatus'); has CognitoOptions => (is => 'ro', isa => 'Paws::ES::CognitoOptionsStatus'); has DomainEndpointOptions => (is => 'ro', isa => 'Paws::ES::DomainEndpointOptionsStatus'); has EBSOptions => (is => 'ro', isa => 'Paws::ES::EBSOptionsStatus'); has ElasticsearchClusterConfig => (is => 'ro', isa => 'Paws::ES::ElasticsearchClusterConfigStatus'); has ElasticsearchVersion => (is => 'ro', isa => 'Paws::ES::ElasticsearchVersionStatus'); has EncryptionAtRestOptions => (is => 'ro', isa => 'Paws::ES::EncryptionAtRestOptionsStatus'); has LogPublishingOptions => (is => 'ro', isa => 'Paws::ES::LogPublishingOptionsStatus'); has NodeToNodeEncryptionOptions => (is => 'ro', isa => 'Paws::ES::NodeToNodeEncryptionOptionsStatus'); has SnapshotOptions => (is => 'ro', isa => 'Paws::ES::SnapshotOptionsStatus'); has VPCOptions => (is => 'ro', isa => 'Paws::ES::VPCDerivedInfoStatus'); 1; ### main pod documentation begin ### =head1 NAME Paws::ES::ElasticsearchDomainConfig =head1 USAGE This class represents one of two things: =head3 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 }); =head3 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 =head1 DESCRIPTION The configuration of an Elasticsearch domain. =head1 ATTRIBUTES =head2 AccessPolicies => L IAM access policy as a JSON-formatted string. =head2 AdvancedOptions => L Specifies the C 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. =head2 AdvancedSecurityOptions => L Specifies C for the domain. =head2 AutoTuneOptions => L Specifies C for the domain. =head2 CognitoOptions => L The C 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). =head2 DomainEndpointOptions => L Specifies the C for the Elasticsearch domain. =head2 EBSOptions => L Specifies the C for the Elasticsearch domain. =head2 ElasticsearchClusterConfig => L Specifies the C for the Elasticsearch domain. =head2 ElasticsearchVersion => L String of format X.Y to specify version for the Elasticsearch domain. =head2 EncryptionAtRestOptions => L Specifies the C for the Elasticsearch domain. =head2 LogPublishingOptions => L Log publishing options for the given domain. =head2 NodeToNodeEncryptionOptions => L Specifies the C for the Elasticsearch domain. =head2 SnapshotOptions => L Specifies the C for the Elasticsearch domain. =head2 VPCOptions => L The C 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). =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut