@resistdesign/voltra
    Preparing search index...

    Type Alias AddDNSConfig

    Configuration for the DNS record pack.

    type AddDNSConfig = {
        domainName: CloudFormationPrimitiveValue<string>;
        hostedZoneId: CloudFormationPrimitiveValue<string>;
        id: string;
        recordType?: CloudFormationPrimitiveValue<string>;
        resourceRecords: CloudFormationPrimitiveValue<string>[];
    }
    Index

    Properties

    domainName: CloudFormationPrimitiveValue<string>

    Fully qualified domain name.

    hostedZoneId: CloudFormationPrimitiveValue<string>

    Hosted zone id for the domain.

    id: string

    Resource id for the DNS record.

    recordType?: CloudFormationPrimitiveValue<string>

    DNS record type.

    resourceRecords: CloudFormationPrimitiveValue<string>[]

    Resource records for the DNS entry.