Module Values_0.DBSnapshotTenantDatabaseSource

Contains the details of a tenant database in a snapshot of a DB instance.

Sourcetype nonrec t = {
  1. dBSnapshotIdentifier : String_.t option;
    (*

    The identifier for the snapshot of the DB instance.

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

    The ID for the DB instance that contains the tenant databases.

    *)
  3. 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.

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

    The name of the database engine.

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

    The type of DB snapshot.

    *)
  6. 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.

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

    The name of the tenant database.

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

    The master username of the tenant database.

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

    The resource ID of the tenant database.

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

    The name of the character set of a tenant database.

    *)
  11. dBSnapshotTenantDatabaseARN : String_.t option;
    (*

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

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

    The NCHAR character set name of the tenant database.

    *)
  13. tagList : TagList.t option;
}
Sourceval make : ?dBSnapshotIdentifier:??? -> ?dBInstanceIdentifier:??? -> ?dbiResourceId:??? -> ?engineName:??? -> ?snapshotType:??? -> ?tenantDatabaseCreateTime:??? -> ?tenantDBName:??? -> ?masterUsername:??? -> ?tenantDatabaseResourceId:??? -> ?characterSetName:??? -> ?dBSnapshotTenantDatabaseARN:??? -> ?ncharCharacterSetName:??? -> ?tagList:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of String_.t ]) list ] list | `String of String_.t | `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