![]() |
![]()
| ![]() |
![]()
NAMEPaws::RDS::ScalingConfigurationInfo USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::RDS::ScalingConfigurationInfo object: $service_obj->Method(Att1 => { AutoPause => $value, ..., TimeoutAction => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::RDS::ScalingConfigurationInfo object: $result = $service_obj->Method(...); $result->Att1->AutoPause DESCRIPTIONShows the scaling configuration for an Aurora DB cluster in "serverless" DB engine mode. For more information, see Using Amazon Aurora Serverless (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html) in the Amazon Aurora User Guide. ATTRIBUTESAutoPause => BoolA value that indicates whether automatic pause is allowed for the Aurora DB cluster in "serverless" DB engine mode. When the value is set to false for an Aurora Serverless DB cluster, the DB cluster automatically resumes. MaxCapacity => IntThe maximum capacity for an Aurora DB cluster in "serverless" DB engine mode. MinCapacity => IntThe maximum capacity for the Aurora DB cluster in "serverless" DB engine mode. SecondsUntilAutoPause => IntThe remaining amount of time, in seconds, before the Aurora DB cluster in "serverless" mode is paused. A DB cluster can be paused only when it's idle (it has no connections). TimeoutAction => StrThe timeout action of a call to "ModifyCurrentDBClusterCapacity", either "ForceApplyCapacityChange" or "RollbackCapacityChange". SEE ALSOThis class forms part of Paws, describing an object used in Paws::RDS BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|