Interface CfnServerlessCache.ECPUPerSecondProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnServerlessCache.ECPUPerSecondProperty.Jsii$Proxy
Enclosing class:
CfnServerlessCache

@Stability(Stable) public static interface CfnServerlessCache.ECPUPerSecondProperty extends software.amazon.jsii.JsiiSerializable
The configuration for the number of ElastiCache Processing Units (ECPU) the cache can consume per second.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.elasticache.*;
 ECPUPerSecondProperty eCPUPerSecondProperty = ECPUPerSecondProperty.builder()
         .maximum(123)
         .minimum(123)
         .build();
 

See Also: