#include <ServerlessV2ScalingConfiguration.h>

Contains the scaling configuration of an Aurora Serverless v2 DB cluster.

For more information, see Using Amazon Aurora Serverless v2 in the Amazon Aurora User Guide.

See Also:

AWS API Reference

Definition at line 33 of file ServerlessV2ScalingConfiguration.h.

◆ ServerlessV2ScalingConfiguration() [1/2]

AWS_RDS_API Aws::RDS::Model::ServerlessV2ScalingConfiguration::ServerlessV2ScalingConfiguration ( )

◆ ServerlessV2ScalingConfiguration() [2/2]

◆ GetMaxCapacity()

double Aws::RDS::Model::ServerlessV2ScalingConfiguration::GetMaxCapacity ( ) const
inline

The maximum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless v2 cluster. You can specify ACU values in half-step increments, such as 40, 40.5, 41, and so on. The largest value that you can use is 128.

Definition at line 83 of file ServerlessV2ScalingConfiguration.h.

◆ GetMinCapacity()

double Aws::RDS::Model::ServerlessV2ScalingConfiguration::GetMinCapacity ( ) const
inline

The minimum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless v2 cluster. You can specify ACU values in half-step increments, such as 8, 8.5, 9, and so on. The smallest value that you can use is 0.5.

Definition at line 50 of file ServerlessV2ScalingConfiguration.h.

◆ MaxCapacityHasBeenSet()

bool Aws::RDS::Model::ServerlessV2ScalingConfiguration::MaxCapacityHasBeenSet ( ) const
inline

The maximum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless v2 cluster. You can specify ACU values in half-step increments, such as 40, 40.5, 41, and so on. The largest value that you can use is 128.

Definition at line 91 of file ServerlessV2ScalingConfiguration.h.

◆ MinCapacityHasBeenSet()

bool Aws::RDS::Model::ServerlessV2ScalingConfiguration::MinCapacityHasBeenSet ( ) const
inline

The minimum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless v2 cluster. You can specify ACU values in half-step increments, such as 8, 8.5, 9, and so on. The smallest value that you can use is 0.5.

Definition at line 58 of file ServerlessV2ScalingConfiguration.h.

◆ operator=()

◆ OutputToStream() [1/2]

AWS_RDS_API void Aws::RDS::Model::ServerlessV2ScalingConfiguration::OutputToStream ( Aws::OStream oStream,
const char *  location 
) const

◆ OutputToStream() [2/2]

AWS_RDS_API void Aws::RDS::Model::ServerlessV2ScalingConfiguration::OutputToStream ( Aws::OStream ostream,
const char *  location,
unsigned  index,
const char *  locationValue 
) const

◆ SetMaxCapacity()

void Aws::RDS::Model::ServerlessV2ScalingConfiguration::SetMaxCapacity ( double  value)
inline

The maximum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless v2 cluster. You can specify ACU values in half-step increments, such as 40, 40.5, 41, and so on. The largest value that you can use is 128.

Definition at line 99 of file ServerlessV2ScalingConfiguration.h.

◆ SetMinCapacity()

void Aws::RDS::Model::ServerlessV2ScalingConfiguration::SetMinCapacity ( double  value)
inline

The minimum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless v2 cluster. You can specify ACU values in half-step increments, such as 8, 8.5, 9, and so on. The smallest value that you can use is 0.5.

Definition at line 66 of file ServerlessV2ScalingConfiguration.h.

◆ WithMaxCapacity()

The maximum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless v2 cluster. You can specify ACU values in half-step increments, such as 40, 40.5, 41, and so on. The largest value that you can use is 128.

Definition at line 107 of file ServerlessV2ScalingConfiguration.h.

◆ WithMinCapacity()

The minimum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless v2 cluster. You can specify ACU values in half-step increments, such as 8, 8.5, 9, and so on. The smallest value that you can use is 0.5.

Definition at line 74 of file ServerlessV2ScalingConfiguration.h.


The documentation for this class was generated from the following file: