AWS::Omics::AnnotationStore TsvStoreOptions

The store's parsing options.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "AnnotationType" : String, "FormatToHeader" : {Key : Value, ...}, "Schema" : Json }

YAML

AnnotationType: String FormatToHeader: Key : Value Schema: Json

Properties

AnnotationType

The store's annotation type.

Required: No

Type: String

Update requires: Replacement

FormatToHeader

The store's header key to column name mapping.

Required: No

Type: Map of String

Update requires: Replacement

Schema

The schema of an annotation store.

Required: No

Type: Json

Update requires: Replacement