Package-level declarations

Types

Link copied to clipboard
class AnnotationStore : KotlinCustomResource

Definition of AWS::Omics::AnnotationStore Resource Type

Link copied to clipboard
data class AnnotationStoreArgs(val description: Output<String>? = null, val name: Output<String>? = null, val reference: Output<AnnotationStoreReferenceItemArgs>? = null, val sseConfig: Output<AnnotationStoreSseConfigArgs>? = null, val storeFormat: Output<AnnotationStoreStoreFormat>? = null, val storeOptions: Output<AnnotationStoreStoreOptionsPropertiesArgs>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<AnnotationStoreArgs>

Definition of AWS::Omics::AnnotationStore Resource Type

Link copied to clipboard
object AnnotationStoreMapper : ResourceMapper<AnnotationStore>
Link copied to clipboard
Link copied to clipboard
class ReferenceStore : KotlinCustomResource

Definition of AWS::Omics::ReferenceStore Resource Type

Link copied to clipboard
data class ReferenceStoreArgs(val description: Output<String>? = null, val name: Output<String>? = null, val sseConfig: Output<ReferenceStoreSseConfigArgs>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<ReferenceStoreArgs>

Definition of AWS::Omics::ReferenceStore Resource Type

Link copied to clipboard
Link copied to clipboard
object ReferenceStoreMapper : ResourceMapper<ReferenceStore>
Link copied to clipboard
class RunGroup : KotlinCustomResource

Definition of AWS::Omics::RunGroup Resource Type

Link copied to clipboard
data class RunGroupArgs(val maxCpus: Output<Double>? = null, val maxDuration: Output<Double>? = null, val maxGpus: Output<Double>? = null, val maxRuns: Output<Double>? = null, val name: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<RunGroupArgs>

Definition of AWS::Omics::RunGroup Resource Type

Link copied to clipboard
Link copied to clipboard
object RunGroupMapper : ResourceMapper<RunGroup>
Link copied to clipboard
Link copied to clipboard
class SequenceStore : KotlinCustomResource

Resource Type definition for AWS::Omics::SequenceStore

Link copied to clipboard
data class SequenceStoreArgs(val accessLogLocation: Output<String>? = null, val description: Output<String>? = null, val eTagAlgorithmFamily: Output<SequenceStoreETagAlgorithmFamily>? = null, val fallbackLocation: Output<String>? = null, val name: Output<String>? = null, val propagatedSetLevelTags: Output<List<String>>? = null, val s3AccessPolicy: Output<Any>? = null, val sseConfig: Output<SequenceStoreSseConfigArgs>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<SequenceStoreArgs>

Resource Type definition for AWS::Omics::SequenceStore

Link copied to clipboard
Link copied to clipboard
object SequenceStoreMapper : ResourceMapper<SequenceStore>
Link copied to clipboard
Link copied to clipboard
class VariantStore : KotlinCustomResource

Definition of AWS::Omics::VariantStore Resource Type

Link copied to clipboard
data class VariantStoreArgs(val description: Output<String>? = null, val name: Output<String>? = null, val reference: Output<VariantStoreReferenceItemArgs>? = null, val sseConfig: Output<VariantStoreSseConfigArgs>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<VariantStoreArgs>

Definition of AWS::Omics::VariantStore Resource Type

Link copied to clipboard
Link copied to clipboard
object VariantStoreMapper : ResourceMapper<VariantStore>
Link copied to clipboard
Link copied to clipboard
class Workflow : KotlinCustomResource

Definition of AWS::Omics::Workflow Resource Type

Link copied to clipboard
data class WorkflowArgs(val accelerators: Output<WorkflowAccelerators>? = null, val definitionUri: Output<String>? = null, val description: Output<String>? = null, val engine: Output<WorkflowEngine>? = null, val main: Output<String>? = null, val name: Output<String>? = null, val parameterTemplate: Output<Map<String, WorkflowParameterArgs>>? = null, val storageCapacity: Output<Double>? = null, val storageType: Output<WorkflowStorageType>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<WorkflowArgs>

Definition of AWS::Omics::Workflow Resource Type

Link copied to clipboard
Link copied to clipboard
object WorkflowMapper : ResourceMapper<Workflow>
Link copied to clipboard
Link copied to clipboard
class WorkflowVersion : KotlinCustomResource

Definition of AWS::Omics::WorkflowVersion Resource Type.

Link copied to clipboard
data class WorkflowVersionArgs(val accelerators: Output<WorkflowVersionAccelerators>? = null, val definitionUri: Output<String>? = null, val description: Output<String>? = null, val engine: Output<WorkflowVersionWorkflowEngine>? = null, val main: Output<String>? = null, val parameterTemplate: Output<Map<String, WorkflowVersionWorkflowParameterArgs>>? = null, val storageCapacity: Output<Double>? = null, val storageType: Output<WorkflowVersionStorageType>? = null, val tags: Output<Map<String, String>>? = null, val versionName: Output<String>? = null, val workflowBucketOwnerId: Output<String>? = null, val workflowId: Output<String>? = null) : ConvertibleToJava<WorkflowVersionArgs>

Definition of AWS::Omics::WorkflowVersion Resource Type.

Link copied to clipboard
object WorkflowVersionMapper : ResourceMapper<WorkflowVersion>

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend fun runGroup(name: String, block: suspend RunGroupResourceBuilder.() -> Unit): RunGroup
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend fun workflow(name: String, block: suspend WorkflowResourceBuilder.() -> Unit): Workflow
Link copied to clipboard