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