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<Map<String, String>>? = null) : ConvertibleToJava<AnnotationStoreArgs>
Definition of AWS::Omics::AnnotationStore Resource Type
Constructors
Link copied to clipboard
constructor(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<Map<String, String>>? = null)
Properties
Link copied to clipboard
A description for the store.
Link copied to clipboard
The genome reference for the store's annotations.
Link copied to clipboard
The store's server-side encryption (SSE) settings.
Link copied to clipboard
The annotation file format of the store.
Link copied to clipboard
File parsing options for the annotation store.