Skip to content

PluginAttachmentProps

Properties for defining a PluginAttachment.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Apigateway;
new PluginAttachmentProps {
    object ApiId,
    object PluginId,
    object StageName
};

Properties

Name Type Description
ApiId object Property apiId: The ID of the API to which you want to bind the plug-in.
PluginId object Property pluginId: The ID of the plugin that you want to bind.
StageName object Property stageName: The name of the runtime environment.

ApiIdRequired

public object ApiId { get; set; }
  • Type: object

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


PluginIdRequired

public object PluginId { get; set; }
  • Type: object

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


StageNameRequired

public object StageName { get; set; }
  • Type: object

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.