ImageOutputResourceAmi

data class ImageOutputResourceAmi(val accountId: String? = null, val description: String? = null, val image: String? = null, val name: String? = null, val region: String? = null)

Constructors

Link copied to clipboard
constructor(accountId: String? = null, description: String? = null, image: String? = null, name: String? = null, region: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accountId: String? = null

Account identifier of the AMI.

Link copied to clipboard
val description: String? = null

Description of the AMI.

Link copied to clipboard
val image: String? = null

Identifier of the AMI.

Link copied to clipboard
val name: String? = null

Name of the AMI.

Link copied to clipboard
val region: String? = null

Region of the container image.