DatastoreArgs

data class DatastoreArgs(val datastoreName: Output<String>? = null, val kmsKeyArn: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<DatastoreArgs>

Definition of AWS::HealthImaging::Datastore Resource Type

Constructors

Link copied to clipboard
constructor(datastoreName: Output<String>? = null, kmsKeyArn: Output<String>? = null, tags: Output<Map<String, String>>? = null)

Properties

Link copied to clipboard
val datastoreName: Output<String>? = null

The data store name.

Link copied to clipboard
val kmsKeyArn: Output<String>? = null

The Amazon Resource Name (ARN) assigned to the Key Management Service (KMS) key for accessing encrypted data.

Link copied to clipboard
val tags: Output<Map<String, String>>? = null

The tags provided when creating a data store.

Functions

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