AWS::Omics::VariantStore - AWS CloudFormation

AWS::Omics::VariantStore

Create a store for variant data.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::Omics::VariantStore", "Properties" : { "Description" : String, "Name" : String, "Reference" : ReferenceItem, "SseConfig" : SseConfig, "Tags" : {Key: Value, ...} } }

YAML

Type: AWS::Omics::VariantStore Properties: Description: String Name: String Reference: ReferenceItem SseConfig: SseConfig Tags: Key: Value

Properties

Description

A description for the store.

Required: No

Type: String

Minimum: 0

Maximum: 500

Update requires: No interruption

Name

A name for the store.

Required: Yes

Type: String

Pattern: ^([a-z]){1}([a-z0-9_]){2,254}

Update requires: Replacement

Reference

The genome reference for the store's variants.

Required: Yes

Type: ReferenceItem

Update requires: Replacement

SseConfig

Server-side encryption (SSE) settings for the store.

Required: No

Type: SseConfig

Update requires: Replacement

Tags

Tags for the store.

Required: No

Type: Object of String

Pattern: .+

Minimum: 0

Maximum: 256

Update 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": "VariantStore.Status" }

For the Amazon Omics resourceVariantStore.Status, Ref returns the status of the variant store.

For more information about using the Ref function, see Ref.

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.

CreationTime

When the store was created.

Id

The store's ID.

Status

The store's status.

StatusMessage

The store's status message.

StoreArn

The store's ARN.

StoreSizeBytes

The store's size in bytes.

UpdateTime

When the store was updated.