KeyValueStoreImportSourceArgs

data class KeyValueStoreImportSourceArgs(val sourceArn: Output<String>, val sourceType: Output<String>) : ConvertibleToJava<KeyValueStoreImportSourceArgs>

Constructors

Link copied to clipboard
constructor(sourceArn: Output<String>, sourceType: Output<String>)

Properties

Link copied to clipboard
val sourceArn: Output<String>

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

Link copied to clipboard
val sourceType: Output<String>

The source type of the import source for the key value store.

Functions

Link copied to clipboard
open override fun toJava(): KeyValueStoreImportSourceArgs