CapabilitySchemaItem

Structure representing a capability schema item that defines the functionality and features supported by a managed thing.

Types

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

Properties

Link copied to clipboard

The unique identifier of the capability defined in the schema.

Link copied to clipboard

The external identifier for the capability, used when referencing the capability outside of the AWS ecosystem.

Link copied to clipboard

The version of the external capability definition, used to track compatibility with external systems.

Link copied to clipboard

The format of the capability schema, which defines how the schema is structured and interpreted.

Link copied to clipboard

The actual schema definition that describes the capability's properties, actions, and events.

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