Values.ShareRuleSource[Custom snapshot policies only] Specifies a rule for sharing snapshots across Amazon Web Services accounts.
type nonrec t = {targetAccounts : ShareTargetAccountList.t;The IDs of the Amazon Web Services accounts with which to share the snapshots.
*)}val make :
?unshareInterval:??? ->
?unshareIntervalUnit:??? ->
targetAccounts:ShareTargetAccountList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Interval.t
| `List of [> `String of AwsAccountId.t ] list ])
list ]