GetSequenceStoreResult

data class GetSequenceStoreResult(val accessLogLocation: String? = null, val arn: String? = null, val creationTime: String? = null, val description: String? = null, val fallbackLocation: String? = null, val name: String? = null, val propagatedSetLevelTags: List<String>? = null, val s3AccessPointArn: String? = null, val s3AccessPolicy: Any? = null, val s3Uri: String? = null, val sequenceStoreId: String? = null, val status: SequenceStoreStatus? = null, val statusMessage: String? = null, val tags: Map<String, String>? = null, val updateTime: String? = null)

Constructors

Link copied to clipboard
constructor(accessLogLocation: String? = null, arn: String? = null, creationTime: String? = null, description: String? = null, fallbackLocation: String? = null, name: String? = null, propagatedSetLevelTags: List<String>? = null, s3AccessPointArn: String? = null, s3AccessPolicy: Any? = null, s3Uri: String? = null, sequenceStoreId: String? = null, status: SequenceStoreStatus? = null, statusMessage: String? = null, tags: Map<String, String>? = null, updateTime: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Location of the access logs.

Link copied to clipboard
val arn: String? = null

The store's ARN.

Link copied to clipboard
val creationTime: String? = null

When the store was created.

Link copied to clipboard
val description: String? = null

A description for the store.

Link copied to clipboard

An S3 location that is used to store files that have failed a direct upload.

Link copied to clipboard
val name: String? = null

A name for the store.

Link copied to clipboard

The tags keys to propagate to the S3 objects associated with read sets in the sequence store.

Link copied to clipboard

This is ARN of the access point associated with the S3 bucket storing read sets.

Link copied to clipboard
val s3AccessPolicy: Any? = null

The resource policy that controls S3 access on the store Search the CloudFormation User Guide for AWS::Omics::SequenceStore for more information about the expected schema for this property.

Link copied to clipboard
val s3Uri: String? = null

The S3 URI of the sequence store.

Link copied to clipboard
val sequenceStoreId: String? = null

The store's ID.

Link copied to clipboard

Status of the sequence store.

Link copied to clipboard
val statusMessage: String? = null

The status message of the sequence store.

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

Tags for the store.

Link copied to clipboard
val updateTime: String? = null

The last-updated time of the sequence store.