GetImagePipelineResult

data class GetImagePipelineResult(val arn: String? = null, val containerRecipeArn: String? = null, val description: String? = null, val distributionConfigurationArn: String? = null, val enhancedImageMetadataEnabled: Boolean? = null, val imageRecipeArn: String? = null, val imageScanningConfiguration: ImagePipelineImageScanningConfiguration? = null, val imageTestsConfiguration: ImagePipelineImageTestsConfiguration? = null, val infrastructureConfigurationArn: String? = null, val schedule: ImagePipelineSchedule? = null, val status: ImagePipelineStatus? = null, val tags: Any? = null)

Constructors

Link copied to clipboard
fun GetImagePipelineResult(arn: String? = null, containerRecipeArn: String? = null, description: String? = null, distributionConfigurationArn: String? = null, enhancedImageMetadataEnabled: Boolean? = null, imageRecipeArn: String? = null, imageScanningConfiguration: ImagePipelineImageScanningConfiguration? = null, imageTestsConfiguration: ImagePipelineImageTestsConfiguration? = null, infrastructureConfigurationArn: String? = null, schedule: ImagePipelineSchedule? = null, status: ImagePipelineStatus? = null, tags: Any? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the image pipeline.

Link copied to clipboard

The Amazon Resource Name (ARN) of the container recipe that defines how images are configured and tested.

Link copied to clipboard
val description: String? = null

The description of the image pipeline.

Link copied to clipboard

The Amazon Resource Name (ARN) of the distribution configuration associated with this image pipeline.

Link copied to clipboard

Collects additional information about the image being created, including the operating system (OS) version and package list.

Link copied to clipboard
val imageRecipeArn: String? = null

The Amazon Resource Name (ARN) of the image recipe that defines how images are configured, tested, and assessed.

Link copied to clipboard

Contains settings for vulnerability scans.

Link copied to clipboard

The image tests configuration of the image pipeline.

Link copied to clipboard

The Amazon Resource Name (ARN) of the infrastructure configuration associated with this image pipeline.

Link copied to clipboard

The schedule of the image pipeline.

Link copied to clipboard

The status of the image pipeline.

Link copied to clipboard
val tags: Any? = null

The tags of this image pipeline.