Skip to content

Commit 1c5cbfa

Browse files
authored
fix(cx-api): adding missing readme (#34003)
### Issue # Closes #34006 ### Reason for this change Readme was not added to #33983 ### Description of changes Adding readme based on feature description https://github.com/aws/aws-cdk/blob/b5774195969a83d92323c854f3d7a1930e51e23d/packages/aws-cdk-lib/cx-api/README.md?plain=1#L698-L714 ### Checklist - [X] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 2ebc51e commit 1c5cbfa

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

Diff for: packages/aws-cdk-lib/cx-api/README.md

+18
Original file line numberDiff line numberDiff line change
@@ -694,3 +694,21 @@ _cdk.json_
694694
}
695695
}
696696
```
697+
698+
* `@aws-cdk/cognito:logUserPoolClientSecretValue`
699+
700+
When this feature flag is enabled, the SDK API call response to desribe user pool client values will be logged in the custom
701+
resource lambda function logs.
702+
703+
When this feature flag is disabled, the SDK API call response to describe user pool client values will not be logged in the custom
704+
resource lambda function logs.
705+
706+
_cdk.json_
707+
708+
```json
709+
{
710+
"context": {
711+
"@aws-cdk/cognito:logUserPoolClientSecretValue": true
712+
}
713+
}
714+
```

0 commit comments

Comments
 (0)