DevCenterProjectCatalogSettingsArgs

data class DevCenterProjectCatalogSettingsArgs(val catalogItemSyncEnableStatus: Output<Either<String, CatalogItemSyncEnableStatus>>? = null) : ConvertibleToJava<DevCenterProjectCatalogSettingsArgs>

Project catalog settings for project catalogs under a project associated to this dev center.

Constructors

Link copied to clipboard
constructor(catalogItemSyncEnableStatus: Output<Either<String, CatalogItemSyncEnableStatus>>? = null)

Properties

Link copied to clipboard

Whether project catalogs associated with projects in this dev center can be configured to sync catalog items.

Functions

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