AWS Metrics config

Hierarchy

  • AWSMetricsConfig

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
automuteEnabled?: boolean

Enable EC2 automute for AWS metrics

collectCloudwatchAlarms?: boolean

Enable CloudWatch alarms collection

collectCustomMetrics?: boolean

Enable custom metrics collection

enabled?: boolean

Enable AWS metrics collection

namespaceFilters?: AWSNamespaceFilters

AWS Metrics namespace filters

tagFilters?: AWSNamespaceTagFilter[]

AWS Metrics tag filters list

Generated using TypeDoc