com.pulumi.awsnative.healthimaging.kotlin.DatastoreArgs.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-aws-native-kotlin Show documentation
Show all versions of pulumi-aws-native-kotlin Show documentation
Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.
@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