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. |
ApiId
Required
ApiId interface{}
- Type: interface{}
Property apiId: The ID of the API to which you want to bind the plug-in.
PluginId
Required
PluginId interface{}
- Type: interface{}
Property pluginId: The ID of the plugin that you want to bind.
StageName
Required
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.