UNPKG

typed-aws

Version:

Helps you write AWS CloudFormation in TypeScript

11 lines (10 loc) 383 B
"use strict"; // CloudFormation Resource AWS::CloudFormation::StackSet Object.defineProperty(exports, "__esModule", { value: true }); exports.StackSet_Type = void 0; const base_1 = require("../../base"); exports.StackSet_Type = 'AWS::CloudFormation::StackSet'; function StackSet(props) { return new base_1.CfnResource(exports.StackSet_Type, props); } exports.default = StackSet;