SequenceStoreArgs

data class SequenceStoreArgs(val description: Output<String>? = null, val fallbackLocation: Output<String>? = null, val name: Output<String>? = null, val sseConfig: Output<SequenceStoreSseConfigArgs>? = null, val tags: Output<SequenceStoreTagMapArgs>? = null) : ConvertibleToJava<SequenceStoreArgs>

Definition of AWS::Omics::SequenceStore Resource Type

Constructors

Link copied to clipboard
fun SequenceStoreArgs(description: Output<String>? = null, fallbackLocation: Output<String>? = null, name: Output<String>? = null, sseConfig: Output<SequenceStoreSseConfigArgs>? = null, tags: Output<SequenceStoreTagMapArgs>? = null)

Functions

Link copied to clipboard
open override fun toJava(): SequenceStoreArgs

Properties

Link copied to clipboard
val description: Output<String>? = null

A description for the store.

Link copied to clipboard
val fallbackLocation: Output<String>? = null

An S3 URI representing the bucket and folder to store failed read set uploads.

Link copied to clipboard
val name: Output<String>? = null

A name for the store.

Link copied to clipboard
Link copied to clipboard
val tags: Output<SequenceStoreTagMapArgs>? = null