Interface KeyValueStoreReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KeyValueStoreReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-13T16:10:16.503Z")
@Stability(Stable)
public interface KeyValueStoreReference
extends software.amazon.jsii.JsiiSerializable
A reference to a KeyValueStore resource.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.interfaces.cloudfront.*;
KeyValueStoreReference keyValueStoreReference = KeyValueStoreReference.builder()
.keyValueStoreArn("keyValueStoreArn")
.keyValueStoreName("keyValueStoreName")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forKeyValueStoreReferencestatic final classAn implementation forKeyValueStoreReference -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The ARN of the KeyValueStore resource.The Name of the KeyValueStore resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getKeyValueStoreArn
The ARN of the KeyValueStore resource. -
getKeyValueStoreName
The Name of the KeyValueStore resource. -
builder
- Returns:
- a
KeyValueStoreReference.BuilderofKeyValueStoreReference
-