com.pulumi.awsnative.omics.kotlin.SequenceStoreArgs.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.SequenceStoreArgs.builder
import com.pulumi.awsnative.omics.kotlin.inputs.SequenceStoreSseConfigArgs
import com.pulumi.awsnative.omics.kotlin.inputs.SequenceStoreSseConfigArgsBuilder
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::SequenceStore Resource Type
* @property description A description for the store.
* @property fallbackLocation An S3 URI representing the bucket and folder to store failed read set uploads.
* @property name A name for the store.
* @property sseConfig Server-side encryption (SSE) settings for the store.
* @property tags Tags for the store.
*/
public data class SequenceStoreArgs(
public val description: Output? = null,
public val fallbackLocation: Output? = null,
public val name: Output? = null,
public val sseConfig: Output? = null,
public val tags: Output