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::SecurityHub::AwsElasticsearchDomainDetails; use Moose; has AccessPolicies => (is => 'ro', isa => 'Str'); has DomainEndpointOptions => (is => 'ro', isa => 'Paws::SecurityHub::AwsElasticsearchDomainDomainEndpointOptions'); has DomainId => (is => 'ro', isa => 'Str'); has DomainName => (is => 'ro', isa => 'Str'); has ElasticsearchVersion => (is => 'ro', isa => 'Str'); has EncryptionAtRestOptions => (is => 'ro', isa => 'Paws::SecurityHub::AwsElasticsearchDomainEncryptionAtRestOptions'); has Endpoint => (is => 'ro', isa => 'Str'); has Endpoints => (is => 'ro', isa => 'Paws::SecurityHub::FieldMap'); has LogPublishingOptions => (is => 'ro', isa => 'Paws::SecurityHub::AwsElasticsearchDomainLogPublishingOptions'); has NodeToNodeEncryptionOptions => (is => 'ro', isa => 'Paws::SecurityHub::AwsElasticsearchDomainNodeToNodeEncryptionOptions'); has ServiceSoftwareOptions => (is => 'ro', isa => 'Paws::SecurityHub::AwsElasticsearchDomainServiceSoftwareOptions'); has VPCOptions => (is => 'ro', isa => 'Paws::SecurityHub::AwsElasticsearchDomainVPCOptions'); 1; ### main pod documentation begin ### =head1 NAME Paws::SecurityHub::AwsElasticsearchDomainDetails =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::SecurityHub::AwsElasticsearchDomainDetails 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::SecurityHub::AwsElasticsearchDomainDetails object: $result = $service_obj->Method(...); $result->Att1->AccessPolicies =head1 DESCRIPTION Information about an Elasticsearch domain. =head1 ATTRIBUTES =head2 AccessPolicies => Str IAM policy document specifying the access policies for the new Amazon ES domain. =head2 DomainEndpointOptions => L Additional options for the domain endpoint. =head2 DomainId => Str Unique identifier for an Amazon ES domain. =head2 DomainName => Str Name of an Amazon ES domain. Domain names are unique across all domains owned by the same account within an AWS Region. Domain names must start with a lowercase letter and must be between 3 and 28 characters. Valid characters are a-z (lowercase only), 0-9, and E (hyphen). =head2 ElasticsearchVersion => Str Elasticsearch version. =head2 EncryptionAtRestOptions => L Details about the configuration for encryption at rest. =head2 Endpoint => Str Domain-specific endpoint used to submit index, search, and data upload requests to an Amazon ES domain. The endpoint is a service URL. =head2 Endpoints => L The key-value pair that exists if the Amazon ES domain uses VPC endpoints. =head2 LogPublishingOptions => L Configures the CloudWatch Logs to publish for the Elasticsearch domain. =head2 NodeToNodeEncryptionOptions => L Details about the configuration for node-to-node encryption. =head2 ServiceSoftwareOptions => L Information about the status of a domain relative to the latest service software. =head2 VPCOptions => L Information that Amazon ES derives based on C for the domain. =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