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::Firehose::ElasticsearchDestinationDescription; use Moose; has BufferingHints => (is => 'ro', isa => 'Paws::Firehose::ElasticsearchBufferingHints'); has CloudWatchLoggingOptions => (is => 'ro', isa => 'Paws::Firehose::CloudWatchLoggingOptions'); has ClusterEndpoint => (is => 'ro', isa => 'Str'); has DomainARN => (is => 'ro', isa => 'Str'); has IndexName => (is => 'ro', isa => 'Str'); has IndexRotationPeriod => (is => 'ro', isa => 'Str'); has ProcessingConfiguration => (is => 'ro', isa => 'Paws::Firehose::ProcessingConfiguration'); has RetryOptions => (is => 'ro', isa => 'Paws::Firehose::ElasticsearchRetryOptions'); has RoleARN => (is => 'ro', isa => 'Str'); has S3BackupMode => (is => 'ro', isa => 'Str'); has S3DestinationDescription => (is => 'ro', isa => 'Paws::Firehose::S3DestinationDescription'); has TypeName => (is => 'ro', isa => 'Str'); has VpcConfigurationDescription => (is => 'ro', isa => 'Paws::Firehose::VpcConfigurationDescription'); 1; ### main pod documentation begin ### =head1 NAME Paws::Firehose::ElasticsearchDestinationDescription =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::Firehose::ElasticsearchDestinationDescription object: $service_obj->Method(Att1 => { BufferingHints => $value, ..., VpcConfigurationDescription => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::Firehose::ElasticsearchDestinationDescription object: $result = $service_obj->Method(...); $result->Att1->BufferingHints =head1 DESCRIPTION The destination description in Amazon ES. =head1 ATTRIBUTES =head2 BufferingHints => L The buffering options. =head2 CloudWatchLoggingOptions => L The Amazon CloudWatch logging options. =head2 ClusterEndpoint => Str The endpoint to use when communicating with the cluster. Kinesis Data Firehose uses either this C or the C field to send data to Amazon ES. =head2 DomainARN => Str The ARN of the Amazon ES domain. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces (https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html). Kinesis Data Firehose uses either C or C to send data to Amazon ES. =head2 IndexName => Str The Elasticsearch index name. =head2 IndexRotationPeriod => Str The Elasticsearch index rotation period =head2 ProcessingConfiguration => L The data processing configuration. =head2 RetryOptions => L The Amazon ES retry options. =head2 RoleARN => Str The Amazon Resource Name (ARN) of the AWS credentials. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces (https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html). =head2 S3BackupMode => Str The Amazon S3 backup mode. =head2 S3DestinationDescription => L The Amazon S3 destination. =head2 TypeName => Str The Elasticsearch type name. This applies to Elasticsearch 6.x and lower versions. For Elasticsearch 7.x, there's no value for C. =head2 VpcConfigurationDescription => L The details of the VPC of the Amazon ES destination. =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