@resistdesign/voltra
    Preparing search index...

    Type Alias AddSSLCertificateConfig

    Configuration for the SSL certificate pack.

    type AddSSLCertificateConfig = {
        domainName: any;
        hostedZoneId: any;
        id: string;
        includeWildCard?: boolean;
    }
    Index

    Properties

    domainName: any

    Base domain name for the certificate.

    hostedZoneId: any

    Hosted zone id for DNS validation.

    id: string

    Certificate resource id.

    includeWildCard?: boolean

    Whether to include a wildcard SAN entry.