File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
aws_lambda_powertools/utilities/data_classes Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -371,7 +371,7 @@ def __init__(
371
371
stage : str ,
372
372
context : Optional [Dict ] = None ,
373
373
usage_identifier_key : Optional [str ] = None ,
374
- partition : str = "aws"
374
+ partition : str = "aws" ,
375
375
):
376
376
"""
377
377
Parameters
@@ -405,8 +405,8 @@ def __init__(
405
405
must return one of the usage plan's API keys as the usageIdentifierKey property value.
406
406
> **Note:** This only applies for REST APIs.
407
407
partition: str, optional
408
- Default is aws,
409
- But it is " aws-cn" in China.
408
+ Optional, arn partition.
409
+ See https://docs. aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
410
410
"""
411
411
self .principal_id = principal_id
412
412
self .region = region
You can’t perform that action at this time.
0 commit comments