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 executionRole: String? = 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: Map<String, String>? = null, val workflows: List<ImagePipelineWorkflowConfiguration>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, containerRecipeArn: String? = null, description: String? = null, distributionConfigurationArn: String? = null, enhancedImageMetadataEnabled: Boolean? = null, executionRole: String? = null, imageRecipeArn: String? = null, imageScanningConfiguration: ImagePipelineImageScanningConfiguration? = null, imageTestsConfiguration: ImagePipelineImageTestsConfiguration? = null, infrastructureConfigurationArn: String? = null, schedule: ImagePipelineSchedule? = null, status: ImagePipelineStatus? = null, tags: Map<String, String>? = null, workflows: List<ImagePipelineWorkflowConfiguration>? = 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 executionRole: String? = null

The execution role name/ARN for the image build, if provided

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: Map<String, String>? = null

The tags of this image pipeline.

Link copied to clipboard

Workflows to define the image build process