typed-aws
Version:
Helps you write AWS CloudFormation in TypeScript
15 lines (14 loc) • 614 B
JavaScript
;
// CloudFormation Resource AWS::EventSchemas::RegistryPolicy
Object.defineProperty(exports, "__esModule", { value: true });
exports.RegistryPolicy_Type = void 0;
const base_1 = require("../../base");
exports.RegistryPolicy_Type = 'AWS::EventSchemas::RegistryPolicy';
/**
* Resource Type definition for AWS::EventSchemas::RegistryPolicy {@link
* http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registrypolicy.html}
*/
function RegistryPolicy(props) {
return new base_1.CfnResource(exports.RegistryPolicy_Type, props);
}
exports.default = RegistryPolicy;