GradientEdge CDK Utils
    Preparing search index...
    interface ApiPolicyProps {
        apiId: Input<string>;
        format?: Input<string>;
        policyId?: Input<string>;
        resourceGroupName: Input<string>;
        serviceName: Input<string>;
        value: Input<string>;
    }

    Hierarchy

    • ApiPolicyArgs
      • ApiPolicyProps
    Index

    Properties

    apiId: Input<string>

    API revision identifier. Must be unique in the current API Management service instance. Non-current revision has ;rev=n as a suffix where n is the revision number.

    format?: Input<string>

    Format of the policyContent.

    policyId?: Input<string>

    The identifier of the Policy.

    resourceGroupName: Input<string>

    The name of the resource group. The name is case insensitive.

    serviceName: Input<string>

    The name of the API Management service.

    value: Input<string>

    Contents of the Policy as defined by the format.