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
CognitoUserPoolIdOutputKey: "CognitoUserPoolApplicationUserPoolId"# The key of the outputted UserPool Ref
24
+
CognitoUserPoolClientIdOutputKey: "CognitoUserPoolApplicationUserPoolClientId"# The key of the outputted UserPoolClient Ref
25
+
CustomAttributes:
26
+
-
27
27
AttributeDataType: String
28
28
DeveloperOnlyAttribute: False
29
29
Mutable: True
30
30
Name: "another"# this will end up being custom:another
31
31
Required: False
32
32
33
+
# Only add this if not already outputting the Cognito User Pool and Client IDs, otherwise, refer to the existing outputs in the custom:CognitoAddCustomAttributes section
0 commit comments