AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::QBusiness::Plugin

CfnPlugin

Information about an Amazon Q Business plugin and its configuration.

Import

import { CfnPlugin } from 'aws-cdk-lib/aws-qbusiness';

Or use the module namespace:

import * as qbusiness from 'aws-cdk-lib/aws-qbusiness';
// qbusiness.CfnPlugin

Properties

Configuration passed to the constructor as CfnPluginProps.

authConfigurationRequired
IResolvable | PluginAuthConfigurationProperty

Authentication configuration information for an Amazon Q Business plugin.

displayNameRequired
string

The name of the plugin.

typeRequired
string

The type of the plugin.

applicationIdOptional
string

The identifier of the application that will contain the plugin.

customPluginConfigurationOptional
IResolvable | CustomPluginConfigurationProperty

Configuration information required to create a custom plugin.

serverUrlOptional
string

The plugin server URL used for configuration.

stateOptional
string

The current status of the plugin.

tagsOptional
CfnTag[]

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: _ . : / = + -

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter