Space

class Space

Detailed information about a space.

Types

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

Properties

Link copied to clipboard

The ARN of the IAM role used by AgentCore online evaluation. Absent when the space was created without one.

Link copied to clipboard

The timestamp when the space was created.

Link copied to clipboard

The ARN of the IAM role used for data access.

Link copied to clipboard

The Amazon Resource Name (ARN) of the domain the space belongs to. Absent when the space is not associated with a domain, so callers must tolerate its absence.

Link copied to clipboard

How the space's data at rest is encrypted. Always populated: a space with no customer managed key reports encryptionStrategy AWS_OWNED and no kmsKeyArn.

Link copied to clipboard

A name that identifies the space.

Link copied to clipboard

AWS account ID that owns this space.

Link copied to clipboard

The region where this space was created.

Link copied to clipboard

The Amazon Resource Name (ARN) of the space.

Link copied to clipboard

The unique ID of the space.

Link copied to clipboard

The status of the space.

Link copied to clipboard

Reason for the current space status.

Link copied to clipboard

The timestamp when the space was last updated.

Functions

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