interface GuDnsRecordSetProps {
    name: string;
    recordType: CNAME;
    resourceRecords: string[];
    ttl: Duration;
}

Properties

name: string
recordType: CNAME
resourceRecords: string[]
ttl: Duration