@finnairoyj/cdk-constructs-lib
    Preparing search index...

    Interface DatadogMonitoringProps

    interface DatadogMonitoringProps {
        ddAgentImageUri: string;
        ddApiKeySsmParam?: string;
        ddTags?: string[];
        ddTagsFromSSM?: Record<string, string>;
        enabled: boolean;
    }
    Index

    Properties

    ddAgentImageUri: string

    Public Docker repo URI for the DataDog Agent container image

    ddApiKeySsmParam?: string

    SSM parameter that has the DataDog API key for this service

    ddTags?: string[]

    DataDog tags as key-value pairs

    ['key1:value1', 'key2:value2']
    
    ddTagsFromSSM?: Record<string, string>

    Tag keys and corresponding SSM parameter names to resolve as Datadog tags

    {'my-dd-tag': '/path/to/ssm/param'}
    
    enabled: boolean

    Enable DataDog Agent container for this service