Cloudformation 支持 Amazon EventBridge 中的架构注册表
Cloudformation support for schema registry in Amazon EventBridge
我正在使用 Amazon EventBridge 构建一个(跨账户)消息传递系统。我想看看我是否可以使用 cloudformation 创建模式注册表并在其中添加模式。但是我找不到任何关于此的文档。
我只能找到对以下资源的支持:
AWS::Events::EventBus
AWS::Events::EventBusPolicy
AWS::Events::Rule
AWS 文档:
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_Events.html
如果有人能帮助我解决这个问题或为我指明正确的方向,那就太好了。提前致谢!
看起来 AWS 将其保留在 EventSchemas 名称下:https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_EventSchemas.html
我正在使用 Amazon EventBridge 构建一个(跨账户)消息传递系统。我想看看我是否可以使用 cloudformation 创建模式注册表并在其中添加模式。但是我找不到任何关于此的文档。 我只能找到对以下资源的支持:
AWS::Events::EventBus
AWS::Events::EventBusPolicy
AWS::Events::Rule
AWS 文档: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_Events.html
如果有人能帮助我解决这个问题或为我指明正确的方向,那就太好了。提前致谢!
看起来 AWS 将其保留在 EventSchemas 名称下:https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_EventSchemas.html