GradientEdge CDK Utils
    Preparing search index...
    interface ApiShieldOperationProps {
        endpoint: Input<string>;
        host: Input<string>;
        method: Input<string>;
        zoneId: Input<string>;
    }

    Hierarchy

    • ApiShieldOperationArgs
      • ApiShieldOperationProps
    Index

    Properties

    endpoint: Input<string>

    The endpoint which can contain path parameter templates in curly braces, each will be replaced from left to right with {varN}, starting with {var1}, during insertion. This will further be Cloudflare-normalized upon insertion. See: https://developers.cloudflare.com/rules/normalization/how-it-works/.

    host: Input<string>

    RFC3986-compliant host.

    method: Input<string>

    The HTTP method used to access the endpoint. Available values: "GET", "POST", "HEAD", "OPTIONS", "PUT", "DELETE", "CONNECT", "PATCH", "TRACE".

    zoneId: Input<string>

    Identifier.