GetPluginResult

data class GetPluginResult(val authConfiguration: Any? = null, val buildStatus: PluginBuildStatus? = null, val createdAt: String? = null, val customPluginConfiguration: PluginCustomPluginConfiguration? = null, val displayName: String? = null, val pluginArn: String? = null, val pluginId: String? = null, val serverUrl: String? = null, val state: PluginState? = null, val tags: List<Tag>? = null, val updatedAt: String? = null)

Constructors

Link copied to clipboard
constructor(authConfiguration: Any? = null, buildStatus: PluginBuildStatus? = null, createdAt: String? = null, customPluginConfiguration: PluginCustomPluginConfiguration? = null, displayName: String? = null, pluginArn: String? = null, pluginId: String? = null, serverUrl: String? = null, state: PluginState? = null, tags: List<Tag>? = null, updatedAt: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val authConfiguration: Any? = null

Authentication configuration information for an Amazon Q Business plugin.

Link copied to clipboard

The current status of a plugin. A plugin is modified asynchronously.

Link copied to clipboard
val createdAt: String? = null

The timestamp for when the plugin was created.

Link copied to clipboard

Configuration information required to create a custom plugin.

Link copied to clipboard
val displayName: String? = null

The name of the plugin.

Link copied to clipboard
val pluginArn: String? = null

The Amazon Resource Name (ARN) of a plugin.

Link copied to clipboard
val pluginId: String? = null

The identifier of the plugin.

Link copied to clipboard
val serverUrl: String? = null

The plugin server URL used for configuration.

Link copied to clipboard
val state: PluginState? = null

The current status of the plugin.

Link copied to clipboard
val tags: List<Tag>? = null

A list of key-value pairs that identify or categorize the data source connector. You can also use tags to help control access to the data source connector. Tag keys and values can consist of Unicode letters, digits, white space, and any of the following symbols: _ . : / = + - @.

Link copied to clipboard
val updatedAt: String? = null

The timestamp for when the plugin was last updated.