![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.awsnative.omics.kotlin.AnnotationStoreArgs.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-aws-native-kotlin Show documentation
Show all versions of pulumi-aws-native-kotlin Show documentation
Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.omics.kotlin
import com.pulumi.awsnative.omics.AnnotationStoreArgs.builder
import com.pulumi.awsnative.omics.kotlin.enums.AnnotationStoreStoreFormat
import com.pulumi.awsnative.omics.kotlin.inputs.AnnotationStoreReferenceItemArgs
import com.pulumi.awsnative.omics.kotlin.inputs.AnnotationStoreReferenceItemArgsBuilder
import com.pulumi.awsnative.omics.kotlin.inputs.AnnotationStoreSseConfigArgs
import com.pulumi.awsnative.omics.kotlin.inputs.AnnotationStoreSseConfigArgsBuilder
import com.pulumi.awsnative.omics.kotlin.inputs.AnnotationStoreStoreOptionsPropertiesArgs
import com.pulumi.awsnative.omics.kotlin.inputs.AnnotationStoreStoreOptionsPropertiesArgsBuilder
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import com.pulumi.kotlin.applySuspend
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.Unit
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
* Definition of AWS::Omics::AnnotationStore Resource Type
* @property description A description for the store.
* @property name The name of the Annotation Store.
* @property reference The genome reference for the store's annotations.
* @property sseConfig The store's server-side encryption (SSE) settings.
* @property storeFormat The annotation file format of the store.
* @property storeOptions File parsing options for the annotation store.
* @property tags Tags for the store.
*/
public data class AnnotationStoreArgs(
public val description: Output? = null,
public val name: Output? = null,
public val reference: Output? = null,
public val sseConfig: Output? = null,
public val storeFormat: Output? = null,
public val storeOptions: Output? = null,
public val tags: Output
© 2015 - 2025 Weber Informatics LLC | Privacy Policy