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. Only one of payload or s3 can be specified.

Link copied to clipboard

Details about the S3 object containing the OpenAPI schema for the action group. See s3 Block for details. Only one of s3 or payload can be specified.

Functions

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