GradientEdge CDK Utils
    Preparing search index...
    interface FilterProps {
        bodies: Input<Input<FilterBody>[]>;
        description?: Input<string>;
        expression?: Input<string>;
        paused?: Input<boolean>;
        ref?: Input<string>;
        zoneId: Input<string>;
    }

    Hierarchy

    • FilterArgs
      • FilterProps
    Index

    Properties

    bodies: Input<Input<FilterBody>[]>
    description?: Input<string>

    An informative summary of the filter.

    expression?: Input<string>

    The filter expression. For more information, refer to Expressions.

    paused?: Input<boolean>

    When true, indicates that the filter is currently paused.

    ref?: Input<string>

    A short reference tag. Allows you to select related filters.

    zoneId: Input<string>

    Defines an identifier.