Interface CfnServerlessCacheSnapshot.ServerlessCacheConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnServerlessCacheSnapshot.ServerlessCacheConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnServerlessCacheSnapshot
@Stability(Stable)
public static interface CfnServerlessCacheSnapshot.ServerlessCacheConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
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.*;
ServerlessCacheConfigurationProperty serverlessCacheConfigurationProperty = ServerlessCacheConfigurationProperty.builder()
.engine("engine")
.majorEngineVersion("majorEngineVersion")
.serverlessCacheName("serverlessCacheName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnServerlessCacheSnapshot.ServerlessCacheConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEngine
The engine that the serverless cache is configured with.- See Also:
-
getMajorEngineVersion
The engine version number that the serverless cache is configured with.- See Also:
-
getServerlessCacheName
The identifier of the serverless cache.- See Also:
-
builder
@Stability(Stable) static CfnServerlessCacheSnapshot.ServerlessCacheConfigurationProperty.Builder builder()
-