Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
r-heimann opened this issue May 9, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@r-heimann
Copy link

r-heimann commented May 9, 2023

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 #68

@r-heimann r-heimann added the enhancement New feature or request label May 9, 2023
@r-heimann
Copy link
Author

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

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

@acosta-edgar
Copy link

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

@pbudzon
Copy link

pbudzon commented Mar 21, 2024

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

@r-heimann r-heimann changed the title (AWS::AmazonMQ::Broker) Implement GetAtt for the Amazon MQ broker ID [AWS::AmazonMQ::Broker] - [Enhancement] - Implement GetAtt for the Amazon MQ broker ID Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants