CampaignProps
Properties for defining a Campaign
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-paiplugin-campaign
Initializer
import { CampaignProps } from '@alicloud/ros-cdk-paiplugin'
const campaignProps: CampaignProps = { ... }
Properties
Name | Type | Description |
---|---|---|
name |
string | @alicloud/ros-cdk-core.IResolvable |
Property name: The name of the campaign. |
remark |
string | @alicloud/ros-cdk-core.IResolvable |
Property remark: The remark of the campaign. |
name
Required
public readonly name: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property name: The name of the campaign.
remark
Optional
public readonly remark: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property remark: The remark of the campaign.