aws-cdk-lib.aws_omics.CfnAnnotationStore.StoreOptionsProperty

interface StoreOptionsProperty

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

The store's file 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 storeOptionsProperty: omics.CfnAnnotationStore.StoreOptionsProperty = {
  tsvStoreOptions: {
    annotationType: 'annotationType',
    formatToHeader: {
      formatToHeaderKey: 'formatToHeader',
    },
    schema: schema,
  },
};

Properties

NameTypeDescription
tsvStoreOptionsIResolvable | TsvStoreOptionsPropertyFormatting options for a TSV file.

tsvStoreOptions

Type: IResolvable | TsvStoreOptionsProperty

Formatting options for a TSV file.