Schedule

public struct Schedule : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The condition configures when the pipeline should trigger a new image build. When the pipelineExecutionStartCondition is set to EXPRESSION_MATCH_AND_DEPENDENCY_UPDATES_AVAILABLE, EC2 Image Builder will build a new image only when there are known changes pending. When it is set to EXPRESSION_MATCH_ONLY, it will build a new image every time the CRON expression matches the current time.

    Declaration

    Swift

    public let pipelineExecutionStartCondition: PipelineExecutionStartCondition?
  • The expression determines how often EC2 Image Builder evaluates your pipelineExecutionStartCondition.

    Declaration

    Swift

    public let scheduleExpression: String?
  • Undocumented

    Declaration

    Swift

    public init(pipelineExecutionStartCondition: PipelineExecutionStartCondition? = nil, scheduleExpression: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws