PluginProps
Properties for defining a Plugin
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apig-plugin
Initializer
import com.aliyun.ros.cdk.apig.PluginProps;
PluginProps.builder()
.gatewayId(java.lang.String)
.gatewayId(IResolvable)
.pluginClassId(java.lang.String)
.pluginClassId(IResolvable)
.build();
Properties
Name | Type | Description |
---|---|---|
gatewayId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property gatewayId: The ID of the Gateway. |
pluginClassId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property pluginClassId: The ID of the plugin class. |
gatewayId
Required
public java.lang.Object getGatewayId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property gatewayId: The ID of the Gateway.
pluginClassId
Required
public java.lang.Object getPluginClassId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property pluginClassId: The ID of the plugin class.