Ec2AmiResource

A JSON-formatted object that contains the IDs for an Amazon Machine Image (AMI), including the Amazon EC2-compatible AMI ID and the Snow device AMI ID. Each AMI has these two IDs to simplify identifying the AMI in both the Amazon Web Services Cloud and on the device.

Types

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

Properties

Link copied to clipboard

The ID of the AMI in Amazon EC2.

Link copied to clipboard

The ID of the AMI on the Snow device.

Functions

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