Skip to content

Commit 6566b24

Browse files
authored
Merge branch 'main' into appsync-graphqlapi-enhanced-metrics
2 parents 35a239d + d0a1b79 commit 6566b24

File tree

27 files changed

+35915
-12
lines changed

27 files changed

+35915
-12
lines changed

packages/@aws-cdk-testing/framework-integ/test/aws-cognito/test/integ.user-pool-client-explicit-props.js.snapshot/integ-user-pool-client-explicit-props.template.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,14 @@
6666
"ALLOW_ADMIN_USER_PASSWORD_AUTH",
6767
"ALLOW_CUSTOM_AUTH",
6868
"ALLOW_USER_SRP_AUTH",
69-
"ALLOW_USER_AUTH",
70-
"ALLOW_REFRESH_TOKEN_AUTH"
69+
"ALLOW_USER_AUTH"
7170
],
7271
"GenerateSecret": true,
7372
"PreventUserExistenceErrors": "ENABLED",
73+
"RefreshTokenRotation": {
74+
"Feature": "ENABLED",
75+
"RetryGracePeriodSeconds": 45
76+
},
7477
"SupportedIdentityProviders": [
7578
"COGNITO"
7679
],

packages/@aws-cdk-testing/framework-integ/test/aws-cognito/test/integ.user-pool-client-explicit-props.js.snapshot/tree.json

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-cognito/test/integ.user-pool-client-explicit-props.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ const client = userpool.addClient('myuserpoolclient', {
4343
},
4444
preventUserExistenceErrors: true,
4545
authSessionValidity: Duration.minutes(3),
46+
refreshTokenRotationGracePeriod: Duration.seconds(45),
4647
writeAttributes: (new ClientAttributes()).withStandardAttributes(
4748
{
4849
address: true,

packages/@aws-cdk-testing/framework-integ/test/aws-ecs-patterns/test/fargate/integ.alb-fargate-service-smart-defaults.js.snapshot/albFargateServiceSmartDefaultsTestDefaultTestDeployAssert0E39EDDC.assets.json

Lines changed: 33 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)