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<Map<String, String>>? = null) : ConvertibleToJava<SequenceStoreArgs>

Definition of AWS::Omics::SequenceStore Resource Type

Constructors

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

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

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

Link copied to clipboard
val tags: Output<Map<String, String>>? = null

Tags for the store.

Functions

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