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
* <p>The default authentication scheme that the proxy uses for client connections to the proxy and connections from the proxy to the underlying database.
11261
+
* Valid values are <code>NONE</code> and <code>IAM_AUTH</code>.
11262
+
* When set to <code>IAM_AUTH</code>, the proxy uses end-to-end IAM authentication to connect to the database.
11263
+
* If you don't specify <code>DefaultAuthScheme</code> or specify this parameter
11264
+
* as <code>NONE</code>, you must specify the <code>Auth</code> option.</p>
* <p>The default authentication scheme that the proxy uses for client connections to the proxy and connections from the proxy to the underlying database.
11503
+
* Valid values are <code>NONE</code> and <code>IAM_AUTH</code>.
11504
+
* When set to <code>IAM_AUTH</code>, the proxy uses end-to-end IAM authentication to connect to the database.
11505
+
* </p>
11506
+
* @public
11507
+
*/
11508
+
DefaultAuthScheme?: string | undefined;
11509
+
11477
11510
/**
11478
11511
* <p>One or more data structures specifying the authorization mechanism to connect to the associated RDS DB instance
* <p>The default authentication scheme that the proxy uses for client connections to the proxy and connections from the proxy to the underlying database.
9965
+
* Valid values are <code>NONE</code> and <code>IAM_AUTH</code>.
9966
+
* When set to <code>IAM_AUTH</code>, the proxy uses end-to-end IAM authentication to connect to the database.</p>
Copy file name to clipboardExpand all lines: codegen/sdk-codegen/aws-models/rds.json
+42-3Lines changed: 42 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -5949,12 +5949,16 @@
5949
5949
"smithy.api#required": {}
5950
5950
}
5951
5951
},
5952
+
"DefaultAuthScheme": {
5953
+
"target": "com.amazonaws.rds#DefaultAuthScheme",
5954
+
"traits": {
5955
+
"smithy.api#documentation": "<p>The default authentication scheme that the proxy uses for client connections to the proxy and connections from the proxy to the underlying database. \n Valid values are <code>NONE</code> and <code>IAM_AUTH</code>. \n When set to <code>IAM_AUTH</code>, the proxy uses end-to-end IAM authentication to connect to the database. \n If you don't specify <code>DefaultAuthScheme</code> or specify this parameter \n as <code>NONE</code>, you must specify the <code>Auth</code> option.</p>"
5956
+
}
5957
+
},
5952
5958
"Auth": {
5953
5959
"target": "com.amazonaws.rds#UserAuthConfigList",
5954
5960
"traits": {
5955
-
"smithy.api#clientOptional": {},
5956
-
"smithy.api#documentation": "<p>The authorization mechanism that the proxy uses.</p>",
5957
-
"smithy.api#required": {}
5961
+
"smithy.api#documentation": "<p>The authorization mechanism that the proxy uses.</p>"
5958
5962
}
5959
5963
},
5960
5964
"RoleArn": {
@@ -10329,6 +10333,12 @@
10329
10333
"smithy.api#documentation": "<p>The EC2 subnet IDs for the proxy.</p>"
10330
10334
}
10331
10335
},
10336
+
"DefaultAuthScheme": {
10337
+
"target": "com.amazonaws.rds#String",
10338
+
"traits": {
10339
+
"smithy.api#documentation": "<p>The default authentication scheme that the proxy uses for client connections to the proxy and connections from the proxy to the underlying database. \n Valid values are <code>NONE</code> and <code>IAM_AUTH</code>. \n When set to <code>IAM_AUTH</code>, the proxy uses end-to-end IAM authentication to connect to the database. \n </p>"
"smithy.api#documentation": "<p>The new identifier for the <code>DBProxy</code>. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it can't end with a hyphen or contain two consecutive hyphens.</p>"
22962
22989
}
22963
22990
},
22991
+
"DefaultAuthScheme": {
22992
+
"target": "com.amazonaws.rds#DefaultAuthScheme",
22993
+
"traits": {
22994
+
"smithy.api#documentation": "<p>The default authentication scheme that the proxy uses for client connections to the proxy and connections from the proxy to the underlying database. \n Valid values are <code>NONE</code> and <code>IAM_AUTH</code>. \n When set to <code>IAM_AUTH</code>, the proxy uses end-to-end IAM authentication to connect to the database.</p>"
0 commit comments