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. |
PluginInfo
Required
PluginInfo interface{}
- Type: interface{}
Property pluginInfo: The information about the association of plugin with gateway instance.
AttachResourceId
Optional
AttachResourceId interface{}
- Type: interface{}
Property attachResourceId: The resource ID to be attached by the plugin.
AttachResourceIds
Optional
AttachResourceIds interface{}
- Type: interface{}
Property attachResourceIds: The list of resource IDs to be attached by the plugin.
AttachResourceType
Optional
AttachResourceType interface{}
- Type: interface{}
Property attachResourceType: The type of the resource to be attached by the plugin.
Enable
Optional
Enable interface{}
- Type: interface{}
Property enable: Whether to enable this plugin, default value is false.
EnvironmentId
Optional
EnvironmentId interface{}
- Type: interface{}
Property environmentId: The ID of the environment.