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::Configuration
Create a new configuration.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::Omics::Configuration", "Properties" : { "Description" :String, "Name" :String, "RunConfigurations" :RunConfigurations, "Tags" :{} }Key:Value, ...}
YAML
Type: AWS::Omics::Configuration Properties: Description:StringName:StringRunConfigurations:RunConfigurationsTags:Key:Value
Properties
Description-
Description for the configuration.
Required: No
Type: String
Pattern:
^[\p{L}||\p{M}||\p{Z}||\p{S}||\p{N}||\p{P}]+$Minimum:
1Maximum:
256Update requires: No interruption
Name-
User-friendly name for the configuration.
Required: Yes
Type: String
Pattern:
^[A-Za-z0-9][A-Za-z0-9\-\._]*$Minimum:
1Maximum:
128Update requires: Replacement
RunConfigurations-
Run-specific configuration settings.
Required: Yes
Type: RunConfigurations
Update requires: Replacement
Property description not available.
Required: No
Type: Object of String
Pattern:
.+Minimum:
0Maximum:
256Update requires: No interruption
Return values
Ref
Fn::GetAtt
Arn-
Unique resource identifier for the configuration.
CreationTime-
Configuration creation timestamp.
Status-
Current configuration status.
Uuid-
Unique identifier for the configuration.