aws-cdk-lib.aws_omics.CfnSequenceStoreProps
interface CfnSequenceStoreProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Omics.CfnSequenceStoreProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsomics#CfnSequenceStoreProps |
![]() | software.amazon.awscdk.services.omics.CfnSequenceStoreProps |
![]() | aws_cdk.aws_omics.CfnSequenceStoreProps |
![]() | aws-cdk-lib » aws_omics » CfnSequenceStoreProps |
Properties for defining a CfnSequenceStore
.
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 cfnSequenceStoreProps: omics.CfnSequenceStoreProps = {
name: 'name',
// the properties below are optional
description: 'description',
fallbackLocation: 'fallbackLocation',
sseConfig: {
type: 'type',
// the properties below are optional
keyArn: 'keyArn',
},
tags: {
tagsKey: 'tags',
},
};
Properties
Name | Type | Description |
---|---|---|
name | string | A name for the store. |
description? | string | A description for the store. |
fallback | string | AWS::Omics::SequenceStore.FallbackLocation . |
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.
description?
Type:
string
(optional)
A description for the store.
fallbackLocation?
Type:
string
(optional)
AWS::Omics::SequenceStore.FallbackLocation
.
sseConfig?
Type:
IResolvable
|
Sse
(optional)
Server-side encryption (SSE) settings for the store.
tags?
Type:
{ [string]: string }
(optional)
Tags for the store.