GradientEdge CDK Utils
    Preparing search index...
    interface LoggerProps {
        credentials?: Input<{ [key: string]: Input<string> }>;
        description?: Input<string>;
        isBuffered?: Input<boolean>;
        loggerId?: Input<string>;
        loggerType: Input<string>;
        resourceGroupName: Input<string>;
        resourceId?: Input<string>;
        serviceName: Input<string>;
    }

    Hierarchy

    • LoggerArgs
      • LoggerProps
    Index

    Properties

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

    The name and SendRule connection string of the event hub for azureEventHub logger. Instrumentation key for applicationInsights logger.

    description?: Input<string>

    Logger description.

    isBuffered?: Input<boolean>

    Whether records are buffered in the logger before publishing. Default is assumed to be true.

    loggerId?: Input<string>

    Logger identifier. Must be unique in the API Management service instance.

    loggerType: Input<string>

    Logger type.

    resourceGroupName: Input<string>

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

    resourceId?: Input<string>

    Azure Resource Id of a log target (either Azure Event Hub resource or Azure Application Insights resource).

    serviceName: Input<string>

    The name of the API Management service.