| « PreviousNext » | |
![]() ![]() ![]() | Did this page help you? Yes | No | Tell us about it... |
AWS CloudFormation Pseudo Parameters are predeclared values you can use in your template.
Pseudo parameters are parameters AWS CloudFormation declares for you. You can use them without having to declare them in your template. AWS CloudFormation declares several pseudo parameters that you can use anywhere you might use a parameter name or logical resource name.
The following pseudo parameters are supported by AWS CloudFormation:
| Name | Description |
|---|---|
|
AWS::Region |
Returns a string representing the AWS Region in which the encompassing resource is being created. |
|
AWS::StackName |
Returns the name of the stack as specified with the |