aws-cdk-lib.aws_omics.CfnAnnotationStore.TsvStoreOptionsProperty

interface TsvStoreOptionsProperty

LanguageType name
.NETAmazon.CDK.AWS.Omics.CfnAnnotationStore.TsvStoreOptionsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsomics#CfnAnnotationStore_TsvStoreOptionsProperty
Javasoftware.amazon.awscdk.services.omics.CfnAnnotationStore.TsvStoreOptionsProperty
Pythonaws_cdk.aws_omics.CfnAnnotationStore.TsvStoreOptionsProperty
TypeScript aws-cdk-lib » aws_omics » CfnAnnotationStore » TsvStoreOptionsProperty

The store's parsing options.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_omics as omics } from 'aws-cdk-lib';

declare const schema: any;
const tsvStoreOptionsProperty: omics.CfnAnnotationStore.TsvStoreOptionsProperty = {
  annotationType: 'annotationType',
  formatToHeader: {
    formatToHeaderKey: 'formatToHeader',
  },
  schema: schema,
};

Properties

NameTypeDescription
annotationType?stringThe store's annotation type.
formatToHeader?IResolvable | { [string]: string }The store's header key to column name mapping.
schema?anyThe schema of an annotation store.

annotationType?

Type: string (optional)

The store's annotation type.


formatToHeader?

Type: IResolvable | { [string]: string } (optional)

The store's header key to column name mapping.


schema?

Type: any (optional)

The schema of an annotation store.