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::ReferenceStore
Creates a reference store.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::Omics::ReferenceStore", "Properties" : { "Description" :String, "Name" :String, "SseConfig" :SseConfig, "Tags" :{} }Key:Value, ...}
YAML
Type: AWS::Omics::ReferenceStore Properties: Description:StringName:StringSseConfig:SseConfigTags:Key:Value
Properties
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: Replacement
 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: Replacement
 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: Replacement
 
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": "ReferenceStore.Arn" }Ref returns the arn for the reference store. 
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.
ArnCreationTime- 
                            
When the store was created.
 ReferenceStoreId- 
                            
The store's ID.