Skip to content

Commit

Permalink
Resolve linting issue on merge
Browse files Browse the repository at this point in the history
  • Loading branch information
kwwendt committed Jan 31, 2025
1 parent 16dceb5 commit 081a87a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions packages/aws-cdk-lib/aws-appsync/lib/appsync-common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,13 +124,13 @@ export interface AppSyncLogConfig {
readonly role?: IRole;

/**
* The number of days log events are kept in CloudWatch Logs.
* By default AppSync keeps the logs infinitely. When updating this property,
* unsetting it doesn't remove the log retention policy.
* To remove the retention policy, set the value to `INFINITE`
*
* @default RetentionDays.INFINITE
*/
* The number of days log events are kept in CloudWatch Logs.
* By default AppSync keeps the logs infinitely. When updating this property,
* unsetting it doesn't remove the log retention policy.
* To remove the retention policy, set the value to `INFINITE`
*
* @default RetentionDays.INFINITE
*/
readonly retention?: RetentionDays;
}

Expand Down

0 comments on commit 081a87a

Please sign in to comment.