Skip to content

Qbusiness  >  Structures  >  Plugin

Plugin

Structure Class

Plugin dataclass

Information about an Amazon Q Business plugin and its configuration.

Attributes

build_status class-attribute instance-attribute
build_status: PluginBuildStatus | None = None

The status of the plugin.

created_at class-attribute instance-attribute
created_at: datetime | None = None

The timestamp for when the plugin was created.

display_name class-attribute instance-attribute
display_name: str | None = None

The name of the plugin.

plugin_id class-attribute instance-attribute
plugin_id: str | None = None

The identifier of the plugin.

server_url class-attribute instance-attribute
server_url: str | None = None

The plugin server URL used for configuration.

state class-attribute instance-attribute
state: PluginState | None = None

The current status of the plugin.

type class-attribute instance-attribute
type: PluginType | None = None

The type of the plugin.

updated_at class-attribute instance-attribute
updated_at: datetime | None = None

The timestamp for when the plugin was last updated.