@pulumi/dnsimple
Version:
A Pulumi package for creating and managing dnsimple cloud resources.
24 lines • 592 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.RecordTypes = void 0;
exports.RecordTypes = {
A: "A",
AAAA: "AAAA",
ALIAS: "ALIAS",
CAA: "CAA",
CNAME: "CNAME",
HINFO: "HINFO",
MX: "MX",
NAPTR: "NAPTR",
NS: "NS",
POOL: "POOL",
PTR: "PTR",
SPF: "SPF",
SRV: "SRV",
SSHFP: "SSHFP",
TXT: "TXT",
URL: "URL",
};
//# sourceMappingURL=index.js.map