BizTypeProps
Properties for defining a BizType
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-aligreen-biztype
Initializer
import ros_cdk_aligreen
ros_cdk_aligreen.BizTypeProps(
biz_type_name: typing.Union[str, IResolvable],
cite_template: typing.Union[bool, IResolvable],
biz_type_import: typing.Union[str, IResolvable] = None,
description: typing.Union[str, IResolvable] = None,
industry_info: typing.Union[str, IResolvable] = None
)
Properties
Name | Type | Description |
---|---|---|
biz_type_name |
typing.Union[str, ros_cdk_core.IResolvable] |
Property bizTypeName: The name of the business scenario defined by the customer. |
cite_template |
typing.Union[bool, ros_cdk_core.IResolvable] |
Property citeTemplate: Specifies whether to import the configuration of an industry template. |
biz_type_import |
typing.Union[str, ros_cdk_core.IResolvable] |
Property bizTypeImport: The name of the existing business scenario that was imported from when the business scenario was created. |
description |
typing.Union[str, 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. |
industry_info |
typing.Union[str, ros_cdk_core.IResolvable] |
Property industryInfo: The industry classification. |
biz_type_name
Required
biz_type_name: typing.Union[str, IResolvable]
- Type: typing.Union[str, 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.
cite_template
Required
cite_template: typing.Union[bool, IResolvable]
- Type: typing.Union[bool, 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.
biz_type_import
Optional
biz_type_import: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property bizTypeImport: The name of the existing business scenario that was imported from when the business scenario was created.
description
Optional
description: typing.Union[str, IResolvable]
- Type: typing.Union[str, 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.
industry_info
Optional
industry_info: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property industryInfo: The industry classification.
For specific types see CreateBizType.