Skip to content

PluginAttachmentProps

Properties for defining a PluginAttachment.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apig-pluginattachment

Initializer

import ros_cdk_apig
ros_cdk_apig.PluginAttachmentProps(
  plugin_info: typing.Union[IResolvable, PluginInfoProperty],
  attach_resource_id: typing.Union[str, IResolvable] = None,
  attach_resource_ids: typing.Union[IResolvable, typing.List[typing.Union[str, IResolvable]]] = None,
  attach_resource_type: typing.Union[str, IResolvable] = None,
  enable: typing.Union[bool, IResolvable] = None,
  environment_id: typing.Union[str, IResolvable] = None
)

Properties

Name Type Description
plugin_info typing.Union[ros_cdk_core.IResolvable, PluginInfoProperty] Property pluginInfo: The information about the association of plugin with gateway instance.
attach_resource_id typing.Union[str, ros_cdk_core.IResolvable] Property attachResourceId: The resource ID to be attached by the plugin.
attach_resource_ids typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[str, ros_cdk_core.IResolvable]]] Property attachResourceIds: The list of resource IDs to be attached by the plugin.
attach_resource_type typing.Union[str, ros_cdk_core.IResolvable] Property attachResourceType: The type of the resource to be attached by the plugin.
enable typing.Union[bool, ros_cdk_core.IResolvable] Property enable: Whether to enable this plugin, default value is false.
environment_id typing.Union[str, ros_cdk_core.IResolvable] Property environmentId: The ID of the environment.

plugin_infoRequired

plugin_info: typing.Union[IResolvable, PluginInfoProperty]

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


attach_resource_idOptional

attach_resource_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

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


attach_resource_idsOptional

attach_resource_ids: typing.Union[IResolvable, typing.List[typing.Union[str, IResolvable]]]
  • Type: typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[str, ros_cdk_core.IResolvable]]]

Property attachResourceIds: The list of resource IDs to be attached by the plugin.


attach_resource_typeOptional

attach_resource_type: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property attachResourceType: The type of the resource to be attached by the plugin.


enableOptional

enable: typing.Union[bool, IResolvable]
  • Type: typing.Union[bool, ros_cdk_core.IResolvable]

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


environment_idOptional

environment_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property environmentId: The ID of the environment.