AWS Metrics Collection 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. Defaults to true.

collectCloudwatchAlarms?: boolean

Enable CloudWatch alarms collection. Defaults to false.

collectCustomMetrics?: boolean

Enable custom metrics collection. Defaults to false.

enabled?: boolean

Enable AWS metrics collection. Defaults to true.

namespaceFilters?: AWSNamespaceFilters

AWS Metrics namespace filters. Defaults to exclude_only.

tagFilters?: AWSNamespaceTagFilter[]

AWS Metrics collection tag filters list. Defaults to [].

Generated using TypeDoc