AWS::Omics::Configuration - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::Omics::Configuration

Create a new configuration.

Syntax

To declare this entity in your 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.