AgentSpace

Agent space structure

Types

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

Properties

Link copied to clipboard

Unique identifier of the agent space

Link copied to clipboard

AWS resource configurations

Link copied to clipboard

Configuration for code review analysis, including controls scanning and general purpose scanning settings

Link copied to clipboard
val createdAt: <Error class: unknown class>?

Timestamp when the agent space was created

Link copied to clipboard

Description of the agent space

Link copied to clipboard

Identifier of the KMS key used to encrypt data. Can be a key ID, key ARN, alias name, or alias ARN. If not specified, an AWS managed key is used.

Link copied to clipboard

Name of the agent space

Link copied to clipboard

List of target domain IDs registered with the agent space

Link copied to clipboard
val updatedAt: <Error class: unknown class>?

Timestamp when the agent space was last updated

Functions

Link copied to clipboard
inline fun copy(block: AgentSpace.Builder.() -> Unit = {}): AgentSpace
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