stratosphere-0.2.0: EDSL for AWS CloudFormation

Safe HaskellNone
LanguageHaskell2010

Stratosphere.ResourceProperties.KinesisFirehoseRedshiftDestinationConfiguration

Description

RedshiftDestinationConfiguration is a property of the AWS::KinesisFirehose::DeliveryStream resource that specifies an Amazon Redshift cluster to which Amazon Kinesis Firehose (Firehose) delivers data.

Synopsis

Documentation

data KinesisFirehoseRedshiftDestinationConfiguration Source #

Full data type definition for KinesisFirehoseRedshiftDestinationConfiguration. See kinesisFirehoseRedshiftDestinationConfiguration for a more convenient constructor.

Instances

Show KinesisFirehoseRedshiftDestinationConfiguration Source # 
Generic KinesisFirehoseRedshiftDestinationConfiguration Source # 
ToJSON KinesisFirehoseRedshiftDestinationConfiguration Source # 
FromJSON KinesisFirehoseRedshiftDestinationConfiguration Source # 
type Rep KinesisFirehoseRedshiftDestinationConfiguration Source # 
type Rep KinesisFirehoseRedshiftDestinationConfiguration = D1 (MetaData "KinesisFirehoseRedshiftDestinationConfiguration" "Stratosphere.ResourceProperties.KinesisFirehoseRedshiftDestinationConfiguration" "stratosphere-0.2.0-B1WeL9cnxuQ3qer3csMa6f" False) (C1 (MetaCons "KinesisFirehoseRedshiftDestinationConfiguration" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_kinesisFirehoseRedshiftDestinationConfigurationCloudWatchLoggingOptions") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe KinesisFirehoseCloudWatchLoggingOptions))) ((:*:) (S1 (MetaSel (Just Symbol "_kinesisFirehoseRedshiftDestinationConfigurationClusterJDBCURL") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Val Text))) (S1 (MetaSel (Just Symbol "_kinesisFirehoseRedshiftDestinationConfigurationCopyCommand") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 KinesisFirehoseRedshiftCopyCommand)))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_kinesisFirehoseRedshiftDestinationConfigurationPassword") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Val Text))) (S1 (MetaSel (Just Symbol "_kinesisFirehoseRedshiftDestinationConfigurationRoleARN") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Val Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_kinesisFirehoseRedshiftDestinationConfigurationS3Configuration") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 KinesisFirehoseS3DestinationConfiguration)) (S1 (MetaSel (Just Symbol "_kinesisFirehoseRedshiftDestinationConfigurationUsername") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Val Text)))))))

kfrdcClusterJDBCURL :: Lens' KinesisFirehoseRedshiftDestinationConfiguration (Val Text) Source #

The connection string that Firehose uses to connect to the Amazon Redshift cluster.

kfrdcCopyCommand :: Lens' KinesisFirehoseRedshiftDestinationConfiguration KinesisFirehoseRedshiftCopyCommand Source #

Configures the Amazon Redshift COPY command that Firehose uses to load data into the cluster from the S3 bucket.

kfrdcPassword :: Lens' KinesisFirehoseRedshiftDestinationConfiguration (Val Text) Source #

The password for the Amazon Redshift user that you specified in the Username property.

kfrdcRoleARN :: Lens' KinesisFirehoseRedshiftDestinationConfiguration (Val Text) Source #

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

kfrdcS3Configuration :: Lens' KinesisFirehoseRedshiftDestinationConfiguration KinesisFirehoseS3DestinationConfiguration Source #

The S3 bucket where Firehose first delivers data. After the data is in the bucket, Firehose uses the COPY command to load the data into the Amazon Redshift cluster. For the S3 bucket's compression format, don't specify SNAPPY or ZIP because the Amazon Redshift COPY command doesn't support them.

kfrdcUsername :: Lens' KinesisFirehoseRedshiftDestinationConfiguration (Val Text) Source #

The Amazon Redshift user that has permission to access the Amazon Redshift cluster. This user must have INSERT privileges for copying data from the S3 bucket to the cluster.