Plugin Custom Plugin Configuration Args
data class PluginCustomPluginConfigurationArgs(val apiSchema: Output<Either<PluginApiSchema0PropertiesArgs, PluginApiSchema1PropertiesArgs>>, val apiSchemaType: Output<PluginApiSchemaType>, val description: Output<String>) : ConvertibleToJava<PluginCustomPluginConfigurationArgs>
Constructors
Link copied to clipboard
constructor(apiSchema: Output<Either<PluginApiSchema0PropertiesArgs, PluginApiSchema1PropertiesArgs>>, apiSchemaType: Output<PluginApiSchemaType>, description: Output<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.