Plugin Custom Plugin Configuration
data class PluginCustomPluginConfiguration(val apiSchema: Either<PluginApiSchema0Properties, PluginApiSchema1Properties>, val apiSchemaType: PluginApiSchemaType, val description: String)
Constructors
Link copied to clipboard
constructor(apiSchema: Either<PluginApiSchema0Properties, PluginApiSchema1Properties>, apiSchemaType: PluginApiSchemaType, description: String)
Properties
Link copied to clipboard
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.
Link copied to clipboard
The type of OpenAPI schema to use.
Link copied to clipboard
A description for your custom plugin configuration.