Key Value Store Args
data class KeyValueStoreArgs(val comment: Output<String>? = null, val importSource: Output<KeyValueStoreImportSourceArgs>? = null, val name: Output<String>? = null) : ConvertibleToJava<KeyValueStoreArgs>
Resource Type definition for AWS::CloudFront::KeyValueStore
Constructors
Link copied to clipboard
constructor(comment: Output<String>? = null, importSource: Output<KeyValueStoreImportSourceArgs>? = null, name: Output<String>? = null)