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::SSM::Parameter - New Return Value #85

Open
benbridts opened this issue Aug 2, 2019 · 3 comments
Open

AWS::SSM::Parameter - New Return Value #85

benbridts opened this issue Aug 2, 2019 · 3 comments
Labels
enhancement New feature or request management & governance CloudWatch, Auto Scaling, CloudTrail, Config, OpsWorks, Service Catalog, etc.

Comments

@benbridts
Copy link

AWS::SSM:Parameter has the parameter name as the Ref output, but there is no build in way to get the Arn (see also #68). Which means that you have to build the Arn yourself every time (eg. in IAM policies).

Current way to get an Arn

!Sub "arn:aws:ssm:${{AWS::Region}}:${{AWS::AccountId}}:parameter${MyParameterResource}"

Preferred way to get the Arn:

!GetAtt MyParameterResource.Arn

Category: Management & Governance

@TheDanBlanco TheDanBlanco added the management & governance CloudWatch, Auto Scaling, CloudTrail, Config, OpsWorks, Service Catalog, etc. label Aug 2, 2019
@gjenkins8
Copy link

Note: #68 (comment)

@Sviat
Copy link

Sviat commented Aug 5, 2019

Note: #97

@vaughngit
Copy link

vaughngit commented Jul 21, 2023

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request management & governance CloudWatch, Auto Scaling, CloudTrail, Config, OpsWorks, Service Catalog, etc.
Projects
None yet
Development

No branches or pull requests

6 participants