Get Image Result
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)
Properties
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
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
List of objects with resources created by the image.