Skip to content

PluginAttachmentProps

Properties for defining a PluginAttachment.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apigateway-pluginattachment

Initializer

import ros_cdk_apigateway
ros_cdk_apigateway.PluginAttachmentProps(
  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] Property apiId: The ID of the API to which you want to bind the plug-in.
plugin_id typing.Union[str, ros_cdk_core.IResolvable] Property pluginId: The ID of the plugin that you want to bind.
stage_name typing.Union[str, ros_cdk_core.IResolvable] Property stageName: The name of the runtime environment.

api_idRequired

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

Property apiId: The ID of the API to which you want to bind the plug-in.


plugin_idRequired

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

Property pluginId: The ID of the plugin that you want to bind.


stage_nameRequired

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

Property stageName: The name of the runtime environment.

Valid values: RELEASE: indicates the release environment. PRE: indicates the pre-release environment. TEST: indicates the test environment.