| Copyright | (c) 2013-2021 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
Amazonka.AppFlow.Types.RedshiftConnectorProfileProperties
Description
Synopsis
- data RedshiftConnectorProfileProperties = RedshiftConnectorProfileProperties' {
- bucketPrefix :: Maybe Text
- databaseUrl :: Text
- bucketName :: Text
- roleArn :: Text
- newRedshiftConnectorProfileProperties :: Text -> Text -> Text -> RedshiftConnectorProfileProperties
- redshiftConnectorProfileProperties_bucketPrefix :: Lens' RedshiftConnectorProfileProperties (Maybe Text)
- redshiftConnectorProfileProperties_databaseUrl :: Lens' RedshiftConnectorProfileProperties Text
- redshiftConnectorProfileProperties_bucketName :: Lens' RedshiftConnectorProfileProperties Text
- redshiftConnectorProfileProperties_roleArn :: Lens' RedshiftConnectorProfileProperties Text
Documentation
data RedshiftConnectorProfileProperties Source #
The connector-specific profile properties when using Amazon Redshift.
See: newRedshiftConnectorProfileProperties smart constructor.
Constructors
| RedshiftConnectorProfileProperties' | |
Fields
| |
Instances
newRedshiftConnectorProfileProperties Source #
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> RedshiftConnectorProfileProperties |
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.
redshiftConnectorProfileProperties_databaseUrl :: Lens' RedshiftConnectorProfileProperties Text Source #
The JDBC URL of the Amazon Redshift cluster.
redshiftConnectorProfileProperties_bucketName :: Lens' RedshiftConnectorProfileProperties Text Source #
A name for the associated Amazon S3 bucket.
redshiftConnectorProfileProperties_roleArn :: Lens' RedshiftConnectorProfileProperties Text Source #
The Amazon Resource Name (ARN) of the IAM role.