Module Values.IndexActionSource

This is an optional array within a BackupRule. IndexAction consists of one ResourceTypes.

Sourcetype nonrec t = {
  1. resourceTypes : ResourceTypes.t option;
    (*

    0 or 1 index action will be accepted for each BackupRule. Valid values: EBS for Amazon Elastic Block Store S3 for Amazon Simple Storage Service (Amazon S3)

    *)
}
Sourceval make : ?resourceTypes:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of ResourceType.t ] list ]) 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