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>Contains the scaling configuration of an Aurora Serverless v2 DB cluster.</p>
3440
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.html">Using Amazon Aurora Serverless v2</a> in the
3441
+
* <i>Amazon Aurora User Guide</i>.</p>
3442
+
*/
3443
+
exportinterfaceServerlessV2ScalingConfiguration{
3444
+
/**
3445
+
* <p>The minimum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless v2 cluster.
3446
+
* You can specify ACU values in half-step increments, such as 8, 8.5, 9, and so on. The smallest value
3447
+
* that you can use is 0.5.</p>
3448
+
*/
3449
+
MinCapacity?: number;
3450
+
3451
+
/**
3452
+
* <p>The maximum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless v2 cluster.
3453
+
* You can specify ACU values in half-step increments, such as 40, 40.5, 41, and so on. The largest value
* <p>Contains the scaling configuration of an Aurora Serverless v2 DB cluster.</p>
4099
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.html">Using Amazon Aurora Serverless v2</a> in the
* <p>Shows the scaling configuration for an Aurora Serverless v2 DB cluster.</p>
4388
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.html">Using Amazon Aurora Serverless v2</a> in the
* <p>This setting is only for non-Aurora Multi-AZ DB clusters.</p>
4766
4833
*/
4767
4834
PerformanceInsightsRetentionPeriod?: number;
4835
+
4836
+
/**
4837
+
* <p>Shows the scaling configuration for an Aurora Serverless v2 DB cluster.</p>
4838
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.html">Using Amazon Aurora Serverless v2</a> in the
* <p>Contains the scaling configuration of an Aurora Serverless v2 DB cluster.</p>
3737
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.html">Using Amazon Aurora Serverless v2</a> in the
* <p>Specify the name of the IAM role to be used when making API calls to the Directory Service.</p>
6486
6541
*/
6487
6542
DomainIAMRoleName?: string;
6543
+
6544
+
/**
6545
+
* <p>Contains the scaling configuration of an Aurora Serverless v2 DB cluster.</p>
6546
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.html">Using Amazon Aurora Serverless v2</a> in the
* <p>Valid for: Aurora DB clusters and Multi-AZ DB clusters</p>
6916
6978
*/
6917
6979
PubliclyAccessible?: boolean;
6980
+
6981
+
/**
6982
+
* <p>Contains the scaling configuration of an Aurora Serverless v2 DB cluster.</p>
6983
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.html">Using Amazon Aurora Serverless v2</a> in the
* <p>Contains the scaling configuration of an Aurora Serverless v2 DB cluster.</p>
7359
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.html">Using Amazon Aurora Serverless v2</a> in the
0 commit comments