This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::Omics::SequenceStore
Creates a sequence store.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::Omics::SequenceStore", "Properties" : { "AccessLogLocation" :String, "Description" :String, "ETagAlgorithmFamily" :String, "FallbackLocation" :String, "Name" :String, "PropagatedSetLevelTags" :[ String, ... ], "S3AccessPolicy" :Json, "SseConfig" :SseConfig, "Tags" :{} }Key:Value, ...}
YAML
Type: AWS::Omics::SequenceStore Properties: AccessLogLocation:StringDescription:StringETagAlgorithmFamily:StringFallbackLocation:StringName:StringPropagatedSetLevelTags:- StringS3AccessPolicy:JsonSseConfig:SseConfigTags:Key:Value
Properties
- AccessLogLocation
- 
                    Location of the access logs. Required: No Type: String Pattern: ^$|^s3://([a-z0-9][a-z0-9-.]{1,61}[a-z0-9])/?((.{1,800})/)?$Update requires: No interruption 
- Description
- 
                    A description for the store. Required: No Type: String Pattern: ^[\p{L}||\p{M}||\p{Z}||\p{S}||\p{N}||\p{P}]+$Minimum: 1Maximum: 255Update requires: No interruption 
- ETagAlgorithmFamily
- 
                    The algorithm family of the ETag. Required: No Type: String Allowed values: MD5up | SHA256up | SHA512upUpdate requires: Replacement 
- FallbackLocation
- 
                    An S3 location that is used to store files that have failed a direct upload. Required: No Type: String Pattern: ^$|^s3://([a-z0-9][a-z0-9-.]{1,61}[a-z0-9])/?((.{1,1024})/)?$Minimum: 0Update requires: No interruption 
- Name
- 
                    A name for the store. Required: Yes Type: String Pattern: ^[\p{L}||\p{M}||\p{Z}||\p{S}||\p{N}||\p{P}]+$Minimum: 1Maximum: 127Update requires: No interruption 
- Property description not available. - Required: No - Type: Array of String - Minimum: - 1 | 0- Maximum: - 128 | 50- Update requires: No interruption 
- S3AccessPolicy
- Property description not available. - Required: No - Type: Json - Update requires: No interruption 
- SseConfig
- 
                    Server-side encryption (SSE) settings for the store. Required: No Type: SseConfig Update requires: Replacement 
- 
                    Tags for the store. Required: No Type: Object of String Pattern: .+Minimum: 0Maximum: 256Update requires: No interruption 
Return values
Ref
When you pass the logical ID of this resource to the intrinsic Ref function, Ref returns the details of this resource. For example:
{ "Ref": "SequenceStore.CreationTime" }Ref returns the timestamp for when the sequence store was created. 
Fn::GetAtt
The Fn::GetAtt intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.
For more information about using the Fn::GetAtt intrinsic function, see Fn::GetAtt.
- Arn
- 
                            The store's ARN. 
- CreationTime
- 
                            When the store was created. 
- S3AccessPointArn
- 
                            This is ARN of the access point associated with the S3 bucket storing read sets. 
- S3Uri
- 
                            The S3 URI of the sequence store. 
- SequenceStoreId
- 
                            The store's ID. 
- Status
- 
                            Status of the sequence store. 
- StatusMessage
- 
                            The status message of the sequence store. 
- UpdateTime
- 
                            The last-updated time of the Sequence Store.