CustomPluginConfiguration¶
Structure Class¶
CustomPluginConfiguration
dataclass
¶
Configuration information required to create a custom plugin.
Attributes¶
api_schema
class-attribute
instance-attribute
¶
api_schema: APISchema | None = None
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.
api_schema_type
instance-attribute
¶
api_schema_type: APISchemaType
The type of OpenAPI schema to use.
description
instance-attribute
¶
description: str
A description for your custom plugin configuration.