Skip to content

BizTypeProps

Properties for defining a BizType.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-aligreen-biztype

Initializer

import { BizTypeProps } from '@alicloud/ros-cdk-aligreen'
const bizTypeProps: BizTypeProps = { ... }

Properties

Name Type Description
bizTypeName string | @alicloud/ros-cdk-core.IResolvable Property bizTypeName: The name of the business scenario defined by the customer.
citeTemplate boolean | @alicloud/ros-cdk-core.IResolvable Property citeTemplate: Specifies whether to import the configuration of an industry template.
bizTypeImport string | @alicloud/ros-cdk-core.IResolvable Property bizTypeImport: The name of the existing business scenario that was imported from when the business scenario was created.
description string | @alicloud/ros-cdk-core.IResolvable Property description: The description of the business scenario defined by the customer, which is a combination of Chinese and English, numbers, and underscores, and cannot exceed 32 characters.
industryInfo string | @alicloud/ros-cdk-core.IResolvable Property industryInfo: The industry classification.

bizTypeNameRequired

public readonly bizTypeName: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property bizTypeName: The name of the business scenario defined by the customer.

It can contain no more than 32 characters in English, numbers, and underscores.


citeTemplateRequired

public readonly citeTemplate: boolean | IResolvable;
  • Type: boolean | @alicloud/ros-cdk-core.IResolvable

Property citeTemplate: Specifies whether to import the configuration of an industry template.

Default value: false. Valid values: true: imports the configuration of an industry template. false: does not import the configuration of an industry template. If the value is true, you must specify the industryInfo parameter.


bizTypeImportOptional

public readonly bizTypeImport: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property bizTypeImport: The name of the existing business scenario that was imported from when the business scenario was created.


descriptionOptional

public readonly description: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property description: The description of the business scenario defined by the customer, which is a combination of Chinese and English, numbers, and underscores, and cannot exceed 32 characters.


industryInfoOptional

public readonly industryInfo: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property industryInfo: The industry classification.

For specific types see CreateBizType<\/a>.