UNPKG

typed-aws

Version:

Helps you write AWS CloudFormation in TypeScript

15 lines (14 loc) 499 B
"use strict"; // CloudFormation Resource AWS::SNS::Topic Object.defineProperty(exports, "__esModule", { value: true }); exports.Topic_Type = void 0; const base_1 = require("../../base"); exports.Topic_Type = 'AWS::SNS::Topic'; /** * Resource Type definition for AWS::SNS::Topic {@link * http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html} */ function Topic(props) { return new base_1.CfnResource(exports.Topic_Type, props); } exports.default = Topic;