libZSservicesZSamazonka-appflowZSamazonka-appflow
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.AppFlow.Types.RedshiftConnectorProfileProperties

Description

 
Synopsis

Documentation

data RedshiftConnectorProfileProperties Source #

The connector-specific profile properties when using Amazon Redshift.

See: newRedshiftConnectorProfileProperties smart constructor.

Constructors

RedshiftConnectorProfileProperties' 

Fields

Instances

Instances details
Eq RedshiftConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.RedshiftConnectorProfileProperties

Read RedshiftConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.RedshiftConnectorProfileProperties

Show RedshiftConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.RedshiftConnectorProfileProperties

Generic RedshiftConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.RedshiftConnectorProfileProperties

Associated Types

type Rep RedshiftConnectorProfileProperties :: Type -> Type #

NFData RedshiftConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.RedshiftConnectorProfileProperties

Hashable RedshiftConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.RedshiftConnectorProfileProperties

ToJSON RedshiftConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.RedshiftConnectorProfileProperties

FromJSON RedshiftConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.RedshiftConnectorProfileProperties

type Rep RedshiftConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.RedshiftConnectorProfileProperties

type Rep RedshiftConnectorProfileProperties = D1 ('MetaData "RedshiftConnectorProfileProperties" "Amazonka.AppFlow.Types.RedshiftConnectorProfileProperties" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "RedshiftConnectorProfileProperties'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "bucketPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "databaseUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "bucketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newRedshiftConnectorProfileProperties Source #

Create a value of RedshiftConnectorProfileProperties 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:bucketPrefix:RedshiftConnectorProfileProperties', redshiftConnectorProfileProperties_bucketPrefix - The object key for the destination bucket in which Amazon AppFlow places the files.

$sel:databaseUrl:RedshiftConnectorProfileProperties', redshiftConnectorProfileProperties_databaseUrl - The JDBC URL of the Amazon Redshift cluster.

$sel:bucketName:RedshiftConnectorProfileProperties', redshiftConnectorProfileProperties_bucketName - A name for the associated Amazon S3 bucket.

$sel:roleArn:RedshiftConnectorProfileProperties', redshiftConnectorProfileProperties_roleArn - The Amazon Resource Name (ARN) of the IAM role.

redshiftConnectorProfileProperties_bucketPrefix :: Lens' RedshiftConnectorProfileProperties (Maybe Text) Source #

The object key for the destination bucket in which Amazon AppFlow places the files.