typed-aws
Version:
Helps you write AWS CloudFormation in TypeScript
16 lines (15 loc) • 725 B
JavaScript
;
// CloudFormation Resource AWS::ImageBuilder::InfrastructureConfiguration
Object.defineProperty(exports, "__esModule", { value: true });
exports.InfrastructureConfiguration_Type = void 0;
const base_1 = require("../../base");
exports.InfrastructureConfiguration_Type = 'AWS::ImageBuilder::InfrastructureConfiguration';
/**
* Resource schema for AWS::ImageBuilder::InfrastructureConfiguration
* {@link
* http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html}
*/
function InfrastructureConfiguration(props) {
return new base_1.CfnResource(exports.InfrastructureConfiguration_Type, props);
}
exports.default = InfrastructureConfiguration;