AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

The key value store. Use this to separate data from function code, allowing you to update data without having to publish a new version of a function. The key value store holds keys and their corresponding values.

Inheritance Hierarchy

System.Object
  Amazon.CloudFront.Model.KeyValueStore

Namespace: Amazon.CloudFront.Model
Assembly: AWSSDK.CloudFront.dll
Version: 3.x.y.z

Syntax

C#
public class KeyValueStore

The KeyValueStore type exposes the following members

Constructors

NameDescription
Public Method KeyValueStore()

Properties

NameTypeDescription
Public Property ARN System.String

Gets and sets the property ARN.

The Amazon Resource Name (ARN) of the key value store.

Public Property Comment System.String

Gets and sets the property Comment.

A comment for the key value store.

Public Property Id System.String

Gets and sets the property Id.

The unique Id for the key value store.

Public Property LastModifiedTime System.DateTime

Gets and sets the property LastModifiedTime.

The last-modified time of the key value store.

Public Property Name System.String

Gets and sets the property Name.

The name of the key value store.

Public Property Status System.String

Gets and sets the property Status.

The status of the key value store.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5