@guardian/cdk
    Preparing search index...

    Interface GuDnsRecordSetProps

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

    Properties

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