A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/ResourceGroups/Types/CreateGroupInput.html below:

CreateGroupInput — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ResourceGroups::Types::CreateGroupInput
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When passing CreateGroupInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  name: "GroupName",   description: "Description",
  resource_query: {
    type: "TAG_FILTERS_1_0",     query: "Query",   },
  tags: {
    "TagKey" => "TagValue",
  },
  configuration: [
    {
      type: "GroupConfigurationType",       parameters: [
        {
          name: "GroupConfigurationParameterName",           values: ["GroupConfigurationParameterValue"],
        },
      ],
    },
  ],
}
Instance Attribute Summary collapse Instance Attribute Details #configuration ⇒ Array<Types::GroupConfigurationItem>

A configuration associates the resource group with an AWS service and specifies how the service can interact with the resources in the group. A configuration is an array of GroupConfigurationItem elements.

You can specify either a Configuration or a ResourceQuery in a group, but not both.

#description ⇒ String

The description of the resource group. Descriptions can consist of letters, numbers, hyphens, underscores, periods, and spaces.

#name ⇒ String

The name of the group, which is the identifier of the group in other operations. You can\'t change the name of a resource group after you create it. A resource group name can consist of letters, numbers, hyphens, periods, and underscores. The name cannot start with AWS or aws; these are reserved. A resource group name must be unique within each AWS Region in your AWS account.

#resource_queryTypes::ResourceQuery

The resource query that determines which AWS resources are members of this group.

You can specify either a ResourceQuery or a Configuration, but not both.

#tags ⇒ Hash<String,String>

The tags to add to the group. A tag is key-value pair string.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4