UNPKG

typed-aws

Version:

Helps you write AWS CloudFormation in TypeScript

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