Get Plugin Result
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)
Properties
Link copied to clipboard
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
Configuration information required to create a custom plugin.
Link copied to clipboard
The name of the plugin.
Link copied to clipboard
The current status of the plugin.
Link copied to clipboard
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: _ . : / = + - @.