CanaryRunConfigInput
A structure that contains input information for a canary run.
Types
Properties
Specifies whether this canary is to use active X-Ray tracing when it runs. Active tracing enables this canary run to be displayed in the ServiceLens and X-Ray service maps even if the canary does not hit an endpoint that has X-Ray tracing enabled. Using X-Ray tracing incurs charges. For more information, see Canaries and X-Ray tracing.
Specifies the keys and values to use for any environment variables used in the canary script. Use the following format:
Specifies the amount of ephemeral storage (in MB) to allocate for the canary run during execution. This temporary storage is used for storing canary run artifacts (which are uploaded to an Amazon S3 bucket at the end of the run), and any canary browser operations. This temporary storage is cleared after the run is completed. Default storage value is 1024 MB.
The maximum amount of memory available to the canary while it is running, in MB. This value must be a multiple of 64.
How long the canary is allowed to run before it must stop. You can't set this time to be longer than the frequency of the runs of this canary.