@nolanrigo/cloudformation
Version:
TypeScript-based imperative way to define AWS CloudFormation templates
12 lines (11 loc) • 559 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var functions_1 = require("./functions");
exports.AccountId = functions_1.Ref("AWS::AccountId");
exports.NotificationARNs = functions_1.Ref("AWS::NotificationARNs");
exports.NoValue = functions_1.Ref("AWS::NoValue");
exports.Partition = functions_1.Ref("AWS::Partition");
exports.Region = functions_1.Ref("AWS::Region");
exports.StackId = functions_1.Ref("AWS::StackId");
exports.StackName = functions_1.Ref("AWS::StackName");
exports.URLSuffix = functions_1.Ref("AWS::URLSuffix");