GradientEdge CDK Utils
    Preparing search index...
    interface WorkerDomainProps {
        accountId: Input<string>;
        environment?: Input<string>;
        hostname: Input<string>;
        service: Input<string>;
        zoneId: Input<string>;
    }

    Hierarchy

    • WorkersCustomDomainArgs
      • WorkerDomainProps
    Index

    Properties

    accountId: Input<string>

    Identifer of the account.

    environment?: Input<string>

    Worker environment associated with the zone and hostname.

    This attribute is deprecated.

    hostname: Input<string>

    Hostname of the Worker Domain.

    service: Input<string>

    Worker service associated with the zone and hostname.

    zoneId: Input<string>

    Identifier of the zone.