#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:
Definition at line 33 of file ServerlessV2ScalingConfiguration.h.
- See Also:
- ◆ ServerlessV2ScalingConfiguration() [1/2]
- ◆ ServerlessV2ScalingConfiguration() [2/2]
- ◆ GetMaxCapacity()
- ◆ GetMinCapacity()
- ◆ MaxCapacityHasBeenSet()
- ◆ MinCapacityHasBeenSet()
- ◆ operator=()
- ◆ OutputToStream() [1/2]
- ◆ OutputToStream() [2/2]
- ◆ SetMaxCapacity()
- ◆ SetMinCapacity()
- ◆ WithMaxCapacity()
- ◆ WithMinCapacity()
◆ ServerlessV2ScalingConfiguration() [1/2]
AWS_RDS_API Aws::RDS::Model::ServerlessV2ScalingConfiguration::ServerlessV2ScalingConfiguration | ( | ) |
◆ ServerlessV2ScalingConfiguration() [2/2]
◆ GetMaxCapacity()
|
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()
|
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()
|
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()
|
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()
|
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()
|
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: