Skip to content

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.

pluginInfoRequired

public readonly pluginInfo: IResolvable | PluginInfoProperty;

Property pluginInfo: The information about the association of plugin with gateway instance.


attachResourceIdOptional

public readonly attachResourceId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property attachResourceId: The resource ID to be attached by the plugin.


attachResourceIdsOptional

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.


attachResourceTypeOptional

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.


enableOptional

public readonly enable: boolean | IResolvable;
  • Type: boolean | @alicloud/ros-cdk-core.IResolvable

Property enable: Whether to enable this plugin, default value is false.


environmentIdOptional

public readonly environmentId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property environmentId: The ID of the environment.