We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ebc51e commit 1c5cbfaCopy full SHA for 1c5cbfa
packages/aws-cdk-lib/cx-api/README.md
@@ -694,3 +694,21 @@ _cdk.json_
694
}
695
696
```
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
705
706
+_cdk.json_
707
708
+```json
709
+{
710
+ "context": {
711
+ "@aws-cdk/cognito:logUserPoolClientSecretValue": true
712
+ }
713
+}
714
+```
0 commit comments