Interface KeyValueStoreReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KeyValueStoreReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.113.0 (build fc68b25)",
date="2025-09-15T14:51:53.556Z")
@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.services.cloudfront.*; KeyValueStoreReference keyValueStoreReference = KeyValueStoreReference.builder() .keyValueStoreArn("keyValueStoreArn") .keyValueStoreName("keyValueStoreName") .build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forKeyValueStoreReference
static final class
An 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.Builder
ofKeyValueStoreReference
-