public static final class CfnImagePipeline.ScheduleProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnImagePipeline.ScheduleProperty
CfnImagePipeline.ScheduleProperty
CfnImagePipeline.ScheduleProperty.Builder, CfnImagePipeline.ScheduleProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getPipelineExecutionStartCondition()
The condition configures when the pipeline should trigger a new image build.
|
java.lang.String |
getScheduleExpression()
The cron expression determines how often EC2 Image Builder evaluates your `pipelineExecutionStartCondition` .
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getPipelineExecutionStartCondition()
CfnImagePipeline.ScheduleProperty
When the pipelineExecutionStartCondition
is set to EXPRESSION_MATCH_AND_DEPENDENCY_UPDATES_AVAILABLE
, and you use semantic version filters on the base image or components in your image recipe, Image Builder will build a new image only when there are new versions of the image or components in your recipe that match the semantic version filter. When it is set to EXPRESSION_MATCH_ONLY
, it will build a new image every time the CRON expression matches the current time. For semantic version syntax, see CreateComponent in the Image Builder API Reference .
getPipelineExecutionStartCondition
in interface CfnImagePipeline.ScheduleProperty
public final java.lang.String getScheduleExpression()
CfnImagePipeline.ScheduleProperty
For information on how to format a cron expression in Image Builder, see Use cron expressions in EC2 Image Builder .
getScheduleExpression
in interface CfnImagePipeline.ScheduleProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()