UNPKG

typed-aws

Version:

Helps you write AWS CloudFormation in TypeScript

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