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

NameDescription
associate-attribute-groupAssociates 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-resourceAssociates a resource with an application. Both the resource and the application can be specified either by ID or name
create-applicationCreates a new application that is the top-level node in a hierarchy of related cloud resource abstractions
create-attribute-groupCreates 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-applicationDeletes 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-groupDeletes an attribute group, specified either by its attribute group ID or name
disassociate-attribute-groupDisassociates 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-resourceDisassociates a resource from application. Both the resource and the application can be specified either by ID or name
get-applicationRetrieves 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-groupRetrieves 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-applicationsRetrieves a list of all of your applications. Results are paginated
list-associated-attribute-groupsLists all attribute groups that are associated with specified application. Results are paginated
list-associated-resourcesLists all resources that are associated with specified application. Results are paginated
list-attribute-groupsLists all attribute groups which you have access to. Results are paginated
list-tags-for-resourceLists all of the tags on the resource
sync-resourceSyncs 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-resourceAssigns 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-resourceRemoves tags from a resource. This operation returns an empty response if the call was successful
update-applicationUpdates an existing application with new attributes
update-attribute-groupUpdates an existing attribute group with new details