UNPKG

typed-aws

Version:

Helps you write AWS CloudFormation in TypeScript

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