S3

data class S3(val value: S3Configuration) : ToolSchema

The Amazon S3 location of the tool schema. This location contains the schema definition file.

Constructors

Link copied to clipboard
constructor(value: S3Configuration)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this ToolSchema as a InlinePayload and retrieves its kotlin.collections.List value. Throws an exception if the ToolSchema is not a InlinePayload.

Link copied to clipboard

Casts this ToolSchema as a InlinePayload and retrieves its kotlin.collections.List value. Returns null if the ToolSchema is not a InlinePayload.

Link copied to clipboard

Casts this ToolSchema as a S3 and retrieves its aws.sdk.kotlin.services.bedrockagentcorecontrol.model.S3Configuration value. Throws an exception if the ToolSchema is not a S3.

Link copied to clipboard

Casts this ToolSchema as a S3 and retrieves its aws.sdk.kotlin.services.bedrockagentcorecontrol.model.S3Configuration value. Returns null if the ToolSchema is not a S3.