CreateAgentSpaceRequest

Input for creating a new AgentSpace.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Client-provided token to ensure request idempotency. When the same token is provided in subsequent calls, the same response is returned within a 8-hour window.

Link copied to clipboard

The description of the AgentSpace.

Link copied to clipboard

The ARN of the AWS Key Management Service (AWS KMS) customer managed key that's used to encrypt resources.

Link copied to clipboard

The locale for the AgentSpace, which determines the language used in agent responses.

Link copied to clipboard
val name: String?

The name of the AgentSpace.

Link copied to clipboard

Tags to add to the AgentSpace at creation time.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String