servicecatalog-appregistry

class moto.servicecatalogappregistry.models.AppRegistryBackend(region_name: str, account_id: str)

Implementation of AppRegistry APIs.

Implemented features for this service

  • [ ] associate_attribute_group

  • [X] associate_resource

  • [X] 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

  • [X] 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