ProjectCatalogSettingsArgs

data class ProjectCatalogSettingsArgs(val catalogItemSyncTypes: Output<List<Either<String, CatalogItemType>>>? = null) : ConvertibleToJava<ProjectCatalogSettingsArgs>

Settings to be used when associating a project with a catalog.

Constructors

Link copied to clipboard
constructor(catalogItemSyncTypes: Output<List<Either<String, CatalogItemType>>>? = null)

Properties

Link copied to clipboard
val catalogItemSyncTypes: Output<List<Either<String, CatalogItemType>>>? = null

Indicates catalog item types that can be synced.

Functions

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