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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnKeyValueStorePropsMixin.ImportSourcePropertystatic final classAn implementation forCfnKeyValueStorePropsMixin.ImportSourceProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSourceArn
The Amazon Resource Name (ARN) of the import source for the key value store.- See Also:
-
getSourceType
The source type of the import source for the key value store.- See Also:
-
builder
-