UNPKG

typed-aws

Version:

Helps you write AWS CloudFormation in TypeScript

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