@Stability(value=Stable) @Internal public static final class CfnImagePipeline.ScheduleProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnImagePipeline.ScheduleProperty
CfnImagePipeline.SchedulePropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnImagePipeline.ScheduleProperty.Builder, CfnImagePipeline.ScheduleProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnImagePipeline.ScheduleProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnImagePipeline.ImageTestsConfigurationProperty.Builder. |
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(Object o) |
String |
getPipelineExecutionStartCondition()
The condition configures when the pipeline should trigger a new image build.
|
String |
getScheduleExpression()
The cron expression determines how often EC2 Image Builder evaluates your `pipelineExecutionStartCondition` .
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnImagePipeline.ScheduleProperty.Builder builder)
CfnImagePipeline.ImageTestsConfigurationProperty.Builder.public final 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.SchedulePropertypublic final String getScheduleExpression()
CfnImagePipeline.SchedulePropertyFor information on how to format a cron expression in Image Builder, see Use cron expressions in EC2 Image Builder .
getScheduleExpression in interface CfnImagePipeline.ScheduleProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.