Skip to content

Commit

Permalink
Merge branch 'main' into conroy/gamelift-wtf
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Dec 8, 2023
2 parents c4fdd8b + a8c2fd0 commit 948e16c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/aws-cdk-lib/aws-logs/lib/log-group.ts
Original file line number Diff line number Diff line change
Expand Up @@ -419,8 +419,9 @@ export interface LogGroupProps {
/**
* The class of the log group. Possible values are: STANDARD and INFREQUENT_ACCESS.
*
* INFREQUENT_ACCESS class provides customers a cost-effective way to
* consolidate logs which supports querying using Logs Insights.
* INFREQUENT_ACCESS class provides customers a cost-effective way to consolidate
* logs which supports querying using Logs Insights. The logGroupClass property cannot
* be changed once the log group is created.
*
* @default LogGroupClass.STANDARD
*/
Expand Down

0 comments on commit 948e16c

Please sign in to comment.