Skip to content

Commit

Permalink
fix(docs): it is appsync log config ...
Browse files Browse the repository at this point in the history
  • Loading branch information
nikovirtala committed Aug 4, 2022
1 parent b8979b4 commit 01026db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-appsync/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ To obtain the GraphQL API's log group as a `logs.ILogGroup` use the `logGroup` p
```ts
import * as logs from '@aws-cdk/aws-logs';

const logConfig: logs.LogConfig = {
const logConfig: appsync.LogConfig = {
retention: RetentionDays.ONE_WEEK,
};

Expand Down

0 comments on commit 01026db

Please sign in to comment.