CustomizationsConfig / CustomizationConfig / PortfolioConfig / ProductConfig

Service Catalog Products configuration

Example

- name: Product01
description: Example product
owner: Product-Owner
versions:
- name: v1
description: Product version 1
template: path/to/template.json
constraints:
launch:
type: localRole | Role
role: string
tagUpdate: true | false
notifications:
- topicName

Hierarchy

  • ProductConfig

Implements

Constructors

Properties

constraints: undefined | ProductConstraintConfig = undefined

Product Constraint configuration

description: undefined | string = undefined

Product description

distributor: undefined | string = undefined

The name of the product's publisher.

name: string = ''

The name of the product

owner: string = ''

The owner of the product

support: undefined | ProductSupportConfig = undefined

Product support details.

tagOptions: undefined | TagOptionsConfig[] = undefined

Product TagOptions configuration

versions: ProductVersionConfig[] = []

Product version configuration

Generated using TypeDoc