com.pulumi.awsnative.athena.kotlin.DataCatalogArgs.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.athena.kotlin
import com.pulumi.awsnative.athena.DataCatalogArgs.builder
import com.pulumi.awsnative.athena.kotlin.enums.DataCatalogType
import com.pulumi.awsnative.kotlin.inputs.TagArgs
import com.pulumi.awsnative.kotlin.inputs.TagArgsBuilder
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.List
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
* Resource schema for AWS::Athena::DataCatalog
* ## Example Usage
* ### Example
* No Java example available.
* ### Example
* No Java example available.
* @property description A description of the data catalog to be created.
* @property name The name of the data catalog to create. The catalog name must be unique for the AWS account and can use a maximum of 128 alphanumeric, underscore, at sign, or hyphen characters.
* @property parameters Specifies the Lambda function or functions to use for creating the data catalog. This is a mapping whose values depend on the catalog type.
* @property tags A list of comma separated tags to add to the data catalog that is created.
* @property type The type of data catalog to create: LAMBDA for a federated catalog, GLUE for AWS Glue Catalog, or HIVE for an external hive metastore.
*/
public data class DataCatalogArgs(
public val description: Output? = null,
public val name: Output? = null,
public val parameters: Output