stratosphere-0.2.0: EDSL for AWS CloudFormation

Safe HaskellNone
LanguageHaskell2010

Stratosphere.ResourceProperties.KinesisFirehoseElasticsearchDestinationConfiguration

Description

ElasticsearchDestinationConfiguration is a property of the AWS::KinesisFirehose::DeliveryStream resource that specifies an Amazon Elasticsearch Service (Amazon ES) domain that Amazon Kinesis Firehose (Firehose) delivers data to.

Synopsis

Documentation

data KinesisFirehoseElasticsearchDestinationConfiguration Source #

Full data type definition for KinesisFirehoseElasticsearchDestinationConfiguration. See kinesisFirehoseElasticsearchDestinationConfiguration for a more convenient constructor.

Instances

Show KinesisFirehoseElasticsearchDestinationConfiguration Source # 
Generic KinesisFirehoseElasticsearchDestinationConfiguration Source # 
ToJSON KinesisFirehoseElasticsearchDestinationConfiguration Source # 
FromJSON KinesisFirehoseElasticsearchDestinationConfiguration Source # 
type Rep KinesisFirehoseElasticsearchDestinationConfiguration Source # 
type Rep KinesisFirehoseElasticsearchDestinationConfiguration = D1 (MetaData "KinesisFirehoseElasticsearchDestinationConfiguration" "Stratosphere.ResourceProperties.KinesisFirehoseElasticsearchDestinationConfiguration" "stratosphere-0.2.0-B1WeL9cnxuQ3qer3csMa6f" False) (C1 (MetaCons "KinesisFirehoseElasticsearchDestinationConfiguration" PrefixI True) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_kinesisFirehoseElasticsearchDestinationConfigurationBufferingHints") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 KinesisFirehoseBufferingHints)) (S1 (MetaSel (Just Symbol "_kinesisFirehoseElasticsearchDestinationConfigurationCloudWatchLoggingOptions") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe KinesisFirehoseCloudWatchLoggingOptions)))) ((:*:) (S1 (MetaSel (Just Symbol "_kinesisFirehoseElasticsearchDestinationConfigurationDomainARN") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Val Text))) ((:*:) (S1 (MetaSel (Just Symbol "_kinesisFirehoseElasticsearchDestinationConfigurationIndexName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Val Text))) (S1 (MetaSel (Just Symbol "_kinesisFirehoseElasticsearchDestinationConfigurationIndexRotationPeriod") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Val Text)))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_kinesisFirehoseElasticsearchDestinationConfigurationRetryOptions") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe KinesisFirehoseElasticsearchRetryOptions))) (S1 (MetaSel (Just Symbol "_kinesisFirehoseElasticsearchDestinationConfigurationRoleARN") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Val Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_kinesisFirehoseElasticsearchDestinationConfigurationS3BackupMode") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 KinesisFirehoseElasticsearchS3BackupMode)) ((:*:) (S1 (MetaSel (Just Symbol "_kinesisFirehoseElasticsearchDestinationConfigurationS3Configuration") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe KinesisFirehoseS3DestinationConfiguration))) (S1 (MetaSel (Just Symbol "_kinesisFirehoseElasticsearchDestinationConfigurationTypeName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Val Text))))))))

kfedcBufferingHints :: Lens' KinesisFirehoseElasticsearchDestinationConfiguration KinesisFirehoseBufferingHints Source #

Configures how Firehose buffers incoming data while delivering it to the Amazon ES domain.

kfedcDomainARN :: Lens' KinesisFirehoseElasticsearchDestinationConfiguration (Val Text) Source #

The Amazon Resource Name (ARN) of the Amazon ES domain that Firehose delivers data to.

kfedcIndexName :: Lens' KinesisFirehoseElasticsearchDestinationConfiguration (Val Text) Source #

The name of the Elasticsearch index to which Firehose adds data for indexing.

kfedcIndexRotationPeriod :: Lens' KinesisFirehoseElasticsearchDestinationConfiguration (Val Text) Source #

The frequency of Elasticsearch index rotation. If you enable index rotation, Firehose appends a portion of the UTC arrival timestamp to the specified index name, and rotates the appended timestamp accordingly. For more information, see Index Rotation for the Amazon ES Destination in the Amazon Kinesis Firehose Developer Guide.

kfedcRetryOptions :: Lens' KinesisFirehoseElasticsearchDestinationConfiguration (Maybe KinesisFirehoseElasticsearchRetryOptions) Source #

The retry behavior when Firehose is unable to deliver data to Amazon ES. Type: Amazon Kinesis Firehose DeliveryStream ElasticsearchDestinationConfiguration RetryOptions Type: String

kfedcRoleARN :: Lens' KinesisFirehoseElasticsearchDestinationConfiguration (Val Text) Source #

The ARN of the AWS Identity and Access Management (IAM) role that grants Firehose access to your S3 bucket, AWS KMS (if you enable data encryption), and Amazon CloudWatch Logs (if you enable logging). For more information, see Grant Firehose Access to an Amazon Elasticsearch Service Destination in the Amazon Kinesis Firehose Developer Guide.

kfedcS3BackupMode :: Lens' KinesisFirehoseElasticsearchDestinationConfiguration KinesisFirehoseElasticsearchS3BackupMode Source #

The condition under which Firehose delivers data to Amazon Simple Storage Service (Amazon S3). You can send Amazon S3 all documents (all data) or only the documents that Firehose could not deliver to the Amazon ES destination. For more information and valid values, see the S3BackupMode content for the ElasticsearchDestinationConfiguration data type in the Amazon Kinesis Firehose API Reference.

kfedcS3Configuration :: Lens' KinesisFirehoseElasticsearchDestinationConfiguration (Maybe KinesisFirehoseS3DestinationConfiguration) Source #

The S3 bucket where Firehose backs up incoming data. Type: Amazon Kinesis Firehose DeliveryStream S3DestinationConfiguration Type: String

kfedcTypeName :: Lens' KinesisFirehoseElasticsearchDestinationConfiguration (Val Text) Source #

The Elasticsearch type name that Amazon ES adds to documents when indexing data.