cloudformation-coverage-roadmap
cloudformation-coverage-roadmap copied to clipboard
[AWS::AmazonMQ::Broker] - [Enhancement] - Implement `GetAtt` for the `Amazon MQ broker ID`
Name of the resource
AWS::AmazonMQ::Broker
Description
Currently AWS::AmazonMQ::Broker
only supports Ref
to get the Amazon MQ broker ID
. Implementing this would be great.
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html
Related to https://github.com/aws-cloudformation/cloudformation-coverage-roadmap/issues/68
Might be implemented, but it doesn't make much sense:
Id
Required. The unique ID that Amazon MQ generates for the configuration.
It does not work, when tried I get this error: GetAtt: Resource type AWS::AmazonMQ::Broker does not support attribute {Id}
Can confirm the documentation is incorrect. Attempting to use !GetAtt Broker.Id
causes Attribute 'Id' does not exist
error.