GradientEdge CDK Utils
    Preparing search index...
    interface CacheProps {
        cacheId?: Input<string>;
        connectionString: Input<string>;
        description?: Input<string>;
        resourceGroupName: Input<string>;
        resourceId?: Input<string>;
        serviceName: Input<string>;
        useFromLocation: Input<string>;
    }

    Hierarchy

    • CacheArgs
      • CacheProps
    Index

    Properties

    cacheId?: Input<string>

    Identifier of the Cache entity. Cache identifier (should be either 'default' or valid Azure region identifier).

    connectionString: Input<string>

    Runtime connection string to cache

    description?: Input<string>

    Cache description

    resourceGroupName: Input<string>

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

    resourceId?: Input<string>

    Original uri of entity in external system cache points to

    serviceName: Input<string>

    The name of the API Management service.

    useFromLocation: Input<string>

    Location identifier to use cache from (should be either 'default' or valid Azure region identifier)