AgentAgentActionGroupApiSchemaArgs

data class AgentAgentActionGroupApiSchemaArgs(val payload: Output<String>? = null, val s3: Output<AgentAgentActionGroupApiSchemaS3Args>? = null) : ConvertibleToJava<AgentAgentActionGroupApiSchemaArgs>

Constructors

Link copied to clipboard
constructor(payload: Output<String>? = null, s3: Output<AgentAgentActionGroupApiSchemaS3Args>? = null)

Properties

Link copied to clipboard
val payload: Output<String>? = null

JSON or YAML-formatted payload defining the OpenAPI schema for the action group.

Link copied to clipboard

Details about the S3 object containing the OpenAPI schema for the action group. See s3 block for details.

Functions

Link copied to clipboard
open override fun toJava(): AgentAgentActionGroupApiSchemaArgs