Values_0.DBSnapshotTenantDatabaseSourceContains the details of a tenant database in a snapshot of a DB instance.
type nonrec t = {dBSnapshotIdentifier : String_.t option;The identifier for the snapshot of the DB instance.
*)dBInstanceIdentifier : String_.t option;The ID for the DB instance that contains the tenant databases.
*)dbiResourceId : String_.t option;The resource identifier of the source CDB instance. This identifier can't be changed and is unique to an Amazon Web Services Region.
*)engineName : String_.t option;The name of the database engine.
*)snapshotType : String_.t option;The type of DB snapshot.
*)tenantDatabaseCreateTime : TStamp.t option;The time the DB snapshot was taken, specified in Coordinated Universal Time (UTC). If you copy the snapshot, the creation time changes.
*)tenantDBName : String_.t option;The name of the tenant database.
*)masterUsername : String_.t option;The master username of the tenant database.
*)tenantDatabaseResourceId : String_.t option;The resource ID of the tenant database.
*)characterSetName : String_.t option;The name of the character set of a tenant database.
*)dBSnapshotTenantDatabaseARN : String_.t option;The Amazon Resource Name (ARN) for the snapshot tenant database.
*)ncharCharacterSetName : String_.t option;The NCHAR character set name of the tenant database.
*)tagList : TagList.t option;}val make :
?dBSnapshotIdentifier:??? ->
?dBInstanceIdentifier:??? ->
?dbiResourceId:??? ->
?engineName:??? ->
?snapshotType:??? ->
?tenantDatabaseCreateTime:??? ->
?tenantDBName:??? ->
?masterUsername:??? ->
?tenantDatabaseResourceId:??? ->
?characterSetName:??? ->
?dBSnapshotTenantDatabaseARN:??? ->
?ncharCharacterSetName:??? ->
?tagList:??? ->
unit ->
t