I cannot find how to set the Access Token Validity...
# aws
f
I cannot find how to set the Access Token Validity for a Cognito User Pool App Client (UserPoolClient) that can be specified via the AWS Console. Is this possible with Pulumi right now?
c
f
No, that only allows you to set the one property (refresh token) which is how long that token is valid for in days.
I am trying to set the other two properties, which determine how long a session lasts
c
The upstream provider currently doesn’t allow it and that is why you can’t set it: https://github.com/hashicorp/terraform-provider-aws/issues/14840
f
Ah, thank you