interface StoreOptionsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Omics.CfnAnnotationStorePropsMixin.StoreOptionsProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsomics#CfnAnnotationStorePropsMixin_StoreOptionsProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.omics.CfnAnnotationStorePropsMixin.StoreOptionsProperty |
Python | aws_cdk.cfn_property_mixins.aws_omics.CfnAnnotationStorePropsMixin.StoreOptionsProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_omics » CfnAnnotationStorePropsMixin » 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/cfn-property-mixins';
declare const schema: any;
const storeOptionsProperty: omics.CfnAnnotationStorePropsMixin.StoreOptionsProperty = {
tsvStoreOptions: {
annotationType: 'annotationType',
formatToHeader: {
formatToHeaderKey: 'formatToHeader',
},
schema: schema,
},
};
Properties
| Name | Type | Description |
|---|---|---|
| tsv | IResolvable | Tsv | Formatting options for a TSV file. |
tsvStoreOptions?
Type:
IResolvable | Tsv
(optional)
Formatting options for a TSV file.

.NET
Go
Java
Python
TypeScript