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
feat(client-rds): This release adds support for Enhanced Monitoring and Performance Insights when restoring Aurora Limitless Database DB clusters. It also adds support for the os-upgrade pending maintenance action.
* <p>For more information about these actions, see
803
+
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_UpgradeDBInstance.Maintenance.html#maintenance-actions-aurora">Maintenance actions for Amazon Aurora</a> or
804
+
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Maintenance.html#maintenance-actions-rds">Maintenance actions for Amazon RDS</a>.</p>
* <p>The type of pending maintenance action that is available for the resource. </p>
813
841
* <p>For more information about maintenance actions, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Maintenance.html">Maintaining a DB instance</a>.</p>
* <p>For more information about these actions, see
871
+
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_UpgradeDBInstance.Maintenance.html#maintenance-actions-aurora">Maintenance actions for Amazon Aurora</a> or
872
+
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Maintenance.html#maintenance-actions-rds">Maintenance actions for Amazon RDS</a>.</p>
* <p>Specifies whether to enable Aurora Limitless Database. You must enable Aurora Limitless Database to create a DB shard group.</p>
7996
7996
* <p>Valid for: Aurora DB clusters only</p>
7997
+
* <note>
7998
+
* <p>This setting is no longer used. Instead use the <code>ClusterScalabilityType</code> setting when you create your Aurora Limitless Database DB cluster.</p>
* <p>The Amazon Resource Name (ARN) for the IAM role that permits RDS to send Enhanced Monitoring metrics to Amazon CloudWatch Logs.
11899
+
* An example is <code>arn:aws:iam:123456789012:role/emaccess</code>.</p>
11900
+
* <p>If <code>MonitoringInterval</code> is set to a value other than <code>0</code>, supply a <code>MonitoringRoleArn</code> value.</p>
11901
+
* @public
11902
+
*/
11903
+
MonitoringRoleArn?: string;
11904
+
11905
+
/**
11906
+
* <p>Specifies whether to turn on Performance Insights for the DB cluster.</p>
11907
+
* @public
11908
+
*/
11909
+
EnablePerformanceInsights?: boolean;
11910
+
11911
+
/**
11912
+
* <p>The Amazon Web Services KMS key identifier for encryption of Performance Insights data.</p>
11913
+
* <p>The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.</p>
11914
+
* <p>If you don't specify a value for <code>PerformanceInsightsKMSKeyId</code>, then Amazon RDS uses your default KMS key.
11915
+
* There is a default KMS key for your Amazon Web Services account. Your Amazon Web Services account has a different default KMS key for each Amazon Web Services Region.</p>
11916
+
* @public
11917
+
*/
11918
+
PerformanceInsightsKMSKeyId?: string;
11919
+
11920
+
/**
11921
+
* <p>The number of days to retain Performance Insights data.</p>
11922
+
* <p>Valid Values:</p>
11923
+
* <ul>
11924
+
* <li>
11925
+
* <p>
11926
+
* <code>7</code>
11927
+
* </p>
11928
+
* </li>
11929
+
* <li>
11930
+
* <p>
11931
+
* <i>month</i> * 31, where <i>month</i> is a number of months from 1-23.
* <p>The Amazon Resource Name (ARN) for the IAM role that permits RDS to send Enhanced Monitoring metrics to Amazon CloudWatch Logs.
12421
+
* An example is <code>arn:aws:iam:123456789012:role/emaccess</code>.</p>
12422
+
* <p>If <code>MonitoringInterval</code> is set to a value other than <code>0</code>, supply a <code>MonitoringRoleArn</code> value.</p>
12423
+
* @public
12424
+
*/
12425
+
MonitoringRoleArn?: string;
12426
+
12427
+
/**
12428
+
* <p>Specifies whether to turn on Performance Insights for the DB cluster.</p>
12429
+
* @public
12430
+
*/
12431
+
EnablePerformanceInsights?: boolean;
12432
+
12433
+
/**
12434
+
* <p>The Amazon Web Services KMS key identifier for encryption of Performance Insights data.</p>
12435
+
* <p>The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.</p>
12436
+
* <p>If you don't specify a value for <code>PerformanceInsightsKMSKeyId</code>, then Amazon RDS uses your default KMS key.
12437
+
* There is a default KMS key for your Amazon Web Services account. Your Amazon Web Services account has a different default KMS key for each Amazon Web Services Region.</p>
12438
+
* @public
12439
+
*/
12440
+
PerformanceInsightsKMSKeyId?: string;
12441
+
12442
+
/**
12443
+
* <p>The number of days to retain Performance Insights data.</p>
12444
+
* <p>Valid Values:</p>
12445
+
* <ul>
12446
+
* <li>
12447
+
* <p>
12448
+
* <code>7</code>
12449
+
* </p>
12450
+
* </li>
12451
+
* <li>
12452
+
* <p>
12453
+
* <i>month</i> * 31, where <i>month</i> is a number of months from 1-23.
0 commit comments