| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.LookoutMetrics.Types.RedshiftSourceConfig
Description
Synopsis
- data RedshiftSourceConfig = RedshiftSourceConfig' {}
- newRedshiftSourceConfig :: RedshiftSourceConfig
- redshiftSourceConfig_clusterIdentifier :: Lens' RedshiftSourceConfig (Maybe Text)
- redshiftSourceConfig_databaseHost :: Lens' RedshiftSourceConfig (Maybe Text)
- redshiftSourceConfig_databaseName :: Lens' RedshiftSourceConfig (Maybe Text)
- redshiftSourceConfig_databasePort :: Lens' RedshiftSourceConfig (Maybe Natural)
- redshiftSourceConfig_roleArn :: Lens' RedshiftSourceConfig (Maybe Text)
- redshiftSourceConfig_secretManagerArn :: Lens' RedshiftSourceConfig (Maybe Text)
- redshiftSourceConfig_tableName :: Lens' RedshiftSourceConfig (Maybe Text)
- redshiftSourceConfig_vpcConfiguration :: Lens' RedshiftSourceConfig (Maybe VpcConfiguration)
Documentation
data RedshiftSourceConfig Source #
Provides information about the Amazon Redshift database configuration.
See: newRedshiftSourceConfig smart constructor.
Constructors
| RedshiftSourceConfig' | |
Fields
| |
Instances
newRedshiftSourceConfig :: RedshiftSourceConfig Source #
Create a value of RedshiftSourceConfig 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:clusterIdentifier:RedshiftSourceConfig', redshiftSourceConfig_clusterIdentifier - A string identifying the Redshift cluster.
$sel:databaseHost:RedshiftSourceConfig', redshiftSourceConfig_databaseHost - The name of the database host.
$sel:databaseName:RedshiftSourceConfig', redshiftSourceConfig_databaseName - The Redshift database name.
$sel:databasePort:RedshiftSourceConfig', redshiftSourceConfig_databasePort - The port number where the database can be accessed.
$sel:roleArn:RedshiftSourceConfig', redshiftSourceConfig_roleArn - The Amazon Resource Name (ARN) of the role providing access to the
database.
$sel:secretManagerArn:RedshiftSourceConfig', redshiftSourceConfig_secretManagerArn - The Amazon Resource Name (ARN) of the AWS Secrets Manager role.
$sel:tableName:RedshiftSourceConfig', redshiftSourceConfig_tableName - The table name of the Redshift database.
$sel:vpcConfiguration:RedshiftSourceConfig', redshiftSourceConfig_vpcConfiguration - Contains information about the Amazon Virtual Private Cloud (VPC)
configuration.
redshiftSourceConfig_clusterIdentifier :: Lens' RedshiftSourceConfig (Maybe Text) Source #
A string identifying the Redshift cluster.
redshiftSourceConfig_databaseHost :: Lens' RedshiftSourceConfig (Maybe Text) Source #
The name of the database host.
redshiftSourceConfig_databaseName :: Lens' RedshiftSourceConfig (Maybe Text) Source #
The Redshift database name.
redshiftSourceConfig_databasePort :: Lens' RedshiftSourceConfig (Maybe Natural) Source #
The port number where the database can be accessed.
redshiftSourceConfig_roleArn :: Lens' RedshiftSourceConfig (Maybe Text) Source #
The Amazon Resource Name (ARN) of the role providing access to the database.
redshiftSourceConfig_secretManagerArn :: Lens' RedshiftSourceConfig (Maybe Text) Source #
The Amazon Resource Name (ARN) of the AWS Secrets Manager role.
redshiftSourceConfig_tableName :: Lens' RedshiftSourceConfig (Maybe Text) Source #
The table name of the Redshift database.
redshiftSourceConfig_vpcConfiguration :: Lens' RedshiftSourceConfig (Maybe VpcConfiguration) Source #
Contains information about the Amazon Virtual Private Cloud (VPC) configuration.