Module Values.ShareRuleSource

[Custom snapshot policies only] Specifies a rule for sharing snapshots across Amazon Web Services accounts.

Sourcetype nonrec t = {
  1. targetAccounts : ShareTargetAccountList.t;
    (*

    The IDs of the Amazon Web Services accounts with which to share the snapshots.

    *)
  2. unshareInterval : Interval.t option;
    (*

    The period after which snapshots that are shared with other Amazon Web Services accounts are automatically unshared.

    *)
  3. unshareIntervalUnit : RetentionIntervalUnitValues.t option;
    (*

    The unit of time for the automatic unsharing interval.

    *)
}
Sourceval context_ : string
Sourceval make : ?unshareInterval:??? -> ?unshareIntervalUnit:??? -> targetAccounts:ShareTargetAccountList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Integer of Interval.t | `List of [> `String of AwsAccountId.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