Module Values.RdsLimitlessDbDetailsSource

Contains information about the resource type RDSLimitlessDB that is involved in a GuardDuty finding.

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

    The name associated with the Limitless DB shard group.

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

    The resource identifier of the DB shard group within the Limitless Database.

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

    The Amazon Resource Name (ARN) that identifies the DB shard group.

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

    The database engine of the database instance involved in the finding.

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

    The version of the database engine.

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

    The name of the database cluster that is a part of the Limitless Database.

    *)
  7. tags : Tags.t option;
    (*

    Information about the tag key-value pair.

    *)
}
Sourceval make : ?dbShardGroupIdentifier:??? -> ?dbShardGroupResourceId:??? -> ?dbShardGroupArn:??? -> ?engine:??? -> ?engineVersion:??? -> ?dbClusterIdentifier:??? -> ?tags:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of String_.t ]) list ] list | `String of String_.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