libZSservicesZSamazonka-mlZSamazonka-ml
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.MachineLearning.Types.RDSMetadata

Description

 
Synopsis

Documentation

data RDSMetadata Source #

The datasource details that are specific to Amazon RDS.

See: newRDSMetadata smart constructor.

Constructors

RDSMetadata' 

Fields

  • selectSqlQuery :: Maybe Text

    The SQL query that is supplied during CreateDataSourceFromRDS. Returns only if Verbose is true in GetDataSourceInput.

  • dataPipelineId :: Maybe Text

    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.

  • database :: Maybe RDSDatabase

    The database details required to connect to an Amazon RDS.

  • databaseUserName :: Maybe Text
     
  • resourceRole :: Maybe Text

    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.

  • serviceRole :: Maybe Text

    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.

Instances

Instances details
Eq RDSMetadata Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.RDSMetadata

Read RDSMetadata Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.RDSMetadata

Show RDSMetadata Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.RDSMetadata

Generic RDSMetadata Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.RDSMetadata

Associated Types

type Rep RDSMetadata :: Type -> Type #

NFData RDSMetadata Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.RDSMetadata

Methods

rnf :: RDSMetadata -> () #

Hashable RDSMetadata Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.RDSMetadata

FromJSON RDSMetadata Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.RDSMetadata

type Rep RDSMetadata Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.RDSMetadata

type Rep RDSMetadata = D1 ('MetaData "RDSMetadata" "Amazonka.MachineLearning.Types.RDSMetadata" "libZSservicesZSamazonka-mlZSamazonka-ml" 'False) (C1 ('MetaCons "RDSMetadata'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "selectSqlQuery") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "dataPipelineId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "database") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RDSDatabase)))) :*: (S1 ('MetaSel ('Just "databaseUserName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "resourceRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "serviceRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

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_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.