Values.BatchAssociateResourceRequestSourceAssociate resources to a Firewall Manager resource set.
type nonrec t = {resourceSetIdentifier : Identifier.t;A unique identifier for the resource set, used in a request to refer to the resource set.
*)items : IdentifierList.t;The uniform resource identifiers (URIs) of resources that should be associated to the resource set. The URIs must be Amazon Resource Names (ARNs).
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of Identifier.t ] list
| `String of Identifier.t ])
list ]