Package-level declarations

Types

Link copied to clipboard
class Datastore : KotlinCustomResource

Definition of AWS::HealthImaging::Datastore Resource Type

Link copied to clipboard
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

Link copied to clipboard
Link copied to clipboard
object DatastoreMapper : ResourceMapper<Datastore>
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun datastore(name: String, block: suspend DatastoreResourceBuilder.() -> Unit): Datastore