RosPluginAttachmentProps
Properties for defining a RosPluginAttachment
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apig-pluginattachment
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkapig"
&alicloudroscdkapig.RosPluginAttachmentProps {
PluginInfo: interface{},
AttachResourceId: interface{},
AttachResourceIds: interface{},
AttachResourceType: interface{},
Enable: interface{},
EnvironmentId: interface{},
}
Properties
Name | Type | Description |
---|---|---|
PluginInfo |
interface{} |
No description. |
AttachResourceId |
interface{} |
No description. |
AttachResourceIds |
interface{} |
No description. |
AttachResourceType |
interface{} |
No description. |
Enable |
interface{} |
No description. |
EnvironmentId |
interface{} |
No description. |
PluginInfo
Required
PluginInfo interface{}
- Type: interface{}
AttachResourceId
Optional
AttachResourceId interface{}
- Type: interface{}
AttachResourceIds
Optional
AttachResourceIds interface{}
- Type: interface{}
AttachResourceType
Optional
AttachResourceType interface{}
- Type: interface{}
Enable
Optional
Enable interface{}
- Type: interface{}
EnvironmentId
Optional
EnvironmentId interface{}
- Type: interface{}