Interface IKeyValueStore
- All Superinterfaces:
software.constructs.IConstruct
,software.constructs.IDependable
,IKeyValueStoreRef
,IResource
,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IKeyValueStore.Jsii$Default
- All Known Implementing Classes:
IKeyValueStore.Jsii$Proxy
,KeyValueStore
@Generated(value="jsii-pacmak/1.113.0 (build fc68b25)",
date="2025-09-15T14:51:53.547Z")
@Stability(Stable)
public interface IKeyValueStore
extends software.amazon.jsii.JsiiSerializable, IResource, IKeyValueStoreRef
A CloudFront Key Value Store.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIKeyValueStore
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the Key Value Store.The Unique ID of the Key Value Store.The status of the Key Value Store.software.constructs.Node
getNode()
The tree node.Methods inherited from interface software.amazon.awscdk.services.cloudfront.IKeyValueStoreRef
getKeyValueStoreRef
Methods inherited from interface software.amazon.awscdk.IResource
applyRemovalPolicy, getEnv, getStack
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getKeyValueStoreArn
The ARN of the Key Value Store. -
getKeyValueStoreId
The Unique ID of the Key Value Store. -
getKeyValueStoreStatus
The status of the Key Value Store. -
getNode
@Stability(Stable) @NotNull software.constructs.Node getNode()The tree node.- Specified by:
getNode
in interfacesoftware.constructs.IConstruct
-