PluginProps
Properties for defining a Plugin.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apig-plugin
Initializer
import { PluginProps } from '@alicloud/ros-cdk-apig'
const pluginProps: PluginProps = { ... }
Properties
| Name | Type | Description |
|---|---|---|
gatewayId |
string | @alicloud/ros-cdk-core.IResolvable |
Property gatewayId: The ID of the Gateway. |
pluginClassId |
string | @alicloud/ros-cdk-core.IResolvable |
Property pluginClassId: The ID of the plugin class. |
gatewayIdRequired
public readonly gatewayId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property gatewayId: The ID of the Gateway.
pluginClassIdRequired
public readonly pluginClassId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property pluginClassId: The ID of the plugin class.