You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I've been using terraform for 2 years now very happy on AWS. One of the services we use is Cognito and it's user pool app clients.
Recently AWS finally added an option to configure the TTL expiration for different token types. Previously you could only set the TTL for the refresh token in number of days.
Now you can configure TTL for Refresh token (1-365 days), Access token (5 min - 1 day) and ID token (5 min - 1 day).
Can the resource be updated to allow configuration of these TTL settings through terraform?
The text was updated successfully, but these errors were encountered:
Hello,
I've been using terraform for 2 years now very happy on AWS. One of the services we use is Cognito and it's user pool app clients.
Recently AWS finally added an option to configure the TTL expiration for different token types. Previously you could only set the TTL for the refresh token in number of days.
Now you can configure TTL for Refresh token (1-365 days), Access token (5 min - 1 day) and ID token (5 min - 1 day).
Can the resource be updated to allow configuration of these TTL settings through terraform?
The text was updated successfully, but these errors were encountered: