Not directly related to SST, but if I want all use...
# help
j
Not directly related to SST, but if I want all user pool client attributes writable except one, do I have to name all other attributes in: https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_cognito.ClientAttributes.html#initializer ?
f
yeah doesn’t seem like there’s a way from their
doc
my guess is that specifying
ALL
will break if Cognito adds a new standard attribute, b/c you can’t update the standard attributes of a pool once it’s created.
j
Is
ALL
a thing? Can't find it documented anywhere
f
Oh no, no it’s not
j
Fun fact, you can't make all attributes non-writable or non-readable, because if you don't specify any attribute, it defaults to all readable/writable 😆