mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-14 22:02:22 -04:00
717 B
717 B
layout, page_title, sidebar_current, description
| layout | page_title | sidebar_current | description |
|---|---|---|---|
| aws | AWS: aws_cloudwatch_log_group | docs-aws-resource-cloudwatch-log-group | Provides a CloudWatch Log Group resource. |
aws_cloudwatch_log_group
Provides a CloudWatch Log Group resource.
Example Usage
resource "aws_cloudwatch_log_group" "yada" {
name = "Yada"
}
Argument Reference
The following arguments are supported:
name- (Required) The name of the log groupretention_in_days- (Optional) Specifies the number of days you want to retain log events in the specified log group.
Attributes Reference
The following attributes are exported:
arn- The Amazon Resource Name (ARN) specifying the log group.