describeKeyValueStore

Specifies the key value store and its configuration.

Samples

// Use the following command to describe a KeyValueStore.
val resp = cloudFrontClient.describeKeyValueStore {
    name = "my-keyvaluestore-name"
}