aws.cloudwatch.logs.log_group
string PII: Maybe Visibility: Public OTel: False The name of the CloudWatch Logs log group
Example
/aws/lambda/my-function Changelog
Raw JSON
{
"key": "aws.cloudwatch.logs.log_group",
"brief": "The name of the CloudWatch Logs log group",
"type": "string",
"pii": {
"key": "maybe"
},
"is_in_otel": false,
"visibility": "public",
"example": "/aws/lambda/my-function",
"changelog": [
{
"version": "0.7.0",
"prs": [
369
],
"description": "Added aws.cloudwatch.logs.log_group attribute"
}
]
}