AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 3.5
 
The datasource details that are specific to Amazon RDS.

Inheritance Hierarchy

System.Object
  Amazon.MachineLearning.Model.RDSMetadata

Namespace: Amazon.MachineLearning.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class RDSMetadata : Object

The RDSMetadata type exposes the following members

Constructors

NameDescription
Public Method RDSMetadata()

Properties

NameTypeDescription
Public Property Database Amazon.MachineLearning.Model.RDSDatabase Gets and sets the property Database.

The database details required to connect to an Amazon RDS.

Public Property DatabaseUserName System.String Gets and sets the property DatabaseUserName.
Public Property DataPipelineId System.String Gets and sets the property 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.

Public Property ResourceRole System.String Gets and sets the property 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.

Public Property SelectSqlQuery System.String Gets and sets the property SelectSqlQuery.

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

Public Property ServiceRole System.String Gets and sets the property 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.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5