CampaignProps
Properties for defining a Campaign
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-paiplugin-campaign
Initializer
import ros_cdk_paiplugin
ros_cdk_paiplugin.CampaignProps(
name: typing.Union[str, IResolvable],
remark: typing.Union[str, IResolvable] = None
)
Properties
Name | Type | Description |
---|---|---|
name |
typing.Union[str, ros_cdk_core.IResolvable] |
Property name: The name of the campaign. |
remark |
typing.Union[str, ros_cdk_core.IResolvable] |
Property remark: The remark of the campaign. |
name
Required
name: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property name: The name of the campaign.
remark
Optional
remark: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property remark: The remark of the campaign.