aws servicecatalog-appregistry
AWS Service Catalog AppRegistry enables organizations to understand the application context of their AWS resources. AppRegistry provides a repository of your applications, their resources, and the application metadata that you use within your enterprise
Subcommands
Name | Description |
---|---|
associate-attribute-group | Associates an attribute group with an application to augment the application's metadata with the group's attributes. This feature enables applications to be described with user-defined details that are machine-readable, such as third-party integrations |
associate-resource | Associates a resource with an application. Both the resource and the application can be specified either by ID or name |
create-application | Creates a new application that is the top-level node in a hierarchy of related cloud resource abstractions |
create-attribute-group | Creates a new attribute group as a container for user-defined attributes. This feature enables users to have full control over their cloud application's metadata in a rich machine-readable format to facilitate integration with automated workflows and third-party tools |
delete-application | Deletes an application that is specified either by its application ID or name. All associated attribute groups and resources must be disassociated from it before deleting an application |
delete-attribute-group | Deletes an attribute group, specified either by its attribute group ID or name |
disassociate-attribute-group | Disassociates an attribute group from an application to remove the extra attributes contained in the attribute group from the application's metadata. This operation reverts AssociateAttributeGroup |
disassociate-resource | Disassociates a resource from application. Both the resource and the application can be specified either by ID or name |
get-application | Retrieves metadata information about one of your applications. The application can be specified either by its unique ID or by its name (which is unique within one account in one region at a given point in time). Specify by ID in automated workflows if you want to make sure that the exact same application is returned or a ResourceNotFoundException is thrown, avoiding the ABA addressing problem |
get-attribute-group | Retrieves an attribute group, either by its name or its ID. The attribute group can be specified either by its unique ID or by its name |
list-applications | Retrieves a list of all of your applications. Results are paginated |
list-associated-attribute-groups | Lists all attribute groups that are associated with specified application. Results are paginated |
list-associated-resources | Lists all resources that are associated with specified application. Results are paginated |
list-attribute-groups | Lists all attribute groups which you have access to. Results are paginated |
list-tags-for-resource | Lists all of the tags on the resource |
sync-resource | Syncs the resource with what is currently recorded in App registry. Specifically, the resource’s App registry system tags are synced with its associated application. The resource is removed if it is not associated with the application. The caller must have permissions to read and update the resource |
tag-resource | Assigns one or more tags (key-value pairs) to the specified resource. Each tag consists of a key and an optional value. If a tag with the same key is already associated with the resource, this action updates its value. This operation returns an empty response if the call was successful |
untag-resource | Removes tags from a resource. This operation returns an empty response if the call was successful |
update-application | Updates an existing application with new attributes |
update-attribute-group | Updates an existing attribute group with new details |