Skip to content

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.

PluginInfoRequired

PluginInfo interface{}
  • Type: interface{}

AttachResourceIdOptional

AttachResourceId interface{}
  • Type: interface{}

AttachResourceIdsOptional

AttachResourceIds interface{}
  • Type: interface{}

AttachResourceTypeOptional

AttachResourceType interface{}
  • Type: interface{}

EnableOptional

Enable interface{}
  • Type: interface{}

EnvironmentIdOptional

EnvironmentId interface{}
  • Type: interface{}