interface CfnVariantStoreProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Omics.CfnVariantStoreProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsomics#CfnVariantStoreProps |
![]() | software.amazon.awscdk.services.omics.CfnVariantStoreProps |
![]() | aws_cdk.aws_omics.CfnVariantStoreProps |
![]() | aws-cdk-lib » aws_omics » CfnVariantStoreProps |
Properties for defining a CfnVariantStore
.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-variantstore.html
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';
const cfnVariantStoreProps: omics.CfnVariantStoreProps = {
name: 'name',
reference: {
referenceArn: 'referenceArn',
},
// the properties below are optional
description: 'description',
sseConfig: {
type: 'type',
// the properties below are optional
keyArn: 'keyArn',
},
tags: {
tagsKey: 'tags',
},
};
Properties
Name | Type | Description |
---|---|---|
name | string | A name for the store. |
reference | IResolvable | Reference | The genome reference for the store's variants. |
description? | string | A description for the store. |
sse | IResolvable | Sse | Server-side encryption (SSE) settings for the store. |
tags? | { [string]: string } | Tags for the store. |
name
Type:
string
A name for the store.
reference
Type:
IResolvable
|
Reference
The genome reference for the store's variants.
description?
Type:
string
(optional)
A description for the store.
sseConfig?
Type:
IResolvable
|
Sse
(optional)
Server-side encryption (SSE) settings for the store.
tags?
Type:
{ [string]: string }
(optional)
Tags for the store.