Builder

class Builder

Properties

Link copied to clipboard

A unique, case-sensitive identifier you provide to ensure that the operation completes no more than one time. If this token matches a previous request, the service ignores the request, but does not return an error. For more information, see Ensuring idempotency in the Amazon EC2 API Reference.

Link copied to clipboard

The Amazon Resource Name (ARN) of the container recipe that is used to configure images created by this container pipeline.

Link copied to clipboard

The description of the image pipeline.

Link copied to clipboard

The Amazon Resource Name (ARN) of the distribution configuration that configures and distributes images created by this image pipeline.

Link copied to clipboard

Validates the required permissions and request parameters without making the request. If validation succeeds, the operation returns a DryRunOperationException error response.

Link copied to clipboard

Specifies whether to collect additional information about the image being created, including the operating system (OS) version and package list. Defaults to true.

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 that configures images created by this image pipeline.

Link copied to clipboard

Contains settings for vulnerability scans.

Link copied to clipboard

The tags to be applied to the images produced by this pipeline.

Link copied to clipboard

The image test configuration of the image pipeline.

Link copied to clipboard

The Amazon Resource Name (ARN) of the infrastructure configuration that builds images created by this image pipeline.

Link copied to clipboard

Specifies the logging configuration for the image pipeline. Use this to define custom CloudWatch Logs log groups for your pipeline execution logs and image build logs. The service manages log groups with names starting with /aws/imagebuilder/ using the service-linked role. For custom log group names outside of this prefix, you must also provide an executionRole.

Link copied to clipboard
var name: String?

The name 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 the image pipeline.

Link copied to clipboard

Contains an array of workflow configuration objects.

Functions