File tree Expand file tree Collapse file tree 4 files changed +32
-0
lines changed Expand file tree Collapse file tree 4 files changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,14 @@ builtinAuthenticationProfiles:
7373 If both fields are set, then 'secretKey' value will be used.
7474 The secret key associated with the access key.
7575 example : ' "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY"'
76+ - name : awsRegion
77+ type : string
78+ required : false
79+ description : |
80+ This maintains backwards compatibility with existing fields.
81+ It will be deprecated as of Dapr 1.17. Use 'region' instead.
82+ The AWS Region where the AWS service is deployed to.
83+ example : ' "us-east-1"'
7684authenticationProfiles :
7785 - title : " Connection string"
7886 description : " Authenticate using a Connection String"
Original file line number Diff line number Diff line change @@ -63,6 +63,14 @@ builtinAuthenticationProfiles:
6363 If both fields are set, then 'secretKey' value will be used.
6464 The secret key associated with the access key.
6565 example : ' "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY"'
66+ - name : awsRegion
67+ type : string
68+ required : false
69+ description : |
70+ This maintains backwards compatibility with existing fields.
71+ It will be deprecated as of Dapr 1.17. Use 'region' instead.
72+ The AWS Region where the AWS service is deployed to.
73+ example : ' "us-east-1"'
6674authenticationProfiles :
6775 - title : " Connection string"
6876 description : " Authenticate using a Connection String."
Original file line number Diff line number Diff line change @@ -70,6 +70,14 @@ builtinAuthenticationProfiles:
7070 If both fields are set, then 'secretKey' value will be used.
7171 The secret key associated with the access key.
7272 example : ' "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY"'
73+ - name : awsRegion
74+ type : string
75+ required : false
76+ description : |
77+ This maintains backwards compatibility with existing fields.
78+ It will be deprecated as of Dapr 1.17. Use 'region' instead.
79+ The AWS Region where the AWS service is deployed to.
80+ example : ' "us-east-1"'
7381authenticationProfiles :
7482 - title : " Connection string"
7583 description : " Authenticate using a Connection String"
Original file line number Diff line number Diff line change @@ -69,6 +69,14 @@ builtinAuthenticationProfiles:
6969 If both fields are set, then 'secretKey' value will be used.
7070 The secret key associated with the access key.
7171 example : ' "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY"'
72+ - name : awsRegion
73+ type : string
74+ required : false
75+ description : |
76+ This maintains backwards compatibility with existing fields.
77+ It will be deprecated as of Dapr 1.17. Use 'region' instead.
78+ The AWS Region where the AWS service is deployed to.
79+ example : ' "us-east-1"'
7280authenticationProfiles :
7381 - title : " Connection string"
7482 description : " Authenticate using a Connection String"
You can’t perform that action at this time.
0 commit comments