KeyValueStore

class KeyValueStore : KotlinCustomResource

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.

Properties

Link copied to clipboard
val arn: Output<String>

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

Link copied to clipboard
val awsId: Output<String>

The unique Id for the key value store.

Link copied to clipboard
val comment: Output<String>?

A comment for the key value store.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

The import source for the key value store.

Link copied to clipboard
val name: Output<String>

The name of the key value store.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val status: Output<String>

The current status of the key value store. For more information, see Key value store statuses in the .

Link copied to clipboard
val urn: Output<String>