ImagePipeline class

Details of an image pipeline.

Constructors

ImagePipeline({String? arn, String? containerRecipeArn, String? dateCreated, String? dateLastRun, String? dateNextRun, String? dateUpdated, String? description, String? distributionConfigurationArn, bool? enhancedImageMetadataEnabled, String? imageRecipeArn, ImageTestsConfiguration? imageTestsConfiguration, String? infrastructureConfigurationArn, String? name, Platform? platform, Schedule? schedule, PipelineStatus? status, Map<String, String>? tags})
ImagePipeline.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The Amazon Resource Name (ARN) of the image pipeline.
final
containerRecipeArn String?
The Amazon Resource Name (ARN) of the container recipe that is used for this pipeline.
final
dateCreated String?
The date on which this image pipeline was created.
final
dateLastRun String?
The date on which this image pipeline was last run.
final
dateNextRun String?
The date on which this image pipeline will next be run.
final
dateUpdated String?
The date on which this image pipeline was last updated.
final
description String?
The description of the image pipeline.
final
distributionConfigurationArn String?
The Amazon Resource Name (ARN) of the distribution configuration associated with this image pipeline.
final
enhancedImageMetadataEnabled bool?
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.
final
hashCode int
The hash code for this object.
no setterinherited
imageRecipeArn String?
The Amazon Resource Name (ARN) of the image recipe associated with this image pipeline.
final
imageTestsConfiguration ImageTestsConfiguration?
The image tests configuration of the image pipeline.
final
infrastructureConfigurationArn String?
The Amazon Resource Name (ARN) of the infrastructure configuration associated with this image pipeline.
final
name String?
The name of the image pipeline.
final
platform Platform?
The platform of the image pipeline.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schedule Schedule?
The schedule of the image pipeline.
final
status PipelineStatus?
The status of the image pipeline.
final
tags Map<String, String>?
The tags of this image pipeline.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited