PluginAttachmentProps
Properties for defining a PluginAttachment.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apig-pluginattachment
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkapig"
&alicloudroscdkapig.PluginAttachmentProps {
PluginInfo: interface{},
AttachResourceId: interface{},
AttachResourceIds: interface{},
AttachResourceType: interface{},
Enable: interface{},
EnvironmentId: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
PluginInfo |
interface{} |
Property pluginInfo: The information about the association of plugin with gateway instance. |
AttachResourceId |
interface{} |
Property attachResourceId: The resource ID to be attached by the plugin. |
AttachResourceIds |
interface{} |
Property attachResourceIds: The list of resource IDs to be attached by the plugin. |
AttachResourceType |
interface{} |
Property attachResourceType: The type of the resource to be attached by the plugin. |
Enable |
interface{} |
Property enable: Whether to enable this plugin, default value is false. |
EnvironmentId |
interface{} |
Property environmentId: The ID of the environment. |
PluginInfoRequired
PluginInfo interface{}
- Type: interface{}
Property pluginInfo: The information about the association of plugin with gateway instance.
AttachResourceIdOptional
AttachResourceId interface{}
- Type: interface{}
Property attachResourceId: The resource ID to be attached by the plugin.
AttachResourceIdsOptional
AttachResourceIds interface{}
- Type: interface{}
Property attachResourceIds: The list of resource IDs to be attached by the plugin.
AttachResourceTypeOptional
AttachResourceType interface{}
- Type: interface{}
Property attachResourceType: The type of the resource to be attached by the plugin.
EnableOptional
Enable interface{}
- Type: interface{}
Property enable: Whether to enable this plugin, default value is false.
EnvironmentIdOptional
EnvironmentId interface{}
- Type: interface{}
Property environmentId: The ID of the environment.