GradientEdge CDK Utils
    Preparing search index...

    Interface ApiManagementRedisCacheProps

    Properties for configuring an external Redis cache on an API Management service

    interface ApiManagementRedisCacheProps {
        apiManagementId: string;
        cacheLocation: string;
        connectionString: string;
        redisCacheId: string;
    }
    Index

    Properties

    apiManagementId: string

    The API Management service resource ID

    cacheLocation: string

    Azure region of the Redis cache

    connectionString: string

    Redis connection string

    redisCacheId: string

    Redis cache resource ID