GetImageResult

data class GetImageResult(val arn: String, val buildVersionArn: String, val containerRecipeArn: String, val dateCreated: String, val distributionConfigurationArn: String, val enhancedImageMetadataEnabled: Boolean, val id: String, val imageRecipeArn: String, val imageTestsConfigurations: List<GetImageImageTestsConfiguration>, val infrastructureConfigurationArn: String, val name: String, val osVersion: String, val outputResources: List<GetImageOutputResource>, val platform: String, val tags: Map<String, String>, val version: String)

A collection of values returned by getImage.

Constructors

Link copied to clipboard
constructor(arn: String, buildVersionArn: String, containerRecipeArn: String, dateCreated: String, distributionConfigurationArn: String, enhancedImageMetadataEnabled: Boolean, id: String, imageRecipeArn: String, imageTestsConfigurations: List<GetImageImageTestsConfiguration>, infrastructureConfigurationArn: String, name: String, osVersion: String, outputResources: List<GetImageOutputResource>, platform: String, tags: Map<String, String>, version: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String
Link copied to clipboard

Build version ARN of the image. This will always have the #.#.#/# suffix.

Link copied to clipboard

ARN of the container recipe.

Link copied to clipboard

Date the image was created.

Link copied to clipboard

ARN of the Image Builder Distribution Configuration.

Link copied to clipboard

Whether additional information about the image being created is collected.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

ARN of the image recipe.

Link copied to clipboard

List of an object with image tests configuration.

Link copied to clipboard

ARN of the Image Builder Infrastructure Configuration.

Link copied to clipboard

Name of the AMI.

Link copied to clipboard

Operating System version of the image.

Link copied to clipboard

List of objects with resources created by the image.

Link copied to clipboard

Platform of the image.

Link copied to clipboard

Key-value map of resource tags for the image.

Link copied to clipboard

Version of the image.