String name
The name of the group, which is the identifier of the group in other operations. A resource group name cannot be
updated after it is created. A resource group name can have a maximum of 128 characters, including letters,
numbers, hyphens, dots, and underscores. The name cannot start with AWS or aws; these
are reserved. A resource group name must be unique within your account.
String description
The description of the resource group. Descriptions can have a maximum of 511 characters, including letters, numbers, hyphens, underscores, punctuation, and spaces.
ResourceQuery resourceQuery
The resource query that determines which AWS resources are members of this group.
Map<K,V> tags
The tags to add to the group. A tag is a string-to-string map of key-value pairs. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.
Group group
A full description of the resource group after it is created.
ResourceQuery resourceQuery
The resource query associated with the group.
Map<K,V> tags
The tags associated with the group.
String groupName
The name of the resource group to delete.
Group group
A full description of the deleted resource group.
String groupName
The name of the resource group.
GroupQuery groupQuery
The resource query associated with the specified group.
String groupName
The name of the resource group.
Group group
A full description of the resource group.
String arn
The ARN of the resource for which you want a list of tags. The resource must exist within the account you are using.
String groupName
The name of a resource group that is associated with a specific resource query.
ResourceQuery resourceQuery
The resource query which determines which AWS resources are members of the associated resource group.
String groupName
The name of the resource group.
List<E> filters
Filters, formatted as ResourceFilter objects, that you want to apply to a ListGroupResources operation.
resource-type - Filter resources by their type. Specify up to five resource types in the format
AWS::ServiceCode::ResourceType. For example, AWS::EC2::Instance, or AWS::S3::Bucket.
Integer maxResults
The maximum number of group member ARNs that are returned in a single call by ListGroupResources, in paginated output. By default, this number is 50.
String nextToken
The NextToken value that is returned in a paginated ListGroupResources request. To get the next page of results, run the call again, add the NextToken parameter, and specify the NextToken value.
Integer maxResults
The maximum number of resource group results that are returned by ListGroups in paginated output. By default, this number is 50.
String nextToken
The NextToken value that is returned in a paginated ListGroups request. To get the next page of
results, run the call again, add the NextToken parameter, and specify the NextToken value.
String type
The type of the query. The valid value in this release is TAG_FILTERS_1_0.
TAG_FILTERS_1_0: A JSON syntax that lets you specify a collection of simple tag filters for
resource types and tags, as supported by the AWS Tagging API GetResources operation. When more than one element
is present, only resources that match all filters are part of the result. If a filter specifies more than one
value for a key, a resource matches the filter if its tag value matches any of the specified values.
String query
The query that defines a group or a search.
ResourceQuery resourceQuery
The search query, using the same formats that are supported for resource group definition.
Integer maxResults
The maximum number of group member ARNs returned by SearchResources in paginated output. By default,
this number is 50.
String nextToken
The NextToken value that is returned in a paginated SearchResources request. To get the next page of
results, run the call again, add the NextToken parameter, and specify the NextToken value.
String groupName
The name of the resource group for which you want to edit the query.
ResourceQuery resourceQuery
The resource query that determines which AWS resources are members of the resource group.
GroupQuery groupQuery
The resource query associated with the resource group after the update.
Group group
The full description of the resource group after it has been updated.
Copyright © 2018. All rights reserved.