Skip to content

Instantly share code, notes, and snippets.

@SteveHoggNZ
Created November 23, 2016 03:21
Show Gist options
  • Save SteveHoggNZ/c81dc4bf3418c5296f53f9582bc6aebc to your computer and use it in GitHub Desktop.
Save SteveHoggNZ/c81dc4bf3418c5296f53f9582bc6aebc to your computer and use it in GitHub Desktop.
AWS CloudFormation Snippets
// Get the Arn from a resource
"Principal": {
"AWS": { "Fn::GetAtt": [ "BarbaraBossUser", "Arn" ] }
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment