AWS::Omics::Configuration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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: String Name: String RunConfigurations: RunConfigurations Tags: 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: 1

Maximum: 256

Update requires: No interruption

Name

User-friendly name for the configuration.

Required: Yes

Type: String

Pattern: ^[A-Za-z0-9][A-Za-z0-9\-\._]*$

Minimum: 1

Maximum: 128

Update requires: Replacement

RunConfigurations

Run-specific configuration settings.

Required: Yes

Type: RunConfigurations

Update requires: Replacement

Tags

Property description not available.

Required: No

Type: Object of String

Pattern: .+

Minimum: 0

Maximum: 256

Update 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.