View Source aws_service_catalog_appregistry (aws v0.3.1)
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.Link to this section Summary
Functions
Associates an attribute group with an application to augment the application's metadata with the group's attributes.
Associates a resource with an application.
Creates a new attribute group as a container for user-defined attributes.
Deletes an application that is specified either by its application ID or name.
Disassociates an attribute group from an application to remove the extra attributes contained in the attribute group from the application's metadata.
Disassociates a resource from application.
Retrieves metadata information about one of your applications.
Retrieves an attribute group, either by its name or its ID.
Retrieves a list of all of your applications.
Lists all attribute groups that are associated with specified application.
Lists all resources that are associated with specified application.
Lists all attribute groups which you have access to.
Syncs the resource with what is currently recorded in App registry.
Assigns one or more tags (key-value pairs) to the specified resource.
Removes tags from a resource.
Link to this section Functions
associate_attribute_group(Client, Application, AttributeGroup, Input)
View SourceAssociates 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_attribute_group(Client, Application, AttributeGroup, Input0, Options0)
View Sourceassociate_resource(Client, Application, Resource, ResourceType, Input)
View SourceAssociates a resource with an application.
Both the resource and the application can be specified either by ID or name.associate_resource(Client, Application, Resource, ResourceType, Input0, Options0)
View SourceCreates 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.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.disassociate_attribute_group(Client, Application, AttributeGroup, Input)
View SourceDisassociates an attribute group from an application to remove the extra attributes contained in the attribute group from the application's metadata.
This operation revertsAssociateAttributeGroup
.
disassociate_attribute_group(Client, Application, AttributeGroup, Input0, Options0)
View Sourcedisassociate_resource(Client, Application, Resource, ResourceType, Input)
View SourceDisassociates a resource from application.
Both the resource and the application can be specified either by ID or name.disassociate_resource(Client, Application, Resource, ResourceType, Input0, Options0)
View SourceRetrieves 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 aResourceNotFoundException
is thrown, avoiding the ABA addressing problem.
get_application(Client, Application, QueryMap, HeadersMap, Options0)
View SourceRetrieves 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.get_attribute_group(Client, AttributeGroup, QueryMap, HeadersMap, Options0)
View SourceRetrieves a list of all of your applications.
Results are paginated.Lists all attribute groups that are associated with specified application.
Results are paginated.list_associated_attribute_groups(Client, Application, QueryMap, HeadersMap)
View Sourcelist_associated_attribute_groups(Client, Application, QueryMap, HeadersMap, Options0)
View SourceLists all resources that are associated with specified application.
Results are paginated.list_associated_resources(Client, Application, QueryMap, HeadersMap)
View Sourcelist_associated_resources(Client, Application, QueryMap, HeadersMap, Options0)
View SourceLists all attribute groups which you have access to.
Results are paginated.list_tags_for_resource(Client, ResourceArn, QueryMap, HeadersMap, Options0)
View SourceSyncs 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.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.Removes tags from a resource.
This operation returns an empty response if the call was successful.