AWS::QBusiness::Plugin CustomPluginConfiguration
Configuration information required to create a custom plugin.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ApiSchema" :
APISchema
, "ApiSchemaType" :String
, "Description" :String
}
YAML
ApiSchema:
APISchema
ApiSchemaType:String
Description:String
Properties
ApiSchema
-
Contains either details about the S3 object containing the OpenAPI schema for the action group or the JSON or YAML-formatted payload defining the schema.
Required: Yes
Type: APISchema
Update requires: No interruption
ApiSchemaType
-
The type of OpenAPI schema to use.
Required: Yes
Type: String
Allowed values:
OPEN_API_V3
Update requires: No interruption
Description
-
A description for your custom plugin configuration.
Required: Yes
Type: String
Minimum:
1
Maximum:
200
Update requires: No interruption