

# 通过 CloudFormation 注册表管理扩展
<a name="registry"></a>

Amazon CloudFormation 注册表作为一个集中式中心，用于管理可以集成到您的 Amazon Web Services 账户中的 CloudFormation 模板的扩展。扩展包括来自 Amazon 和第三方发布者的资源类型、模块和挂钩，以及您自己的自定义扩展。利用注册表，您可以像使用 Amazon 提供的资源一样，更轻松地在 CloudFormation 模板中发现和预置扩展。

此部分介绍如何使用 CloudFormation 注册表来激活账户中的第三方扩展，包括：
+ 激活公有扩展
+ 注册和激活私有扩展

**Topics**
+ [相关文档](#registry-related-documentation)
+ [CoudFormation 注册表概念](registry-concepts.md)
+ [查看 CloudFormation 注册表中可用和已激活的扩展](registry-view.md)
+ [使用 CloudFormation 注册表中的第三方公有扩展](registry-public.md)
+ [使用已与您共享的第三方私有扩展](registry-private.md)
+ [编辑账户中扩展的配置数据](registry-set-configuration.md)
+ [在 Amazon Config 中记录资源类型](registry-config-record.md)

## 相关文档
<a name="registry-related-documentation"></a>

如果您是开发人员，有兴趣创建自己的扩展程序，请参阅以下文档：
+ 《CloudFormation Command Line Interface User Guide》**中的 [Developing modules using the CloudFormation CLI](https://docs.amazonaws.cn/cloudformation-cli/latest/userguide/modules.html)
+ 《CloudFormation Command Line Interface User Guide》**中的 [Creating resource types using the CloudFormation CLI](https://docs.amazonaws.cn/cloudformation-cli/latest/userguide/resource-types.html)
+ *《Amazon CloudFormation Hooks User Guide》*中的 [Developing custom Hooks using the CloudFormation CLI](https://docs.amazonaws.cn/cloudformation-cli/latest/hooks-userguide/hooks-develop.html)

此外，CloudFormation 注册表中可用的所有可预置 Amazon 资源类型均可与 Amazon 云端控制 API 一起使用，其属性和特性在标准 JSON 架构中定义。有关更多信息，请参阅[《Cloud Control API 用户指南》](https://docs.amazonaws.cn/cloudcontrolapi/latest/userguide/what-is-cloudcontrolapi.html)。使用 Cloud Control API 对 Amazon 资源执行 CRUDL（创建、读取、更新、删除、列表）操作时，您只能对自己 Amazon Web Services 账户 中的 Amazon 源执行此操作。