AppRegistry#
Client#
- class AppRegistry.Client#
 A low-level client representing AWS Service Catalog App Registry (AppRegistry)
Amazon Web Services Service Catalog AppRegistry enables organizations to understand the application context of their Amazon Web Services resources. AppRegistry provides a repository of your applications, their resources, and the application metadata that you use within your enterprise.
import boto3 client = boto3.client('servicecatalog-appregistry')
These are the available methods:
- associate_attribute_group
 - associate_resource
 - can_paginate
 - close
 - create_application
 - create_attribute_group
 - delete_application
 - delete_attribute_group
 - disassociate_attribute_group
 - disassociate_resource
 - get_application
 - get_associated_resource
 - get_attribute_group
 - get_configuration
 - get_paginator
 - get_waiter
 - list_applications
 - list_associated_attribute_groups
 - list_associated_resources
 - list_attribute_groups
 - list_attribute_groups_for_application
 - list_tags_for_resource
 - put_configuration
 - sync_resource
 - tag_resource
 - untag_resource
 - update_application
 - update_attribute_group
 
Paginators#
Paginators are available on a client instance via the get_paginator method. For more detailed instructions and examples on the usage of paginators, see the paginators user guide.
The available paginators are: