ImagePipeline

Details of an image pipeline.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

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

Link copied to clipboard

The Amazon Resource Name (ARN) of the container recipe that is used for this pipeline.

Link copied to clipboard

The date on which this image pipeline was created.

Link copied to clipboard

This is no longer supported, and does not return a value.

Link copied to clipboard

The next date when the pipeline is scheduled to run.

Link copied to clipboard

The date on which this image pipeline was last updated.

Link copied to clipboard

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. This information is used to enhance the overall experience of using EC2 Image Builder. Enabled by default.

Link copied to clipboard

The name or Amazon Resource Name (ARN) for the IAM role you create that grants Image Builder access to perform workflow actions.

Link copied to clipboard

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

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
val name: String?

The name of the image pipeline.

Link copied to clipboard

The platform of the 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

The tags of this image pipeline.

Link copied to clipboard

Contains the workflows that run for the image pipeline.

Functions

Link copied to clipboard
inline fun copy(block: ImagePipeline.Builder.() -> Unit = {}): ImagePipeline
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String