GradientEdge CDK Utils
    Preparing search index...
    interface ZoneProps {
        account: Input<ZoneAccount>;
        name: Input<string>;
        paused?: Input<boolean>;
        type?: Input<string>;
        vanityNameServers?: Input<Input<string>[]>;
    }

    Hierarchy

    • ZoneArgs
      • ZoneProps
    Index

    Properties

    account: Input<ZoneAccount>
    name: Input<string>

    The domain name. Per RFC 1035 the overall zone name can be up to 253 characters, with each segment ("label") not exceeding 63 characters.

    paused?: Input<boolean>

    Indicates whether the zone is only using Cloudflare DNS services. A true value means the zone will not receive security or performance benefits.

    type?: Input<string>

    A full zone implies that DNS is hosted with Cloudflare. A partial zone is typically a partner-hosted zone or a CNAME setup. Available values: "full", "partial", "secondary", "internal".

    vanityNameServers?: Input<Input<string>[]>

    An array of domains used for custom name servers. This is only available for Business and Enterprise plans.