Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .generated-info
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"spec_repo_commit": "fd3370f",
"generated": "2025-08-06 20:54:02.539"
"spec_repo_commit": "c5cca50",
"generated": "2025-08-07 18:03:13.305"
}
40 changes: 40 additions & 0 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1625,6 +1625,8 @@ components:
example: arn:aws:lambda:us-east-1:123456789012:function:DatadogLambdaLogForwarder
type: string
type: array
log_source_config:
$ref: '#/components/schemas/AWSLambdaForwarderConfigLogSourceConfig'
sources:
description: 'List of service IDs set to enable automatic log collection.
Discover the list of available services with the
Expand All @@ -1636,6 +1638,44 @@ components:
type: string
type: array
type: object
AWSLambdaForwarderConfigLogSourceConfig:
description: Log source configuration.
properties:
tag_filters:
description: List of AWS log source tag filters. Defaults to `[]`.
items:
$ref: '#/components/schemas/AWSLogSourceTagFilter'
type: array
type: object
AWSLogSourceTagFilter:
description: 'AWS log source tag filter list. Defaults to `[]`.

Array of log source to AWS resource tag mappings. Each mapping contains a
log source and its associated AWS resource tags (in `key:value` format) used
to filter logs submitted to Datadog.

Tag filters are applied for tags on the AWS resource emitting logs; tags associated
with the log storage entity (such as a CloudWatch Log Group or S3 Bucket)
are not considered.

For more information on resource tag filter syntax, [see AWS resource exclusion](https://docs.datadoghq.com/account_management/billing/aws/#aws-resource-exclusion)
in the AWS integration billing page.'
properties:
source:
description: The AWS log source to which the tag filters defined in `tags`
are applied.
example: s3
type: string
tags:
description: The AWS resource tags to filter on for the log source specified
by `source`.
items:
description: Tag in the form `key:value`.
example: env:prod
type: string
nullable: true
type: array
type: object
AWSLogsConfig:
description: AWS Logs Collection config.
properties:
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024-11-14T20:07:56.996Z
2025-08-06T17:41:40.185Z

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024-11-14T20:07:57.855Z
2025-08-06T17:41:41.364Z

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024-11-14T20:07:58.234Z
2025-08-06T17:41:41.716Z

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024-11-14T20:07:58.346Z
2025-08-06T17:41:41.817Z

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024-11-14T20:08:00.124Z
2025-08-06T17:41:44.610Z

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024-11-14T20:08:00.216Z
2025-08-06T17:41:44.707Z
Loading
Loading