PluginAttachmentProps
Properties for defining a PluginAttachment
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apig-pluginattachment
Initializer
import { PluginAttachmentProps } from '@alicloud/ros-cdk-apig'
const pluginAttachmentProps: PluginAttachmentProps = { ... }
Properties
Name | Type | Description |
---|---|---|
pluginInfo |
@alicloud/ros-cdk-core.IResolvable | PluginInfoProperty |
Property pluginInfo: The information about the association of plugin with gateway instance. |
attachResourceId |
string | @alicloud/ros-cdk-core.IResolvable |
Property attachResourceId: The resource ID to be attached by the plugin. |
attachResourceIds |
@alicloud/ros-cdk-core.IResolvable | string | @alicloud/ros-cdk-core.IResolvable[] |
Property attachResourceIds: The list of resource IDs to be attached by the plugin. |
attachResourceType |
string | @alicloud/ros-cdk-core.IResolvable |
Property attachResourceType: The type of the resource to be attached by the plugin. |
enable |
boolean | @alicloud/ros-cdk-core.IResolvable |
Property enable: Whether to enable this plugin, default value is false. |
environmentId |
string | @alicloud/ros-cdk-core.IResolvable |
Property environmentId: The ID of the environment. |
pluginInfo
Required
public readonly pluginInfo: IResolvable | PluginInfoProperty;
- Type: @alicloud/ros-cdk-core.IResolvable | PluginInfoProperty
Property pluginInfo: The information about the association of plugin with gateway instance.
attachResourceId
Optional
public readonly attachResourceId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property attachResourceId: The resource ID to be attached by the plugin.
attachResourceIds
Optional
public readonly attachResourceIds: IResolvable | string | IResolvable[];
- Type: @alicloud/ros-cdk-core.IResolvable | string | @alicloud/ros-cdk-core.IResolvable[]
Property attachResourceIds: The list of resource IDs to be attached by the plugin.
attachResourceType
Optional
public readonly attachResourceType: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property attachResourceType: The type of the resource to be attached by the plugin.
enable
Optional
public readonly enable: boolean | IResolvable;
- Type: boolean | @alicloud/ros-cdk-core.IResolvable
Property enable: Whether to enable this plugin, default value is false.
environmentId
Optional
public readonly environmentId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property environmentId: The ID of the environment.