Class CfnCanaryProps.Jsii$Proxy

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

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

    CfnCanaryProps.Builder, CfnCanaryProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnCanaryProps.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 Object
    A structure that contains the configuration for canary artifacts, including the encryption-at-rest settings for artifacts that the canary uploads to Amazon S3.
    final String
    The location in Amazon S3 where Synthetics stores artifacts from the runs of this canary.
    final Object
    Use this structure to input your script code for the canary.
    final Object
    (deprecated) Deletes associated lambda resources created by Synthetics if set to True.
    final String
    The ARN of the IAM role to be used to run the canary.
    final Number
    The number of days to retain data about failed runs of this canary.
    final String
    The name for this canary.
    final Object
    A structure that contains input information for a canary run.
    final String
    Specifies the runtime version to use for the canary.
    final Object
    A structure that contains information about how often the canary is to run, and when these runs are to stop.
    final Object
    Specify TRUE to have the canary start making runs immediately after it is created.
    final Number
    The number of days to retain data about successful runs of this canary.
    final List<CfnTag>
    The list of key-value pairs that are associated with the canary.
    final Object
    If this canary performs visual monitoring by comparing screenshots, this structure contains the ID of the canary run to use as the baseline for screenshots, and the coordinates of any parts of the screen to ignore during the visual monitoring comparison.
    final Object
    If this canary is to test an endpoint in a VPC, this structure contains information about the subnet and security groups of the VPC endpoint.
    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