Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--datadog-integrations-aws.json
Parent schema serverless-framework-configuration
Type: object

Datadog AWS Integration 2.4.0. Source:- No source definition found, add manually please

Properties

AccountID string | Aws_CF_FunctionString

Your AWS Account ID without dashes.

RoleName string | Aws_CF_FunctionString

Your Datadog role delegation name.

AccessKeyID string | Aws_CF_FunctionString

If your AWS account is a GovCloud or China account, enter the corresponding Access Key ID.

FilterTags string[]

The array of EC2 tags (in the form key:value) defines a filter that Datadog uses when collecting metrics from EC2.

HostTags string[]

Array of tags (in the form key:value) to add to all hosts and metrics reporting through this integration.

AccountSpecificNamespaceRules object

An object (in the form {"namespace1":true/false, "namespace2":true/false}) that enables or disables metric collection for specific AWS namespaces for this AWS account only.

ExternalIDSecretName string | Aws_CF_FunctionString

The name of the AWS SecretsManager secret created in your account to hold this integration's external_id. Defaults to DatadogIntegrationExternalID. Cannot be referenced from created resource.

MetricsCollection boolean

Enable the infrastructure monitoring Datadog product for this AWS Account. This will enable collecting all AWS metrics in your account.

Default: true
CSPMResourceCollection boolean

Enable the compliance and security posture management Datadog product. This will enable collecting information on your AWS resources and providing security validation.

Default: false
ResourceCollection boolean

Enable collecting information on your AWS resources for use in Datadog products such as Network Process Monitoring.

Default: false
ExcludedRegions string[]

Array of AWS regions to exclude from metrics collection.

uniqueItems=true

Definitions

DatadogCredentials object

Credentials for the Datadog API

ApiKey string | Aws_CF_FunctionString required

Datadog API key

ApplicationKey string | Aws_CF_FunctionString required

Datadog application key

ApiURL string | Aws_CF_FunctionString

Datadog API URL (defaults to https://api.datadoghq.com)