You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Synthetics::Types::CanaryCodeInputWhen passing CanaryCodeInput as input to an Aws::Client method, you can use a vanilla Hash:
{
s3_bucket: "String",
s3_key: "String",
s3_version: "String",
zip_file: "data",
handler: "String", }
Use this structure to input your script code for the canary. This structure contains the Lambda handler with the location where the canary should start running the script. If the script is stored in an S3 bucket, the bucket name, key, and version are also included. If the script was passed into the canary directly, the script code is contained in the value of Zipfile
.
Returned by:
Instance Attribute Summary collapseThe entry point to use for the source code when running the canary.
If your canary script is located in S3, specify the full bucket name here.
The S3 key of your script.
The S3 version ID of your script.
If you input your canary script directly into the canary instead of referring to an S3 location, the value of this parameter is the .zip file that contains the script.
The entry point to use for the source code when running the canary. This value must end with the string .handler
.
If your canary script is located in S3, specify the full bucket name here. The bucket must already exist. Specify the full bucket name, including s3://
as the start of the bucket name.
The S3 version ID of your script.
#zip_file ⇒ StringIf you input your canary script directly into the canary instead of referring to an S3 location, the value of this parameter is the .zip file that contains the script. It can be up to 5 MB.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4