Module Values_0.TenantDatabaseSource

A tenant database in the DB instance. This data type is an element in the response to the DescribeTenantDatabases action.

Sourcetype nonrec t = {
  1. tenantDatabaseCreateTime : TStamp.t option;
    (*

    The creation time of the tenant database.

    *)
  2. dBInstanceIdentifier : String_.t option;
    (*

    The ID of the DB instance that contains the tenant database.

    *)
  3. tenantDBName : String_.t option;
    (*

    The database name of the tenant database.

    *)
  4. status : String_.t option;
    (*

    The status of the tenant database.

    *)
  5. masterUsername : String_.t option;
    (*

    The master username of the tenant database.

    *)
  6. dbiResourceId : String_.t option;
    (*

    The Amazon Web Services Region-unique, immutable identifier for the DB instance.

    *)
  7. tenantDatabaseResourceId : String_.t option;
    (*

    The Amazon Web Services Region-unique, immutable identifier for the tenant database.

    *)
  8. tenantDatabaseARN : String_.t option;
    (*

    The Amazon Resource Name (ARN) for the tenant database.

    *)
  9. characterSetName : String_.t option;
    (*

    The character set of the tenant database.

    *)
  10. ncharCharacterSetName : String_.t option;
    (*

    The NCHAR character set name of the tenant database.

    *)
  11. deletionProtection : Boolean.t option;
    (*

    Specifies whether deletion protection is enabled for the DB instance.

    *)
  12. pendingModifiedValues : TenantDatabasePendingModifiedValues.t option;
    (*

    Information about pending changes for a tenant database.

    *)
  13. masterUserSecret : MasterUserSecret.t option;
  14. tagList : TagList.t option;
}
Sourceval make : ?tenantDatabaseCreateTime:??? -> ?dBInstanceIdentifier:??? -> ?tenantDBName:??? -> ?status:??? -> ?masterUsername:??? -> ?dbiResourceId:??? -> ?tenantDatabaseResourceId:??? -> ?tenantDatabaseARN:??? -> ?characterSetName:??? -> ?ncharCharacterSetName:??? -> ?deletionProtection:??? -> ?pendingModifiedValues:??? -> ?masterUserSecret:??? -> ?tagList:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `List of [> `Structure of (string * [> `String of String_.t ]) list ] list | `String of String_.t | `Structure of (string * [> `String of SensitiveString.t ]) list | `Timestamp of TStamp.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t