Skip to content

PluginProps

Properties for defining a Plugin.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apig-plugin

Initializer

import ros_cdk_apig
ros_cdk_apig.PluginProps(
  gateway_id: typing.Union[str, IResolvable],
  plugin_class_id: typing.Union[str, IResolvable]
)

Properties

Name Type Description
gateway_id typing.Union[str, ros_cdk_core.IResolvable] Property gatewayId: The ID of the Gateway.
plugin_class_id typing.Union[str, ros_cdk_core.IResolvable] Property pluginClassId: The ID of the plugin class.

gateway_idRequired

gateway_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property gatewayId: The ID of the Gateway.


plugin_class_idRequired

plugin_class_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property pluginClassId: The ID of the plugin class.