GradientEdge CDK Utils
    Preparing search index...
    interface ApplicationInsightsProps {
        applicationType: Input<string>;
        billingFeatures?: ComponentCurrentBillingFeatureProps;
        disableIpMasking?: Input<boolean>;
        disableLocalAuth?: Input<boolean>;
        flowType?: Input<string>;
        forceCustomerStorageForProfiler?: Input<boolean>;
        hockeyAppId?: Input<string>;
        immediatePurgeDataOn30Days?: Input<boolean>;
        ingestionMode?: Input<string>;
        kind: Input<string>;
        location?: Input<string>;
        publicNetworkAccessForIngestion?: Input<string>;
        publicNetworkAccessForQuery?: Input<string>;
        requestSource?: Input<string>;
        resourceGroupName: Input<string>;
        resourceName?: Input<string>;
        retentionInDays?: Input<number>;
        samplingPercentage?: Input<number>;
        tags?: Input<{ [key: string]: Input<string> }>;
        workspaceResourceId?: Input<string>;
    }

    Hierarchy

    • ComponentArgs
      • ApplicationInsightsProps
    Index

    Properties

    applicationType: Input<string>

    Type of application being monitored.

    disableIpMasking?: Input<boolean>

    Disable IP masking.

    disableLocalAuth?: Input<boolean>

    Disable Non-AAD based Auth.

    flowType?: Input<string>

    Used by the Application Insights system to determine what kind of flow this component was created by. This is to be set to 'Bluefield' when creating/updating a component via the REST API.

    forceCustomerStorageForProfiler?: Input<boolean>

    Force users to create their own storage account for profiler and debugger.

    hockeyAppId?: Input<string>

    The unique application ID created when a new application is added to HockeyApp, used for communications with HockeyApp.

    immediatePurgeDataOn30Days?: Input<boolean>

    Purge data immediately after 30 days.

    ingestionMode?: Input<string>

    Indicates the flow of the ingestion.

    kind: Input<string>

    The kind of application that this component refers to, used to customize UI. This value is a freeform string, values should typically be one of the following: web, ios, other, store, java, phone.

    location?: Input<string>

    Resource location

    publicNetworkAccessForIngestion?: Input<string>

    The network access type for accessing Application Insights ingestion.

    publicNetworkAccessForQuery?: Input<string>

    The network access type for accessing Application Insights query.

    requestSource?: Input<string>

    Describes what tool created this Application Insights component. Customers using this API should set this to the default 'rest'.

    resourceGroupName: Input<string>

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

    resourceName?: Input<string>

    The name of the Application Insights component resource.

    retentionInDays?: Input<number>

    Retention period in days.

    samplingPercentage?: Input<number>

    Percentage of the data produced by the application being monitored that is being sampled for Application Insights telemetry.

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

    Resource tags

    workspaceResourceId?: Input<string>

    Resource Id of the log analytics workspace which the data will be ingested to. This property is required to create an application with this API version. Applications from older versions will not have this property.