Add Cloudformation AWS::URLSuffix. Closes 1649.
This commit is contained in:
parent
96aba00242
commit
6008d6b5b1
@ -369,6 +369,7 @@ class ResourceMap(collections.Mapping):
|
||||
"AWS::Region": self._region_name,
|
||||
"AWS::StackId": stack_id,
|
||||
"AWS::StackName": stack_name,
|
||||
"AWS::URLSuffix": "amazonaws.com",
|
||||
"AWS::NoValue": None,
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user