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
Removes reference to non-existing `selfSignUp` attribute and adjusts formatting.
Closes#27829.
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
* Learn more about ExternalId here - https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create_for-user_externalid.html
555
560
*
556
561
* This property will be ignored if `smsRole` is not specified.
557
-
* @default - No external id will be configured
562
+
*
563
+
* @default - No external id will be configured.
558
564
*/
559
565
readonlysmsRoleExternalId?: string;
560
566
561
567
/**
562
-
* The region to integrate with SNS to send SMS messages
568
+
* The region to integrate with SNS to send SMS messages.
569
+
*
570
+
* This property will do nothing if SMS configuration is not configured.
563
571
*
564
-
* This property will do nothing if SMS configuration is not configured
565
572
* @default - The same region as the user pool, with a few exceptions - https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-sms-settings.html#user-pool-sms-settings-first-time
566
573
*/
567
574
readonlysnsRegion?: string;
568
575
569
576
/**
570
577
* Setting this would explicitly enable or disable SMS role creation.
571
578
* When left unspecified, CDK will determine based on other properties if a role is needed or not.
579
+
*
572
580
* @default - CDK will determine based on other properties of the user pool if an SMS role should be created or not.
0 commit comments