Uses of Interface
software.amazon.awscdk.services.cloudfront.IKeyValueStoreRef
Packages that use IKeyValueStoreRef
-
Uses of IKeyValueStoreRef in software.amazon.awscdk.services.cloudfront
Subinterfaces of IKeyValueStoreRef in software.amazon.awscdk.services.cloudfrontModifier and TypeInterfaceDescriptioninterface
A CloudFront Key Value Store.static interface
Internal default implementation forIKeyValueStore
.static interface
Internal default implementation forIKeyValueStoreRef
.Classes in software.amazon.awscdk.services.cloudfront that implement IKeyValueStoreRefModifier and TypeClassDescriptionclass
The key value store.static final class
A proxy class which represents a concrete javascript instance of this type.static final class
A proxy class which represents a concrete javascript instance of this type.class
A CloudFront Key Value Store.Methods in software.amazon.awscdk.services.cloudfront that return IKeyValueStoreRefModifier and TypeMethodDescriptiondefault IKeyValueStoreRef
FunctionProps.getKeyValueStore()
The Key Value Store to associate with this function.final IKeyValueStoreRef
FunctionProps.Jsii$Proxy.getKeyValueStore()
Methods in software.amazon.awscdk.services.cloudfront with parameters of type IKeyValueStoreRefModifier and TypeMethodDescriptionFunction.Builder.keyValueStore
(IKeyValueStoreRef keyValueStore) The Key Value Store to associate with this function.FunctionProps.Builder.keyValueStore
(IKeyValueStoreRef keyValueStore) Sets the value ofFunctionProps.getKeyValueStore()