GradientEdge CDK Utils
    Preparing search index...

    Properties for creating a Cloudflare Zone Hold

    interface ZoneHoldProps {
        holdAfter?: Input<string | undefined>;
        includeSubdomains?: Input<boolean | undefined>;
        zoneId: Input<string>;
    }

    Hierarchy

    • ZoneHoldArgs
      • ZoneHoldProps
    Index
    holdAfter?: Input<string | undefined>

    If holdAfter is provided and future-dated, the hold will be temporarily disabled, then automatically re-enabled by the system at the time specified in this RFC3339-formatted timestamp. A past-dated holdAfter value will have no effect on an existing, enabled hold. Providing an empty string will set its value to the current time. Providing null will disable the hold indefinitely.

    includeSubdomains?: Input<boolean | undefined>

    If true, the zone hold will extend to block any subdomain of the given zone, as well as SSL4SaaS Custom Hostnames. For example, a zone hold on a zone with the hostname 'example.com' and include_subdomains=true will block 'example.com', 'staging.example.com', 'api.staging.example.com', etc.

    zoneId: Input<string>

    Identifier.