Variant Store Args
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<Map<String, String>>? = null) : ConvertibleToJava<VariantStoreArgs>
Definition of AWS::Omics::VariantStore Resource Type
Constructors
Link copied to clipboard
constructor(description: Output<String>? = null, name: Output<String>? = null, reference: Output<VariantStoreReferenceItemArgs>? = null, sseConfig: Output<VariantStoreSseConfigArgs>? = null, tags: Output<Map<String, String>>? = null)