CompatibleImage

A JSON-formatted object that describes a compatible Amazon Machine Image (AMI), including the ID and name for a Snow device AMI. This AMI is compatible with the device's physical hardware requirements, and it should be able to be run in an SBE1 instance on the device.

Types

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

Properties

Link copied to clipboard

The unique identifier for an individual Snow device AMI.

Link copied to clipboard
val name: String?

The optional name of a compatible image.

Functions

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