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: