@pulumi/aws
Version:
A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.
20 lines • 512 B
JavaScript
;
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
Object.defineProperty(exports, "__esModule", { value: true });
exports.RecordType = void 0;
exports.RecordType = {
A: "A",
AAAA: "AAAA",
CNAME: "CNAME",
CAA: "CAA",
MX: "MX",
NAPTR: "NAPTR",
NS: "NS",
PTR: "PTR",
SOA: "SOA",
SPF: "SPF",
SRV: "SRV",
TXT: "TXT",
};
//# sourceMappingURL=index.js.map