Skip to content

PluginAttachmentProps

Properties for defining a PluginAttachment.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkapigateway"
&alicloudroscdkapigateway.PluginAttachmentProps {
    ApiId: interface{},
    PluginId: interface{},
    StageName: interface{},
}

Properties

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

ApiIdRequired

ApiId interface{}
  • Type: interface{}

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


PluginIdRequired

PluginId interface{}
  • Type: interface{}

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


StageNameRequired

StageName interface{}
  • Type: interface{}

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.