@finnairoyj/cdk-constructs-lib
    Preparing search index...

    Interface DNSValidatedDomain

    interface DNSValidatedDomain {
        hostedZone?: IHostedZone;
        name: string;
    }
    Index

    Properties

    Properties

    hostedZone?: IHostedZone

    Route53 HostedZone where the DNS validation records are created. Must exist on the same AWS account.

    IMPORTANT: If not defined, the DNS validation records are not automatically created and the certificate will remain PENDING until the records are created on the correct HostedZone.

    DNS validation records for the same domain name will remain the same between deployments. It is ok to cancel / roll back the deployment after copying the generated validation records and re-deploy once the DNS records are in place. After this the certificate will validate properly.

    name: string

    Fully qualified domain name (FQDN)