--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_logs_log_group Resource - terraform-provider-awscc" subcategory: "" description: |- Resource schema for AWS::Logs::LogGroup --- # awscc_logs_log_group (Resource) Resource schema for AWS::Logs::LogGroup <!-- schema generated by tfplugindocs --> ## Schema ### Optional - `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)) ### Read-Only - `arn` (String) The CloudWatch log group ARN. - `id` (String) Uniquely identifies the resource. <a id="nestedatt--tags"></a> ### Nested Schema for `tags` Optional: - `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 @. ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_logs_log_group.example <resource ID> ```