UNPKG

@nolanrigo/cloudformation

Version:

TypeScript-based imperative way to define AWS CloudFormation templates

73 lines (72 loc) 2.48 kB
"use strict"; var __extends = (this && this.__extends) || (function () { var extendStatics = function (d, b) { extendStatics = Object.setPrototypeOf || ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return extendStatics(d, b); }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); }; })(); Object.defineProperty(exports, "__esModule", { value: true }); var resource_1 = require("../../resource"); var ConfigurationId = /** @class */ (function () { function ConfigurationId(properties) { Object.assign(this, properties); } return ConfigurationId; }()); exports.ConfigurationId = ConfigurationId; var TagsEntry = /** @class */ (function () { function TagsEntry(properties) { Object.assign(this, properties); } return TagsEntry; }()); exports.TagsEntry = TagsEntry; var EncryptionOptions = /** @class */ (function () { function EncryptionOptions(properties) { Object.assign(this, properties); } return EncryptionOptions; }()); exports.EncryptionOptions = EncryptionOptions; var LogList = /** @class */ (function () { function LogList(properties) { Object.assign(this, properties); } return LogList; }()); exports.LogList = LogList; var MaintenanceWindow = /** @class */ (function () { function MaintenanceWindow(properties) { Object.assign(this, properties); } return MaintenanceWindow; }()); exports.MaintenanceWindow = MaintenanceWindow; var User = /** @class */ (function () { function User(properties) { Object.assign(this, properties); } return User; }()); exports.User = User; var Inner_Broker = /** @class */ (function (_super) { __extends(Inner_Broker, _super); function Inner_Broker(properties) { return _super.call(this, "AWS::AmazonMQ::Broker", properties) || this; } Inner_Broker.ConfigurationId = ConfigurationId; Inner_Broker.TagsEntry = TagsEntry; Inner_Broker.EncryptionOptions = EncryptionOptions; Inner_Broker.LogList = LogList; Inner_Broker.MaintenanceWindow = MaintenanceWindow; Inner_Broker.User = User; return Inner_Broker; }(resource_1.ResourceBase)); exports.default = Inner_Broker;