| 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.LookoutMetrics.Types.RDSSourceConfig
Description
Synopsis
- data RDSSourceConfig = RDSSourceConfig' {}
- newRDSSourceConfig :: Text -> Text -> Natural -> Text -> Text -> Text -> Text -> VpcConfiguration -> RDSSourceConfig
- rDSSourceConfig_dbInstanceIdentifier :: Lens' RDSSourceConfig Text
- rDSSourceConfig_databaseHost :: Lens' RDSSourceConfig Text
- rDSSourceConfig_databasePort :: Lens' RDSSourceConfig Natural
- rDSSourceConfig_secretManagerArn :: Lens' RDSSourceConfig Text
- rDSSourceConfig_databaseName :: Lens' RDSSourceConfig Text
- rDSSourceConfig_tableName :: Lens' RDSSourceConfig Text
- rDSSourceConfig_roleArn :: Lens' RDSSourceConfig Text
- rDSSourceConfig_vpcConfiguration :: Lens' RDSSourceConfig VpcConfiguration
Documentation
data RDSSourceConfig Source #
Contains information about the Amazon Relational Database Service (RDS) configuration.
See: newRDSSourceConfig smart constructor.
Constructors
| RDSSourceConfig' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> Natural | |
| -> Text | |
| -> Text | |
| -> Text | |
| -> Text | |
| -> VpcConfiguration | |
| -> RDSSourceConfig |
Create a value of RDSSourceConfig 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:dbInstanceIdentifier:RDSSourceConfig', rDSSourceConfig_dbInstanceIdentifier - A string identifying the database instance.
$sel:databaseHost:RDSSourceConfig', rDSSourceConfig_databaseHost - The host name of the database.
$sel:databasePort:RDSSourceConfig', rDSSourceConfig_databasePort - The port number where the database can be accessed.
$sel:secretManagerArn:RDSSourceConfig', rDSSourceConfig_secretManagerArn - The Amazon Resource Name (ARN) of the AWS Secrets Manager role.
$sel:databaseName:RDSSourceConfig', rDSSourceConfig_databaseName - The name of the RDS database.
$sel:tableName:RDSSourceConfig', rDSSourceConfig_tableName - The name of the table in the database.
$sel:roleArn:RDSSourceConfig', rDSSourceConfig_roleArn - The Amazon Resource Name (ARN) of the role.
$sel:vpcConfiguration:RDSSourceConfig', rDSSourceConfig_vpcConfiguration - An object containing information about the Amazon Virtual Private Cloud
(VPC) configuration.
rDSSourceConfig_dbInstanceIdentifier :: Lens' RDSSourceConfig Text Source #
A string identifying the database instance.
rDSSourceConfig_databaseHost :: Lens' RDSSourceConfig Text Source #
The host name of the database.
rDSSourceConfig_databasePort :: Lens' RDSSourceConfig Natural Source #
The port number where the database can be accessed.
rDSSourceConfig_secretManagerArn :: Lens' RDSSourceConfig Text Source #
The Amazon Resource Name (ARN) of the AWS Secrets Manager role.
rDSSourceConfig_databaseName :: Lens' RDSSourceConfig Text Source #
The name of the RDS database.
rDSSourceConfig_tableName :: Lens' RDSSourceConfig Text Source #
The name of the table in the database.
rDSSourceConfig_roleArn :: Lens' RDSSourceConfig Text Source #
The Amazon Resource Name (ARN) of the role.
rDSSourceConfig_vpcConfiguration :: Lens' RDSSourceConfig VpcConfiguration Source #
An object containing information about the Amazon Virtual Private Cloud (VPC) configuration.