UNPKG

@pulumi/aws

Version:

A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.

16 lines (15 loc) 411 B
export declare const RecordType: { readonly A: "A"; readonly AAAA: "AAAA"; readonly CNAME: "CNAME"; readonly CAA: "CAA"; readonly MX: "MX"; readonly NAPTR: "NAPTR"; readonly NS: "NS"; readonly PTR: "PTR"; readonly SOA: "SOA"; readonly SPF: "SPF"; readonly SRV: "SRV"; readonly TXT: "TXT"; }; export type RecordType = (typeof RecordType)[keyof typeof RecordType];