Module Values.GroupResourcesInputSource

Adds the specified resources to the specified group. You can only use this operation with the following groups: AWS::EC2::HostManagement AWS::EC2::CapacityReservationPool AWS::ResourceGroups::ApplicationGroup Other resource group types and resource types are not currently supported by this operation. Minimum permissions To run this command, you must have the following permissions: resource-groups:GroupResources

Sourcetype nonrec t = {
  1. group : GroupStringV2.t;
    (*

    The name or the Amazon resource name (ARN) of the resource group to add resources to.

    *)
  2. resourceArns : ResourceArnList.t;
    (*

    The list of Amazon resource names (ARNs) of the resources to be added to the group.

    *)
}
Sourceval context_ : string
Sourceval make : group:GroupStringV2.t -> resourceArns:ResourceArnList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of ResourceArn.t ] list | `String of GroupStringV2.t ]) 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