GradientEdge CDK Utils
    Preparing search index...
    interface ZoneHoldProps {
        holdAfter?: Input<string>;
        includeSubdomains?: Input<boolean>;
        zoneId: Input<string>;
    }

    Hierarchy

    • ZoneHoldArgs
      • ZoneHoldProps
    Index

    Properties

    holdAfter?: Input<string>

    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.

    includeSubdomains?: Input<boolean>

    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.