GradientEdge CDK Utils
    Preparing search index...
    interface WorkspaceProps {
        defaultDataCollectionRuleResourceId?: Input<string>;
        features?: Input<WorkspaceFeaturesArgs>;
        forceCmkForQuery?: Input<boolean>;
        identity?: Input<IdentityArgs>;
        location?: Input<string>;
        publicNetworkAccessForIngestion?: Input<string>;
        publicNetworkAccessForQuery?: Input<string>;
        resourceGroupName: Input<string>;
        retentionInDays?: Input<number>;
        sku?: Input<WorkspaceSkuArgs>;
        tags?: Input<{ [key: string]: Input<string> }>;
        workspaceCapping?: Input<WorkspaceCappingArgs>;
        workspaceName?: Input<string>;
    }

    Hierarchy

    • WorkspaceArgs
      • WorkspaceProps
    Index

    Properties

    defaultDataCollectionRuleResourceId?: Input<string>

    The resource ID of the default Data Collection Rule to use for this workspace. Expected format is - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/dataCollectionRules/{dcrName}.

    features?: Input<WorkspaceFeaturesArgs>

    Workspace features.

    forceCmkForQuery?: Input<boolean>

    Indicates whether customer managed storage is mandatory for query management.

    identity?: Input<IdentityArgs>

    The identity of the resource.

    location?: Input<string>

    The geo-location where the resource lives

    publicNetworkAccessForIngestion?: Input<string>

    The network access type for accessing Log Analytics ingestion.

    publicNetworkAccessForQuery?: Input<string>

    The network access type for accessing Log Analytics query.

    resourceGroupName: Input<string>

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

    retentionInDays?: Input<number>

    The workspace data retention in days. Allowed values are per pricing plan. See pricing tiers documentation for details.

    sku?: Input<WorkspaceSkuArgs>

    The SKU of the workspace.

    tags?: Input<{ [key: string]: Input<string> }>

    Resource tags.

    workspaceCapping?: Input<WorkspaceCappingArgs>

    The daily volume cap for ingestion.

    workspaceName?: Input<string>

    The name of the workspace.