Skip to content

Commit c81068b

Browse files
authored
doc(cognito): Indicates no region restrictions (#21557)
fixed: #21245 Remove the statement that it can only be handled in a specific region. Like other services, we will not add a list of regions used. ---- ### All Submissions: * [x] Have you followed the guidelines in our [Contributing guide?](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) ### Adding new Unconventional Dependencies: * [ ] This PR adds new unconventional dependencies following the process described [here](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md/#adding-new-unconventional-dependencies) ### New Features * [ ] Have you added the new feature to an [integration test](https://github.com/aws/aws-cdk/blob/main/INTEGRATION_TESTS.md)? * [ ] Did you use `yarn integ` to deploy the infrastructure and generate the snapshot (i.e. `yarn integ` without `--dry-run`)? *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent bf0f07b commit c81068b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: packages/@aws-cdk/aws-cognito/lib/user-pool-email.ts

-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ export interface UserPoolSESOptions {
5151
* region in which the UserPool is deployed, you must specify that
5252
* region here.
5353
*
54-
* Must be 'us-east-1', 'us-west-2', or 'eu-west-1'
55-
*
5654
* @default - The same region as the Cognito UserPool
5755
*/
5856
readonly sesRegion?: string;

0 commit comments

Comments
 (0)