AWS::Omics::SequenceStoreResource Type definition for AWS::Omics::SequenceStore
9 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | Required |
AccessLogLocation | string | |
Description | string | |
ETagAlgorithmFamily | string | Create-only |
FallbackLocation | string | |
PropagatedSetLevelTags | Array<string> | |
S3AccessPolicy | object | |
SseConfig | SseConfig | Create-only |
Tags | TagMap |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The store's ARN. |
CreationTime | string | When the store was created. |
S3AccessPointArn | string | This is ARN of the access point associated with the S3 bucket storing read sets. |
S3Uri | string | The S3 URI of the sequence store. |
SequenceStoreId | string | - |
Status | string | - |
StatusMessage | string | The status message of the sequence store. |
UpdateTime | string | The last-updated time of the sequence store. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Omics::SequenceStore
Resources:
MyResource:
Type: AWS::Omics::SequenceStore
Properties:
Name: "my-name"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
omics:CreateSequenceStoreomics:GetSequenceStoreomics:GetS3AccessPolicyomics:PutS3AccessPolicyomics:ListTagsForResourceomics:TagResourcekms:DescribeKeyomics:GetS3AccessPolicyomics:GetSequenceStoreomics:ListTagsForResourceomics:UpdateSequenceStoreomics:GetSequenceStoreomics:TagResourceomics:UntagResourceomics:ListTagsForResourceomics:GetS3AccessPolicyomics:DeleteS3AccessPolicyomics:PutS3AccessPolicyomics:DeleteSequenceStoreomics:ListSequenceStoresOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterSequenceStoreIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ETagAlgorithmFamilySseConfig