|
4528 | 4528 | "traits": { |
4529 | 4529 | "smithy.api#documentation": "<p>The life cycle type for this DB cluster.</p>\n <note>\n <p>By default, this value is set to <code>open-source-rds-extended-support</code>, which enrolls your DB cluster into Amazon RDS Extended Support. \n At the end of standard support, you can avoid charges for Extended Support by setting the value to <code>open-source-rds-extended-support-disabled</code>. In this case, \n creating the DB cluster will fail if the DB major version is past its end of standard support date.</p>\n </note>\n <p>You can use this setting to enroll your DB cluster into Amazon RDS Extended Support. With RDS Extended Support, \n you can run the selected major engine version on your DB cluster past the end of standard support for that engine version. For more information, see the following sections:</p>\n <ul>\n <li>\n <p>Amazon Aurora - <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/extended-support.html\">Amazon RDS Extended Support with Amazon Aurora</a> in the <i>Amazon Aurora User Guide</i>\n </p>\n </li>\n <li>\n <p>Amazon RDS - <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/extended-support.html\">Amazon RDS Extended Support with Amazon RDS</a> in the <i>Amazon RDS User Guide</i>\n </p>\n </li>\n </ul>\n <p>Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters</p>\n <p>Valid Values: <code>open-source-rds-extended-support | open-source-rds-extended-support-disabled</code>\n </p>\n <p>Default: <code>open-source-rds-extended-support</code>\n </p>" |
4530 | 4530 | } |
| 4531 | + }, |
| 4532 | + "MasterUserAuthenticationType": { |
| 4533 | + "target": "com.amazonaws.rds#MasterUserAuthenticationType", |
| 4534 | + "traits": { |
| 4535 | + "smithy.api#documentation": "<p>Specifies the authentication type for the master user. With IAM master user authentication, you can configure the master DB user with IAM database authentication when you create a DB cluster.</p>\n <p>You can specify one of the following values:</p>\n <ul>\n <li>\n <p>\n <code>password</code> - Use standard database authentication with a password.</p>\n </li>\n <li>\n <p>\n <code>iam-db-auth</code> - Use IAM database authentication for the master user.</p>\n </li>\n </ul>\n <p>Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters</p>\n <p>This option is only valid for RDS for PostgreSQL and Aurora PostgreSQL engines.</p>" |
| 4536 | + } |
4531 | 4537 | } |
4532 | 4538 | }, |
4533 | 4539 | "traits": { |
|
5319 | 5325 | "traits": { |
5320 | 5326 | "smithy.api#documentation": "<p>The life cycle type for this DB instance.</p>\n <note>\n <p>By default, this value is set to <code>open-source-rds-extended-support</code>, which enrolls your DB instance into Amazon RDS Extended Support. \n At the end of standard support, you can avoid charges for Extended Support by setting the value to <code>open-source-rds-extended-support-disabled</code>. In this case, \n creating the DB instance will fail if the DB major version is past its end of standard support date.</p>\n </note>\n <p>This setting applies only to RDS for MySQL and RDS for PostgreSQL. For Amazon Aurora DB instances, the life cycle type is managed by the DB cluster.</p>\n <p>You can use this setting to enroll your DB instance into Amazon RDS Extended Support. With RDS Extended Support, \n you can run the selected major engine version on your DB instance past the end of standard support for that engine version. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/extended-support.html\">Amazon RDS Extended Support with Amazon RDS</a> in the <i>Amazon RDS User Guide</i>.</p>\n <p>Valid Values: <code>open-source-rds-extended-support | open-source-rds-extended-support-disabled</code>\n </p>\n <p>Default: <code>open-source-rds-extended-support</code>\n </p>" |
5321 | 5327 | } |
| 5328 | + }, |
| 5329 | + "MasterUserAuthenticationType": { |
| 5330 | + "target": "com.amazonaws.rds#MasterUserAuthenticationType", |
| 5331 | + "traits": { |
| 5332 | + "smithy.api#documentation": "<p>Specifies the authentication type for the master user. With IAM master user authentication, you can configure the master DB user with IAM database authentication when you create a DB instance.</p>\n <p>You can specify one of the following values:</p>\n <ul>\n <li>\n <p>\n <code>password</code> - Use standard database authentication with a password.</p>\n </li>\n <li>\n <p>\n <code>iam-db-auth</code> - Use IAM database authentication for the master user.</p>\n </li>\n </ul>\n <p>This option is only valid for RDS for PostgreSQL and Aurora PostgreSQL engines.</p>" |
| 5333 | + } |
5322 | 5334 | } |
5323 | 5335 | }, |
5324 | 5336 | "traits": { |
|
21178 | 21190 | } |
21179 | 21191 | } |
21180 | 21192 | }, |
| 21193 | + "com.amazonaws.rds#MasterUserAuthenticationType": { |
| 21194 | + "type": "enum", |
| 21195 | + "members": { |
| 21196 | + "PASSWORD": { |
| 21197 | + "target": "smithy.api#Unit", |
| 21198 | + "traits": { |
| 21199 | + "smithy.api#enumValue": "password" |
| 21200 | + } |
| 21201 | + }, |
| 21202 | + "IAM_DB_AUTH": { |
| 21203 | + "target": "smithy.api#Unit", |
| 21204 | + "traits": { |
| 21205 | + "smithy.api#enumValue": "iam-db-auth" |
| 21206 | + } |
| 21207 | + } |
| 21208 | + } |
| 21209 | + }, |
21181 | 21210 | "com.amazonaws.rds#MasterUserSecret": { |
21182 | 21211 | "type": "structure", |
21183 | 21212 | "members": { |
|
22037 | 22066 | "DatabaseInsightsMode": { |
22038 | 22067 | "target": "com.amazonaws.rds#DatabaseInsightsMode", |
22039 | 22068 | "traits": { |
22040 | | - "smithy.api#documentation": "<p>Specifies the mode of Database Insights to enable for the DB cluster.</p>\n <p>If you change the value from <code>standard</code> to <code>advanced</code>, you must set the \n <code>PerformanceInsightsEnabled</code> parameter to <code>true</code> and the \n <code>PerformanceInsightsRetentionPeriod</code> parameter to 465.</p>\n <p>If you change the value from <code>advanced</code> to <code>standard</code>, you must \n set the <code>PerformanceInsightsEnabled</code> parameter to <code>false</code>.</p>\n <p>Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters</p>" |
| 22069 | + "smithy.api#documentation": "<p>Specifies the mode of Database Insights to enable for the DB cluster.</p>\n <p>If you change the value from <code>standard</code> to <code>advanced</code>, you must set the \n <code>PerformanceInsightsEnabled</code> parameter to <code>true</code> and the \n <code>PerformanceInsightsRetentionPeriod</code> parameter to 465.</p>\n <p>If you change the value from <code>advanced</code> to <code>standard</code>, you can set the <code>PerformanceInsightsEnabled</code> parameter to <code>true</code> to collect detailed database counter and per-query metrics.</p>\n <p>Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters</p>" |
22041 | 22070 | } |
22042 | 22071 | }, |
22043 | 22072 | "EnablePerformanceInsights": { |
|
22120 | 22149 | "traits": { |
22121 | 22150 | "smithy.api#documentation": "<p>The CA certificate identifier to use for the DB cluster's server certificate.</p>\n <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html\">Using SSL/TLS to encrypt a connection to a DB \n instance</a> in the <i>Amazon RDS User Guide</i>.</p>\n <p>Valid for Cluster Type: Multi-AZ DB clusters</p>" |
22122 | 22151 | } |
| 22152 | + }, |
| 22153 | + "MasterUserAuthenticationType": { |
| 22154 | + "target": "com.amazonaws.rds#MasterUserAuthenticationType", |
| 22155 | + "traits": { |
| 22156 | + "smithy.api#documentation": "<p>Specifies the authentication type for the master user. With IAM master user authentication, you can change the master DB user to use IAM database authentication.</p>\n <p>You can specify one of the following values:</p>\n <ul>\n <li>\n <p>\n <code>password</code> - Use standard database authentication with a password.</p>\n </li>\n <li>\n <p>\n <code>iam-db-auth</code> - Use IAM database authentication for the master user.</p>\n </li>\n </ul>\n <p>Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters</p>\n <p>This option is only valid for RDS for PostgreSQL and Aurora PostgreSQL engines.</p>" |
| 22157 | + } |
22123 | 22158 | } |
22124 | 22159 | }, |
22125 | 22160 | "traits": { |
|
22796 | 22831 | "traits": { |
22797 | 22832 | "smithy.api#documentation": "<p>Specifies whether the to convert your DB instance from the single-tenant configuration\n to the multi-tenant configuration. This parameter is supported only for RDS for Oracle\n CDB instances.</p>\n <p>During the conversion, RDS creates an initial tenant database and associates the DB\n name, master user name, character set, and national character set metadata with this\n database. The tags associated with the instance also propagate to the initial tenant\n database. You can add more tenant databases to your DB instance by using the\n <code>CreateTenantDatabase</code> operation.</p>\n <important>\n <p>The conversion to the multi-tenant configuration is permanent and irreversible, so\n you can't later convert back to the single-tenant configuration. When you specify\n this parameter, you must also specify <code>ApplyImmediately</code>.</p>\n </important>" |
22798 | 22833 | } |
| 22834 | + }, |
| 22835 | + "MasterUserAuthenticationType": { |
| 22836 | + "target": "com.amazonaws.rds#MasterUserAuthenticationType", |
| 22837 | + "traits": { |
| 22838 | + "smithy.api#documentation": "<p>Specifies the authentication type for the master user. With IAM master user authentication, you can change the master DB user to use IAM database authentication.</p>\n <p>You can specify one of the following values:</p>\n <ul>\n <li>\n <p>\n <code>password</code> - Use standard database authentication with a password.</p>\n </li>\n <li>\n <p>\n <code>iam-db-auth</code> - Use IAM database authentication for the master user.</p>\n </li>\n </ul>\n <p>This option is only valid for RDS for PostgreSQL and Aurora PostgreSQL engines.</p>" |
| 22839 | + } |
22799 | 22840 | } |
22800 | 22841 | }, |
22801 | 22842 | "traits": { |
|
0 commit comments