minCapacityUnits property

Input<int?>? minCapacityUnits
final

Specifies the minimum value of the DMS capacity units (DCUs) for which a given DMS Serverless replication can be provisioned. The list of valid DCU values includes 1, 2, 4, 8, 16, 32, 64, 128, 192, 256, and 384. If this value isn't set DMS sets the lowest allowed value, 1.

Implementation

final pulumi.Input<int?>? minCapacityUnits;