Skip to content

Commit

Permalink
aws-logs: update comment on the logGroupClass property
Browse files Browse the repository at this point in the history
  • Loading branch information
liangchenamz committed Dec 7, 2023
1 parent 8ce0283 commit 0f133b8
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 0f133b8

Please sign in to comment.