Annotation Store Args
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)