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<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
val description: Output<String>? = null

A description for the store.

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

The name of the Annotation 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.

Link copied to clipboard
val tags: Output<Map<String, String>>? = null

Tags for the store.

Functions

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