Example: marketing

AWS Resource Groups - Welcome

AWS Resource GroupsWelcomeAPI Version 2017-11-27 AWS Resource Groups WelcomeAWS Resource Groups : WelcomeCopyright 2019 Amazon Web Services, Inc. and/or its affiliates. All rights 's trademarks and trade dress may not be used in connection with any product or service that is not Amazon's, in any mannerthat is likely to cause confusion among customers, or in any manner that disparages or discredits Amazon. All other trademarks notowned by Amazon are the property of their respective owners, who may or may not be affiliated with, connected to, or sponsored Resource Groups WelcomeTable of ContentsWelcome .. 1 Actions .. 2 CreateGroup .. 3 Request Syntax .. 3 URI Request Parameters .. 3 Request Body.

AWS Resource Groups Welcome Response Syntax Type: ResourceQuery (p. 41) object Required: Yes Tags (p. 3) The tags to add to the group. A tag is a string-to-string map of key-value pairs.

Tags:

  Welcome, Group, Resource, Aws resource groups welcome

Information

Domain:

Source:

Link to this page:

Please notify us if you found a problem with this document:

Other abuse

Advertisement

Transcription of AWS Resource Groups - Welcome

1 AWS Resource GroupsWelcomeAPI Version 2017-11-27 AWS Resource Groups WelcomeAWS Resource Groups : WelcomeCopyright 2019 Amazon Web Services, Inc. and/or its affiliates. All rights 's trademarks and trade dress may not be used in connection with any product or service that is not Amazon's, in any mannerthat is likely to cause confusion among customers, or in any manner that disparages or discredits Amazon. All other trademarks notowned by Amazon are the property of their respective owners, who may or may not be affiliated with, connected to, or sponsored Resource Groups WelcomeTable of ContentsWelcome .. 1 Actions .. 2 CreateGroup .. 3 Request Syntax .. 3 URI Request Parameters .. 3 Request Body.

2 3 Response Syntax .. 4 Response Elements .. 4 Errors .. 5 See 5 DeleteGroup .. 7 Request Syntax .. 7 URI Request Parameters .. 7 Request Body .. 7 Response Syntax .. 7 Response Elements .. 7 Errors .. 7 See 8 GetGroup .. 9 Request Syntax .. 9 URI Request Parameters .. 9 Request Body .. 9 Response Syntax .. 9 Response Elements .. 9 Errors .. 9 See 10 GetGroupQuery .. 11 Request Syntax .. 11 URI Request Parameters .. 11 Request Body .. 11 Response Syntax .. 11 Response Elements .. 11 Errors .. 11 See 12 GetTags .. 13 Request Syntax .. 13 URI Request Parameters .. 13 Request Body .. 13 Response Syntax .. 13 Response Elements .. 13 Errors.

3 14 See 14 ListGroupResources .. 16 Request Syntax .. 16 URI Request Parameters .. 16 Request Body .. 16 Response Syntax .. 17 Response Elements .. 17 Errors .. 17 See 18 ListGroups .. 19 Request Syntax .. 19 URI Request Parameters .. 19 Request Body .. 19 API Version 2017-11-27iiiAWS Resource Groups WelcomeResponse Syntax .. 19 Response Elements .. 20 Errors .. 20 See 21 SearchResources .. 22 Request Syntax .. 22 URI Request Parameters .. 22 Request Body .. 22 Response Syntax .. 22 Response Elements .. 23 Errors .. 23 See 24 Tag .. 25 Request Syntax .. 25 URI Request Parameters .. 25 Request Body .. 25 Response Syntax .. 25 Response Elements.

4 26 Errors .. 26 See 28 Request Syntax .. 28 URI Request Parameters .. 28 Request Body .. 28 Response Syntax .. 28 Response Elements .. 28 Errors .. 29 See 29 UpdateGroup .. 31 Request Syntax .. 31 URI Request Parameters .. 31 Request Body .. 31 Response Syntax .. 31 Response Elements .. 32 Errors .. 32 See 32 UpdateGroupQuery .. 34 Request Syntax .. 34 URI Request Parameters .. 34 Request Body .. 34 Response Syntax .. 34 Response Elements .. 35 Errors .. 35 See 35 Data Types .. 37 group .. 38 See 38 GroupFilter .. 39 See 39 GroupIdentifier .. 40 See 40 GroupQuery .. 41 See 41 API Version 2017-11-27ivAWS Resource Groups WelcomeQueryError.

