RDSMetadata
public struct RDSMetadata : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The database details required to connect to an Amazon RDS.
Declaration
Swift
public let database: RDSDatabase?
-
Undocumented
Declaration
Swift
public let databaseUserName: String?
-
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.
Declaration
Swift
public let dataPipelineId: String?
-
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.
Declaration
Swift
public let resourceRole: String?
-
The SQL query that is supplied during CreateDataSourceFromRDS. Returns only if Verbose is true in GetDataSourceInput.
Declaration
Swift
public let selectSqlQuery: String?
-
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.
Declaration
Swift
public let serviceRole: String?
-
Undocumented
Declaration
Swift
public init(database: RDSDatabase? = nil, databaseUserName: String? = nil, dataPipelineId: String? = nil, resourceRole: String? = nil, selectSqlQuery: String? = nil, serviceRole: String? = nil)