File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,17 @@ generated: true
11
11
CloudWatchLogsLogGroup
12
12
```
13
13
14
+ ## Properties
14
15
15
16
17
+ - ` CreatedTime ` : The creation time of the log group in unix timestamp format
18
+ - ` CreationTime ` : The creation time of the log group in RFC3339 format
19
+ - ` LastEvent ` : The last event time of the log group in RFC3339 format
20
+ - ` Name ` : The name of the log group
21
+ - ` RetentionInDays ` : The number of days to retain log events in the log group
22
+ - ` tag:<key>: ` : This resource has tags with property ` Tags ` . These are key/value pairs that are
23
+ added as their own property with the prefix of `tag:` (e.g. [tag:example: "value"])
24
+
16
25
!!! note - Using Properties
17
26
Properties are what [ Filters] ( ../config-filtering.md ) are written against in your configuration. You use the property
18
27
names to write filters for what you want to ** keep** and omit from the nuke process.
You can’t perform that action at this time.
0 commit comments