Builder
Properties
Image Builder tracks the number of consecutive failures for scheduled pipeline executions and takes one of the following actions each time it runs on a schedule:
The Amazon Resource Name (ARN) of the container recipe that is used for this pipeline.
The date on which this image pipeline was created.
The date on which this image pipeline was last run.
The next date when the pipeline is scheduled to run.
The date on which this image pipeline was last updated.
The description of the image pipeline.
The Amazon Resource Name (ARN) of the distribution configuration associated with this image pipeline.
Specifies whether to collect additional information about the image being created, including the operating system (OS) version and package list. Defaults to true.
The name or Amazon Resource Name (ARN) for the IAM role you create that grants Image Builder access to perform workflow actions.
The Amazon Resource Name (ARN) of the image recipe associated with this image pipeline.
Contains settings for vulnerability scans that Amazon Inspector runs against the test instance during image creation.
The tags that Image Builder applies to the Image Builder image resource that this pipeline's scheduled executions create. These tags don't apply to the output AMI. Builds that you start manually use the tags from the StartImagePipelineExecution request instead.
The image tests configuration of the image pipeline.
The Amazon Resource Name (ARN) of the infrastructure configuration associated with this image pipeline.
The status of the last image that this pipeline built, such as BUILDING, TESTING, FAILED, or AVAILABLE.
The CloudWatch Logs configuration for the pipeline: the log group for image build logs and the log group for pipeline execution logs.
The status of the image pipeline. A disabled pipeline doesn't run on its schedule, but you can still start builds manually. Image Builder can also disable a pipeline automatically when consecutive scheduled builds fail.
Contains the workflows that run for the image pipeline.
Functions
construct an aws.sdk.kotlin.services.imagebuilder.model.ImageScanningConfiguration inside the given block
construct an aws.sdk.kotlin.services.imagebuilder.model.ImageTestsConfiguration inside the given block
construct an aws.sdk.kotlin.services.imagebuilder.model.PipelineLoggingConfiguration inside the given block
construct an aws.sdk.kotlin.services.imagebuilder.model.Schedule inside the given block