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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnServerlessCache.ECPUPerSecondPropertystatic final classAn implementation forCfnServerlessCache.ECPUPerSecondProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMaximum
The configuration for the maximum number of ECPUs the cache can consume per second.- See Also:
-
getMinimum
The configuration for the minimum number of ECPUs the cache should be able consume per second.- See Also:
-
builder
-