5 42 See 42 ResourceFilter .. 43 See 43 ResourceIdentifier .. 44 See 44 ResourceQuery .. 45 See 45 Common Parameters .. 47 Common Errors .. 49 API Version 2017-11-27vAWS Resource Groups WelcomeWelcomeAWS Resource Groups lets you organize AWS resources such as Amazon EC2 instances, AmazonRelational Database Service databases, and Amazon S3 buckets into Groups using criteria that you defineas tags. A Resource group is a collection of resources that match the Resource types specified in a query,and share one or more tags or portions of tags. You can create a group of resources based on their rolesin your cloud infrastructure, lifecycle stages, regions, application layers, or virtually any criteria.

6 Resourcegroups enable you to automate management tasks, such as those in AWS Systems Manager Automationdocuments, on tag-related resources in AWS Systems Manager. Groups of tagged resources also let youquickly view a custom console in AWS Systems Manager that shows AWS Config compliance and othermonitoring data about member create a Resource group , build a Resource query, and specify tags that identify the criteria thatmembers of the group have in common. Tags are key-value more information about Resource Groups , see the AWS Resource Groups User Resource Groups uses a REST-compliant API that you can use to perform the following types ofoperations. Create, Read, Update, and Delete (CRUD) operations on Resource Groups and Resource query entities Applying, editing, and removing tags from Resource Groups Resolving Resource group member ARNs so they can be returned as search results Getting data about resources that are members of a group Searching AWS resources based on a Resource queryThis document was last published on January 25, Version 2017-11-271 AWS Resource Groups WelcomeActionsThe following actions are supported: CreateGroup (p.)

7 3) DeleteGroup (p. 7) GetGroup (p. 9) GetGroupQuery (p. 11) GetTags (p. 13) ListGroupResources (p. 16) ListGroups (p. 19) SearchResources (p. 22) Tag (p. 25) Untag (p. 28) UpdateGroup (p. 31) UpdateGroupQuery (p. 34)API Version 2017-11-272 AWS Resource Groups WelcomeCreateGroupCreateGroupCreates a group with a specified name, description, and Resource SyntaxPOST / Groups : application/json{ "Description": "string", "Name": "string", "ResourceQuery": { "Query": "string", "Type": "string" }, "Tags": { "string" : "string" }}URI Request ParametersThe request does not use any URI BodyThe request accepts the following data in JSON (p. 3)The description of the Resource group .

8 Descriptions can have a maximum of 511 characters,including letters, numbers, hyphens, underscores, punctuation, and : StringLength Constraints: Maximum length of : [\sa-zA-Z0-9_\.-]*Required: NoName (p. 3)The name of the group , which is the identifier of the group in other operations. A Resource groupname cannot be updated after it is created. A Resource group name can have a maximum of 128characters, including letters, numbers, hyphens, dots, and underscores. The name cannot start withAWS or aws; these are reserved. A Resource group name must be unique within your : StringLength Constraints: Minimum length of 1. Maximum length of : [a-zA-Z0-9_\.-]+Required: YesResourceQuery (p. 3)The Resource query that determines which AWS resources are members of this Version 2017-11-273 AWS Resource Groups WelcomeResponse SyntaxType: ResourceQuery (p.)

9 45) objectRequired: YesTags (p. 3)The tags to add to the group . A tag is a string-to-string map of key-value pairs. Tag keys can havea maximum character length of 128 characters, and tag values can have a maximum length of : String to string mapKey Length Constraints: Minimum length of 1. Maximum length of Pattern: ^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$Value Length Constraints: Minimum length of 0. Maximum length of Pattern: ^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$Required: NoResponse 200 Content-type: application/json{ " group ": { "Description": "string", "GroupArn": "string", "Name": "string" }, "ResourceQuery": { "Query": "string", "Type": "string" }, "Tags": { "string" : "string" }}Response ElementsIf the action is successful, the service sends back an HTTP 200 following data is returned in JSON format by the (p.

10 4)A full description of the Resource group after it is : group (p. 38) objectResourceQuery (p. 4)The Resource query associated with the : ResourceQuery (p. 45) objectAPI Version 2017-11-274 AWS Resource Groups WelcomeErrorsTags (p. 4)The tags associated with the : String to string mapKey Length Constraints: Minimum length of 1. Maximum length of Pattern: ^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$Value Length Constraints: Minimum length of 0. Maximum length of Pattern: ^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$ErrorsFor information about the errors that are common to all actions, see Common Errors (p. 49).BadRequestExceptionThe request does not comply with validation rules that are defined for the request Status Code: 400 ForbiddenExceptionThe caller is not authorized to make the Status Code: 403 InternalServerErrorExceptionAn internal error occurred while processing the Status Code: 500 MethodNotAllowedExceptionThe request uses an HTTP method which is not allowed for the specified Status Code: 405 TooManyRequestsExceptionThe caller has exceeded throttling Status Code: 429 See AlsoFor more information about using this API in one of the language-specific AWS SDKs, see the following: AWS Command Line Interface AWS SDK for.


Related search queries