Interface CfnKeyValueStore.ImportSourceProperty

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

@Stability(Stable) public static interface CfnKeyValueStore.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.services.cloudfront.*;
 ImportSourceProperty importSourceProperty = ImportSourceProperty.builder()
         .sourceArn("sourceArn")
         .sourceType("sourceType")
         .build();
 

See Also: