💾 Archived View for cfdocs.wetterberg.nu › intrinsic-function-reference.gemini captured on 2023-11-04 at 12:48:33. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2021-12-03)

-=-=-=-=-=-=-

Intrinsic function reference

Search

AWS CloudFormation provides several built-in functions that help you manage your stacks. Use intrinsic functions in your templates to assign values to properties that are not available until runtime.

You can use intrinsic functions only in specific parts of a template. Currently, you can use intrinsic functions in resource properties, outputs, metadata attributes, and update policy attributes. You can also use intrinsic functions to conditionally create stack resources.

Fn::Base64

Fn::Cidr

Condition functions

Fn::FindInMap

Fn::GetAtt

Fn::GetAZs

Fn::ImportValue

Fn::Join

Fn::Select

Fn::Split

Fn::Sub

Fn::Transform

Ref