Skip to content

Commit

Permalink
chore(logs): update comment to property (#28295)
Browse files Browse the repository at this point in the history
aws-logs added a new optional property `logGroupClass` to `AWS::Logs::LogGroup` object. This PR is to update the comment of this property.

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
liangchenamz authored Dec 8, 2023
1 parent 8ce0283 commit a8c2fd0
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 a8c2fd0

Please sign in to comment.