cloudformation-coverage-roadmap icon indicating copy to clipboard operation
cloudformation-coverage-roadmap copied to clipboard

[AWS::AmazonMQ::Broker] - [Enhancement] - Implement `GetAtt` for the `Amazon MQ broker ID`

Open r-heimann opened this issue 1 year ago • 3 comments

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

r-heimann avatar May 09 '23 13:05 r-heimann

Might be implemented, but it doesn't make much sense:

Id
Required. The unique ID that Amazon MQ generates for the configuration.

r-heimann avatar Nov 06 '23 13:11 r-heimann

It does not work, when tried I get this error: GetAtt: Resource type AWS::AmazonMQ::Broker does not support attribute {Id}

acosta-edgar avatar Jan 23 '24 16:01 acosta-edgar

Can confirm the documentation is incorrect. Attempting to use !GetAtt Broker.Id causes Attribute 'Id' does not exist error.

pbudzon avatar Mar 21 '24 13:03 pbudzon