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

    Interface DNSValidatedCertificateProps

    interface DNSValidatedCertificateProps {
        description?: string;
        primaryDomain: DNSValidatedDomain;
        subjectAlternativeNames?: DNSValidatedDomain[];
    }
    Index

    Properties

    description?: string

    Description of the certificate. Will be added in the Name tag for the certificate

    Primary domain name of the certificate is used
    
    primaryDomain: DNSValidatedDomain

    Primary domain name for the certificate

    subjectAlternativeNames?: DNSValidatedDomain[]

    Additional Subject Alternative Names (SAN) to add to the certificate.

    All DNS validations for the certificate need to pass before the certificate is successfully created