Get Image Pipeline Result
data class GetImagePipelineResult(val arn: String, val containerRecipeArn: String, val dateCreated: String, val dateLastRun: String, val dateNextRun: String, val dateUpdated: String, val description: String, val distributionConfigurationArn: String, val enhancedImageMetadataEnabled: Boolean, val id: String, val imageRecipeArn: String, val imageScanningConfigurations: List<GetImagePipelineImageScanningConfiguration>, val imageTestsConfigurations: List<GetImagePipelineImageTestsConfiguration>, val infrastructureConfigurationArn: String, val name: String, val platform: String, val schedules: List<GetImagePipelineSchedule>, val status: String, val tags: Map<String, String>)
A collection of values returned by getImagePipeline.
Constructors
Link copied to clipboard
constructor(arn: String, containerRecipeArn: String, dateCreated: String, dateLastRun: String, dateNextRun: String, dateUpdated: String, description: String, distributionConfigurationArn: String, enhancedImageMetadataEnabled: Boolean, id: String, imageRecipeArn: String, imageScanningConfigurations: List<GetImagePipelineImageScanningConfiguration>, imageTestsConfigurations: List<GetImagePipelineImageTestsConfiguration>, infrastructureConfigurationArn: String, name: String, platform: String, schedules: List<GetImagePipelineSchedule>, status: String, tags: Map<String, String>)
Properties
Link copied to clipboard
ARN of the container recipe.
Link copied to clipboard
Date the image pipeline was created.
Link copied to clipboard
Date the image pipeline was last run.
Link copied to clipboard
Date the image pipeline will run next.
Link copied to clipboard
Date the image pipeline was updated.
Link copied to clipboard
Description of the image pipeline.
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
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 an object with schedule settings.