Class CfnCanary.VisualReferenceProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.synthetics.CfnCanary.VisualReferenceProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCanary.VisualReferenceProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnCanary.VisualReferenceProperty
@Stability(Stable)
@Internal
public static final class CfnCanary.VisualReferenceProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCanary.VisualReferenceProperty
An implementation for
CfnCanary.VisualReferenceProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.synthetics.CfnCanary.VisualReferenceProperty
CfnCanary.VisualReferenceProperty.Builder, CfnCanary.VisualReferenceProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCanary.VisualReferenceProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
Specifies which canary run to use the screenshots from as the baseline for future visual monitoring with this canary.final Object
An array of screenshots that are used as the baseline for comparisons during visual monitoring.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnCanary.VisualReferenceProperty.Builder
.
-
-
Method Details
-
getBaseCanaryRunId
Description copied from interface:CfnCanary.VisualReferenceProperty
Specifies which canary run to use the screenshots from as the baseline for future visual monitoring with this canary.Valid values are
nextrun
to use the screenshots from the next run after this update is made,lastrun
to use the screenshots from the most recent run before this update was made, or the value ofId
in the CanaryRun from any past run of this canary.- Specified by:
getBaseCanaryRunId
in interfaceCfnCanary.VisualReferenceProperty
-
getBaseScreenshots
Description copied from interface:CfnCanary.VisualReferenceProperty
An array of screenshots that are used as the baseline for comparisons during visual monitoring.- Specified by:
getBaseScreenshots
in interfaceCfnCanary.VisualReferenceProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-