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