AWS::Omics::AnnotationStore TsvStoreOptions - AWS CloudFormation

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" : [ {Key: Value, ...}, ... ] }

YAML

AnnotationType: String FormatToHeader: Key: Value Schema: - Key: Value

Properties

AnnotationType

The store's annotation type.

Required: No

Type: String

Allowed values: GENERIC | CHR_POS | CHR_POS_REF_ALT | CHR_START_END_ONE_BASE | CHR_START_END_REF_ALT_ONE_BASE | CHR_START_END_ZERO_BASE | CHR_START_END_REF_ALT_ZERO_BASE

Update requires: Replacement

FormatToHeader

The store's header key to column name mapping.

Required: No

Type: Object of String

Pattern: .+

Minimum: 0

Maximum: 1000

Update requires: Replacement

Schema

The schema of an annotation store.

Required: No

Type: Array of Object

Minimum: 1

Maximum: 5000

Update requires: Replacement