--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_logs_log_group Data Source - terraform-provider-awscc" subcategory: "" description: |- Data Source schema for AWS::Logs::LogGroup --- # awscc_logs_log_group (Data Source) Data Source schema for AWS::Logs::LogGroup ## Schema ### Required - `id` (String) Uniquely identifies the resource. ### Read-Only - `arn` (String) The CloudWatch log group ARN. - `kms_key_id` (String) The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. - `log_group_name` (String) The name of the log group. If you don't specify a name, AWS CloudFormation generates a unique ID for the log group. - `retention_in_days` (Number) The number of days to retain the log events in the specified log group. Possible values are: 1, 3, 5, 7, 14, 30, 60, 90, 120, 150, 180, 365, 400, 545, 731, 1827, and 3653. - `tags` (Attributes Set) An array of key-value pairs to apply to this resource. (see [below for nested schema](#nestedatt--tags)) ### Nested Schema for `tags` Read-Only: - `key` (String) The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., :, /, =, +, - and @. - `value` (String) The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., :, /, =, +, - and @.