Show / Hide Table of Contents

Interface IKeyValueStore

A CloudFront Key Value Store.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Stack
IKeyValueStoreRef.KeyValueStoreRef
IEnvironmentAware.Env
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

string

Remarks

Attribute: true

KeyValueStoreId

The Unique ID of the Key Value Store.

string KeyValueStoreId { get; }
Property Value

string

Remarks

Attribute: true

KeyValueStoreStatus

The status of the Key Value Store.

string KeyValueStoreStatus { get; }
Property Value

string

Remarks

Attribute: true

Back to top Generated by DocFX