GradientEdge CDK Utils
    Preparing search index...
    interface ApiShieldSchemaProps {
        file: Input<string>;
        kind: Input<string>;
        name?: Input<string>;
        schemaId?: Input<string>;
        validationEnabled?: Input<string>;
        zoneId: Input<string>;
    }

    Hierarchy

    • ApiShieldSchemaArgs
      • ApiShieldSchemaProps
    Index

    Properties

    file: Input<string>

    Schema file bytes

    kind: Input<string>

    Kind of schema Available values: "openapiV3".

    name?: Input<string>

    Name of the schema

    schemaId?: Input<string>
    validationEnabled?: Input<string>

    Flag whether schema is enabled for validation. Available values: "true", "false".

    zoneId: Input<string>

    Identifier.