Struct aws_sdk_synthetics::model::canary_code_input::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for CanaryCodeInput
Implementations
If your canary script is located in S3, specify the bucket name here. Do not include s3:// as the start of the bucket name.
If your canary script is located in S3, specify the bucket name here. Do not include s3:// as the start of the bucket name.
The S3 key of your script. For more information, see Working with Amazon S3 Objects.
The S3 key of your script. For more information, see Working with Amazon S3 Objects.
The S3 version ID 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 base64-encoded contents of the .zip file that contains the script. It must be smaller than 256 Kb.
If you input your canary script directly into the canary instead of referring to an S3 location, the value of this parameter is the base64-encoded contents of the .zip file that contains the script. It must be smaller than 256 Kb.
The entry point to use for the source code when running the canary. This value must end with the string .handler. The string is limited to 29 characters or fewer.
The entry point to use for the source code when running the canary. This value must end with the string .handler. The string is limited to 29 characters or fewer.
Consumes the builder and constructs a CanaryCodeInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more