![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.awsnative.healthimaging.kotlin.DatastoreArgs.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.healthimaging.kotlin
import com.pulumi.awsnative.healthimaging.DatastoreArgs.builder
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
* Definition of AWS::HealthImaging::Datastore Resource Type
* @property datastoreName The data store name.
* @property kmsKeyArn The Amazon Resource Name (ARN) assigned to the Key Management Service (KMS) key for accessing encrypted data.
* @property tags The tags provided when creating a data store.
*/
public data class DatastoreArgs(
public val datastoreName: Output? = null,
public val kmsKeyArn: Output? = null,
public val tags: Output
© 2015 - 2025 Weber Informatics LLC | Privacy Policy