omics_create_sequence_store {paws.storage} | R Documentation |
Creates a sequence store
Description
Creates a sequence store.
See https://www.paws-r-sdk.com/docs/omics_create_sequence_store/ for full documentation.
Usage
omics_create_sequence_store(
name,
description = NULL,
sseConfig = NULL,
tags = NULL,
clientToken = NULL,
fallbackLocation = NULL,
eTagAlgorithmFamily = NULL,
propagatedSetLevelTags = NULL,
s3AccessConfig = NULL
)
Arguments
name |
[required] A name for the store. |
description |
A description for the store. |
sseConfig |
Server-side encryption (SSE) settings for the store. |
tags |
Tags for the store. |
clientToken |
To ensure that requests don't run multiple times, specify a unique token for each request. |
fallbackLocation |
An S3 location that is used to store files that have failed a direct upload. |
eTagAlgorithmFamily |
The ETag algorithm family to use for ingested read sets. |
propagatedSetLevelTags |
The tags keys to propagate to the S3 objects associated with read sets in the sequence store. |
s3AccessConfig |
S3 access configuration parameters |
[Package paws.storage version 0.9.0 Index]