Skip to content

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_idRequired

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

plugin_idRequired

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

stage_nameRequired

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