GetDataCatalogPlainArgs

data class GetDataCatalogPlainArgs(val name: String) : ConvertibleToJava<GetDataCatalogPlainArgs>

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard

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.

Functions

Link copied to clipboard
open override fun toJava(): GetDataCatalogPlainArgs