Get Sequence Store Result
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)
Properties
Link copied to clipboard
Location of the access logs.
Link copied to clipboard
When the store was created.
Link copied to clipboard
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
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
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
The store's ID.
Link copied to clipboard
Status of the sequence store.
Link copied to clipboard
The status message of the sequence store.
Link copied to clipboard
The last-updated time of the sequence store.