Module Values.PutResourceSetRequestSource

Creates the resource set. An Firewall Manager resource set defines the resources to import into an Firewall Manager policy from another Amazon Web Services service.

Sourcetype nonrec t = {
  1. resourceSet : ResourceSet.t;
    (*

    Details about the resource set to be created or updated.>

    *)
  2. tagList : TagList.t option;
    (*

    Retrieves the tags associated with the specified resource set. Tags are key:value pairs that you can use to categorize and manage your resources, for purposes like billing. For example, you might set the tag key to "customer" and the value to the customer name or ID. You can specify one or more tags to add to each Amazon Web Services resource, up to 50 tags for a resource.

    *)
}
Sourceval context_ : string
Sourceval make : ?tagList:??? -> resourceSet:ResourceSet.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of TagKey.t ]) list ] list | `Structure of (string * [> `Enum of string | `List of [> `String of ResourceType.t ] list | `String of Base62Id.t | `Timestamp of TimeStamp.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