RosPluginAttachmentProps
Properties for defining a RosPluginAttachment
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apigateway-pluginattachment
Initializer
import ros_cdk_apigateway
ros_cdk_apigateway.RosPluginAttachmentProps(
api_id: typing.Union[str, IResolvable],
plugin_id: typing.Union[str, IResolvable],
stage_name: typing.Union[str, IResolvable]
)
Properties
Name | Type | Description |
---|---|---|
api_id |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
plugin_id |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
stage_name |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
api_id
Required
api_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
plugin_id
Required
plugin_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
stage_name
Required
stage_name: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]