Interface CfnKeyValueStorePropsMixin.ImportSourceProperty

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

@Stability(Stable) public static interface CfnKeyValueStorePropsMixin.ImportSourceProperty extends software.amazon.jsii.JsiiSerializable
The import source for the key value store.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.cloudfront.*;
 ImportSourceProperty importSourceProperty = ImportSourceProperty.builder()
         .sourceArn("sourceArn")
         .sourceType("sourceType")
         .build();
 

See Also: