AnnotationStoreArgs

data class AnnotationStoreArgs(val description: Output<String>? = null, val name: Output<String>? = null, val reference: Output<AnnotationStoreReferenceItemArgs>? = null, val sseConfig: Output<AnnotationStoreSseConfigArgs>? = null, val storeFormat: Output<AnnotationStoreStoreFormat>? = null, val storeOptions: Output<AnnotationStoreStoreOptionsPropertiesArgs>? = null, val tags: Output<AnnotationStoreTagMapArgs>? = null) : ConvertibleToJava<AnnotationStoreArgs>

Definition of AWS::Omics::AnnotationStore Resource Type

Constructors

Link copied to clipboard
fun AnnotationStoreArgs(description: Output<String>? = null, name: Output<String>? = null, reference: Output<AnnotationStoreReferenceItemArgs>? = null, sseConfig: Output<AnnotationStoreSseConfigArgs>? = null, storeFormat: Output<AnnotationStoreStoreFormat>? = null, storeOptions: Output<AnnotationStoreStoreOptionsPropertiesArgs>? = null, tags: Output<AnnotationStoreTagMapArgs>? = null)

Functions

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

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
Link copied to clipboard
Link copied to clipboard
val tags: Output<AnnotationStoreTagMapArgs>? = null