serverless V2Scaling Configuration
suspend fun serverlessV2ScalingConfiguration(value: Output<DbClusterServerlessV2ScalingConfigurationArgs>)
Parameters
value
The scaling configuration of an Aurora Serverless V2 DB cluster. This property is only supported for Aurora Serverless v2. For Aurora Serverless v1, Use the `ScalingConfiguration`
property. Valid for: Aurora Serverless v2 DB clusters only
suspend fun serverlessV2ScalingConfiguration(argument: suspend DbClusterServerlessV2ScalingConfigurationArgsBuilder.() -> Unit)
Parameters
argument
The scaling configuration of an Aurora Serverless V2 DB cluster. This property is only supported for Aurora Serverless v2. For Aurora Serverless v1, Use the `ScalingConfiguration`
property. Valid for: Aurora Serverless v2 DB clusters only