Interface IKeyValueStore
A CloudFront Key Value Store.
Inherited Members
Namespace: Amazon.CDK.AWS.CloudFront
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IKeyValueStore : IResource, IKeyValueStoreRef, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Interface IKeyValueStore Inherits IResource, IKeyValueStoreRef, IConstruct, IDependable, IEnvironmentAware
Synopsis
Properties
| KeyValueStoreArn | The ARN of the Key Value Store. |
| KeyValueStoreId | The Unique ID of the Key Value Store. |
| KeyValueStoreStatus | The status of the Key Value Store. |
Properties
KeyValueStoreArn
The ARN of the Key Value Store.
string KeyValueStoreArn { get; }
Property Value
Remarks
Attribute: true
KeyValueStoreId
The Unique ID of the Key Value Store.
string KeyValueStoreId { get; }
Property Value
Remarks
Attribute: true
KeyValueStoreStatus
The status of the Key Value Store.
string KeyValueStoreStatus { get; }
Property Value
Remarks
Attribute: true