interface Domain {
    errorMessage?: string;
    functionId: string;
    hostname: string;
    id: string;
    status: Function.v1beta1.DomainStatus;
    url: string;
}

Properties

errorMessage?: string

Error message if the domain is in "error" state.

functionId: string

UUID of the function the domain is associated with.

hostname: string

Hostname associated with the function.

id: string

UUID of the domain.

State of the doamin.

url: string

URL of the function.