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 |
Synopsis
- data RDSMetadata = RDSMetadata' {}
- newRDSMetadata :: RDSMetadata
- rDSMetadata_selectSqlQuery :: Lens' RDSMetadata (Maybe Text)
- rDSMetadata_dataPipelineId :: Lens' RDSMetadata (Maybe Text)
- rDSMetadata_database :: Lens' RDSMetadata (Maybe RDSDatabase)
- rDSMetadata_databaseUserName :: Lens' RDSMetadata (Maybe Text)
- rDSMetadata_resourceRole :: Lens' RDSMetadata (Maybe Text)
- rDSMetadata_serviceRole :: Lens' RDSMetadata (Maybe Text)
Documentation
data RDSMetadata Source #
The datasource details that are specific to Amazon RDS.
See: newRDSMetadata
smart constructor.
RDSMetadata' | |
|
Instances
newRDSMetadata :: RDSMetadata Source #
Create a value of RDSMetadata
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:selectSqlQuery:RDSMetadata'
, rDSMetadata_selectSqlQuery
- The SQL query that is supplied during CreateDataSourceFromRDS. Returns
only if Verbose
is true in GetDataSourceInput
.
$sel:dataPipelineId:RDSMetadata'
, rDSMetadata_dataPipelineId
- The ID of the Data Pipeline instance that is used to carry to copy data
from Amazon RDS to Amazon S3. You can use the ID to find details about
the instance in the Data Pipeline console.
$sel:database:RDSMetadata'
, rDSMetadata_database
- The database details required to connect to an Amazon RDS.
$sel:databaseUserName:RDSMetadata'
, rDSMetadata_databaseUserName
- Undocumented member.
$sel:resourceRole:RDSMetadata'
, rDSMetadata_resourceRole
- The role (DataPipelineDefaultResourceRole) assumed by an Amazon EC2
instance to carry out the copy task from Amazon RDS to Amazon S3. For
more information, see
Role templates
for data pipelines.
$sel:serviceRole:RDSMetadata'
, rDSMetadata_serviceRole
- The role (DataPipelineDefaultRole) assumed by the Data Pipeline service
to monitor the progress of the copy task from Amazon RDS to Amazon S3.
For more information, see
Role templates
for data pipelines.
rDSMetadata_selectSqlQuery :: Lens' RDSMetadata (Maybe Text) Source #
The SQL query that is supplied during CreateDataSourceFromRDS. Returns
only if Verbose
is true in GetDataSourceInput
.
rDSMetadata_dataPipelineId :: Lens' RDSMetadata (Maybe Text) Source #
The ID of the Data Pipeline instance that is used to carry to copy data from Amazon RDS to Amazon S3. You can use the ID to find details about the instance in the Data Pipeline console.
rDSMetadata_database :: Lens' RDSMetadata (Maybe RDSDatabase) Source #
The database details required to connect to an Amazon RDS.
rDSMetadata_databaseUserName :: Lens' RDSMetadata (Maybe Text) Source #
Undocumented member.
rDSMetadata_resourceRole :: Lens' RDSMetadata (Maybe Text) Source #
The role (DataPipelineDefaultResourceRole) assumed by an Amazon EC2 instance to carry out the copy task from Amazon RDS to Amazon S3. For more information, see Role templates for data pipelines.
rDSMetadata_serviceRole :: Lens' RDSMetadata (Maybe Text) Source #
The role (DataPipelineDefaultRole) assumed by the Data Pipeline service to monitor the progress of the copy task from Amazon RDS to Amazon S3. For more information, see Role templates for data pipelines.