VariantStoreArgs

data class VariantStoreArgs(val description: Output<String>? = null, val name: Output<String>? = null, val reference: Output<VariantStoreReferenceItemArgs>? = null, val sseConfig: Output<VariantStoreSseConfigArgs>? = null, val tags: Output<VariantStoreTagMapArgs>? = null) : ConvertibleToJava<VariantStoreArgs>

Definition of AWS::Omics::VariantStore Resource Type

Constructors

Link copied to clipboard
fun VariantStoreArgs(description: Output<String>? = null, name: Output<String>? = null, reference: Output<VariantStoreReferenceItemArgs>? = null, sseConfig: Output<VariantStoreSseConfigArgs>? = null, tags: Output<VariantStoreTagMapArgs>? = null)

Functions

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

Properties

Link copied to clipboard
val description: Output<String>? = null
Link copied to clipboard
val name: Output<String>? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Output<VariantStoreTagMapArgs>? = null