Values.CustomPluginConfigurationSourceConfiguration information required to create a custom plugin.
type nonrec t = {description : PluginDescription.t;A description for your custom plugin configuration.
*)apiSchemaType : APISchemaType.t;The type of OpenAPI schema to use.
*)apiSchema : APISchema.t option;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.
*)}val make :
?apiSchema:??? ->
description:PluginDescription.t ->
apiSchemaType:APISchemaType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of PluginDescription.t
| `Structure of
(string
* [> `String of Payload.t
| `Structure of (string * [> `String of S3BucketName.t ]) list ])
list ])
list ]