AWS::QBusiness::PluginInformation about an Amazon Q Business plugin and its configuration.
import { CfnPlugin } from 'aws-cdk-lib/aws-qbusiness';Or use the module namespace:
import * as qbusiness from 'aws-cdk-lib/aws-qbusiness';
// qbusiness.CfnPluginConfiguration passed to the constructor as CfnPluginProps.
authConfigurationRequiredIResolvable | PluginAuthConfigurationPropertyAuthentication configuration information for an Amazon Q Business plugin.
displayNameRequiredstringThe name of the plugin.
typeRequiredstringThe type of the plugin.
applicationIdOptionalstringThe identifier of the application that will contain the plugin.
customPluginConfigurationOptionalIResolvable | CustomPluginConfigurationPropertyConfiguration information required to create a custom plugin.
serverUrlOptionalstringThe plugin server URL used for configuration.
stateOptionalstringThe current status of the plugin.
tagsOptionalCfnTag[]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: _ . : / = + -
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-qbusinessAWS::QBusiness::Plugin