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::ElasticsearchDestinationUpdate; 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 S3Update => (is => 'ro', isa => 'Paws::Firehose::S3DestinationUpdate'); has TypeName => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::Firehose::ElasticsearchDestinationUpdate =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::ElasticsearchDestinationUpdate object: $service_obj->Method(Att1 => { BufferingHints => $value, ..., TypeName => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::Firehose::ElasticsearchDestinationUpdate object: $result = $service_obj->Method(...); $result->Att1->BufferingHints =head1 DESCRIPTION Describes an update for a destination in Amazon ES. =head1 ATTRIBUTES =head2 BufferingHints => L The buffering options. If no value is specified, C object default values are used. =head2 CloudWatchLoggingOptions => L The CloudWatch logging options for your delivery stream. =head2 ClusterEndpoint => Str The endpoint to use when communicating with the cluster. Specify either this C or the C field. =head2 DomainARN => Str The ARN of the Amazon ES domain. The IAM role must have permissions for C, C, and C after assuming the IAM role specified in C. 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). Specify either C or C. =head2 IndexName => Str The Elasticsearch index name. =head2 IndexRotationPeriod => Str The Elasticsearch index rotation period. Index rotation appends a timestamp to C to facilitate the expiration of old data. For more information, see Index Rotation for the Amazon ES Destination (https://docs.aws.amazon.com/firehose/latest/dev/basic-deliver.html#es-index-rotation). Default value is C. =head2 ProcessingConfiguration => L The data processing configuration. =head2 RetryOptions => L The retry behavior in case Kinesis Data Firehose is unable to deliver documents to Amazon ES. The default value is 300 (5 minutes). =head2 RoleARN => Str The Amazon Resource Name (ARN) of the IAM role to be assumed by Kinesis Data Firehose for calling the Amazon ES Configuration API and for indexing documents. For more information, see Grant Kinesis Data Firehose Access to an Amazon S3 Destination (https://docs.aws.amazon.com/firehose/latest/dev/controlling-access.html#using-iam-s3) and Amazon Resource Names (ARNs) and AWS Service Namespaces (https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html). =head2 S3Update => L The Amazon S3 destination. =head2 TypeName => Str The Elasticsearch type name. For Elasticsearch 6.x, there can be only one type per index. If you try to specify a new type for an existing index that already has another type, Kinesis Data Firehose returns an error during runtime. If you upgrade Elasticsearch from 6.x to 7.x and donEt update your delivery stream, Kinesis Data Firehose still delivers data to Elasticsearch with the old index name and type name. If you want to update your delivery stream with a new index name, provide an empty string for C. =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