Class CfnCanary.CodeProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.synthetics.CfnCanary.CodeProperty.Jsii$Proxy
All Implemented Interfaces:
CfnCanary.CodeProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnCanary.CodeProperty

@Stability(Stable) @Internal public static final class CfnCanary.CodeProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnCanary.CodeProperty
An implementation for CfnCanary.CodeProperty
  • 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.CodeProperty

    CfnCanary.CodeProperty.Builder, CfnCanary.CodeProperty.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnCanary.CodeProperty.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 Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final String
    The entry point to use for the source code when running the canary.
    final String
    If your canary script is located in S3, specify the bucket name here.
    final String
    The S3 key of your script.
    final String
    The S3 version ID of your script.
    final String
    If you input your canary script directly into the canary instead of referring to an S3 location, the value of this parameter is the script in plain text.
    final String
    The ARN of the Lambda layer where Synthetics stores the canary script code.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait