Interface GuDomainName

interface GuDomainName {
    domainName: string;
    hostedZoneId?: string;
}

Hierarchy (view full)

Properties

domainName: string

The Fully Qualified Domain Name.

Example

"riff-raff.gutools.co.uk"
hostedZoneId?: string

Route53 Zone ID.

To be provided only if the zone for domainName is managed by Route53.

Generated using TypeDoc