libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Firehose.Types.RedshiftDestinationDescription

Description

 
Synopsis

Documentation

data RedshiftDestinationDescription Source #

Describes a destination in Amazon Redshift.

See: newRedshiftDestinationDescription smart constructor.

Constructors

RedshiftDestinationDescription' 

Fields

Instances

Instances details
Eq RedshiftDestinationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.RedshiftDestinationDescription

Show RedshiftDestinationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.RedshiftDestinationDescription

Generic RedshiftDestinationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.RedshiftDestinationDescription

Associated Types

type Rep RedshiftDestinationDescription :: Type -> Type #

NFData RedshiftDestinationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.RedshiftDestinationDescription

Hashable RedshiftDestinationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.RedshiftDestinationDescription

FromJSON RedshiftDestinationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.RedshiftDestinationDescription

type Rep RedshiftDestinationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.RedshiftDestinationDescription

type Rep RedshiftDestinationDescription = D1 ('MetaData "RedshiftDestinationDescription" "Amazonka.Firehose.Types.RedshiftDestinationDescription" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "RedshiftDestinationDescription'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "s3BackupMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RedshiftS3BackupMode)) :*: S1 ('MetaSel ('Just "s3BackupDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3DestinationDescription))) :*: (S1 ('MetaSel ('Just "cloudWatchLoggingOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CloudWatchLoggingOptions)) :*: (S1 ('MetaSel ('Just "retryOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RedshiftRetryOptions)) :*: S1 ('MetaSel ('Just "processingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProcessingConfiguration))))) :*: ((S1 ('MetaSel ('Just "roleARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "clusterJDBCURL") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "copyCommand") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 CopyCommand) :*: (S1 ('MetaSel ('Just "username") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)) :*: S1 ('MetaSel ('Just "s3DestinationDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 S3DestinationDescription))))))

newRedshiftDestinationDescription Source #

Create a value of RedshiftDestinationDescription with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:s3BackupMode:RedshiftDestinationDescription', redshiftDestinationDescription_s3BackupMode - The Amazon S3 backup mode.

$sel:s3BackupDescription:RedshiftDestinationDescription', redshiftDestinationDescription_s3BackupDescription - The configuration for backup in Amazon S3.

$sel:cloudWatchLoggingOptions:RedshiftDestinationDescription', redshiftDestinationDescription_cloudWatchLoggingOptions - The Amazon CloudWatch logging options for your delivery stream.

$sel:retryOptions:RedshiftDestinationDescription', redshiftDestinationDescription_retryOptions - The retry behavior in case Kinesis Data Firehose is unable to deliver documents to Amazon Redshift. Default value is 3600 (60 minutes).

$sel:processingConfiguration:RedshiftDestinationDescription', redshiftDestinationDescription_processingConfiguration - The data processing configuration.

$sel:roleARN:RedshiftDestinationDescription', redshiftDestinationDescription_roleARN - The Amazon Resource Name (ARN) of the AWS credentials. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

$sel:clusterJDBCURL:RedshiftDestinationDescription', redshiftDestinationDescription_clusterJDBCURL - The database connection string.

$sel:copyCommand:RedshiftDestinationDescription', redshiftDestinationDescription_copyCommand - The COPY command.

$sel:username:RedshiftDestinationDescription', redshiftDestinationDescription_username - The name of the user.

$sel:s3DestinationDescription:RedshiftDestinationDescription', redshiftDestinationDescription_s3DestinationDescription - The Amazon S3 destination.

redshiftDestinationDescription_retryOptions :: Lens' RedshiftDestinationDescription (Maybe RedshiftRetryOptions) Source #

The retry behavior in case Kinesis Data Firehose is unable to deliver documents to Amazon Redshift. Default value is 3600 (60 minutes).