Values_0.TenantDatabaseSourceA tenant database in the DB instance. This data type is an element in the response to the DescribeTenantDatabases action.
type nonrec t = {tenantDatabaseCreateTime : TStamp.t option;The creation time of the tenant database.
*)dBInstanceIdentifier : String_.t option;The ID of the DB instance that contains the tenant database.
*)tenantDBName : String_.t option;The database name of the tenant database.
*)status : String_.t option;The status of the tenant database.
*)masterUsername : String_.t option;The master username of the tenant database.
*)dbiResourceId : String_.t option;The Amazon Web Services Region-unique, immutable identifier for the DB instance.
*)tenantDatabaseResourceId : String_.t option;The Amazon Web Services Region-unique, immutable identifier for the tenant database.
*)tenantDatabaseARN : String_.t option;The Amazon Resource Name (ARN) for the tenant database.
*)characterSetName : String_.t option;The character set of the tenant database.
*)ncharCharacterSetName : String_.t option;The NCHAR character set name of the tenant database.
*)deletionProtection : Boolean.t option;Specifies whether deletion protection is enabled for the DB instance.
*)pendingModifiedValues : TenantDatabasePendingModifiedValues.t option;Information about pending changes for a tenant database.
*)masterUserSecret : MasterUserSecret.t option;tagList : TagList.t option;}val make :
?tenantDatabaseCreateTime:??? ->
?dBInstanceIdentifier:??? ->
?tenantDBName:??? ->
?status:??? ->
?masterUsername:??? ->
?dbiResourceId:??? ->
?tenantDatabaseResourceId:??? ->
?tenantDatabaseARN:??? ->
?characterSetName:??? ->
?ncharCharacterSetName:??? ->
?deletionProtection:??? ->
?pendingModifiedValues:??? ->
?masterUserSecret:??? ->
?tagList:??? ->
unit ->
t