AWS::QBusiness::Plugin CustomPluginConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::QBusiness::Plugin CustomPluginConfiguration

Configuration information required to create a custom plugin.

Syntax

To declare this entity in your Amazon 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