pub const AWS_REGION: ExpString;Expand description
AWS region (e.g., “us-east-1”)
This pseudo parameter resolves to the AWS Region in which the CloudFormation stack is being created.
§Examples
assert_eq!(AWS_REGION.to_value(), json!({"Ref": "AWS::Region"}));