Core

class Core

Information about a core.

Types

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

Properties

Link copied to clipboard

The ARN of the certificate associated with the core.

Link copied to clipboard
val id: String?

A descriptive or arbitrary ID for the core. This value must be unique within the core definition version. Max length is 128 characters with pattern ''[a-zA-Z0-9:_-]+''.

Link copied to clipboard

If true, the core's local shadow is automatically synced with the cloud.

Link copied to clipboard

The ARN of the thing which is the core.

Functions

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