AWS::QBusiness::Plugin CustomPluginConfiguration - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::QBusiness::Plugin CustomPluginConfiguration

Configuration information required to create a custom plugin.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "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