You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ResourceGroups::Types::CreateGroupInputWhen 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
A configuration associates the resource group with an AWS service and specifies how the service can interact with the resources in the group.
The description of the resource group.
The name of the group, which is the identifier of the group in other operations.
The resource query that determines which AWS resources are members of this group.
The tags to add to the group.
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.
The description of the resource group. Descriptions can consist of letters, numbers, hyphens, underscores, periods, and spaces.
#name ⇒ StringThe 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.
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.
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