GradientEdge CDK Utils
    Preparing search index...

    Interface ComponentCurrentBillingFeatureProps

    interface ComponentCurrentBillingFeatureProps {
        currentBillingFeatures?: Input<Input<string>[]>;
        dataVolumeCap?: Input<ApplicationInsightsComponentDataVolumeCapArgs>;
        resourceGroupName: Input<string>;
        resourceName: Input<string>;
    }

    Hierarchy

    • ComponentCurrentBillingFeatureArgs
      • ComponentCurrentBillingFeatureProps
    Index

    Properties

    currentBillingFeatures?: Input<Input<string>[]>

    Current enabled pricing plan. When the component is in the Enterprise plan, this will list both 'Basic' and 'Application Insights Enterprise'.

    dataVolumeCap?: Input<ApplicationInsightsComponentDataVolumeCapArgs>

    An Application Insights component daily data volume cap

    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.