| Package | Description |
|---|---|
| com.amazonaws.services.synthetics.model |
| Modifier and Type | Method and Description |
|---|---|
CanaryCodeInput |
CanaryCodeInput.clone() |
CanaryCodeInput |
UpdateCanaryRequest.getCode()
A structure that includes the entry point from which the canary should start running your script.
|
CanaryCodeInput |
CreateCanaryRequest.getCode()
A structure that includes the entry point from which the canary should start running your script.
|
CanaryCodeInput |
CanaryCodeInput.withHandler(String handler)
The entry point to use for the source code when running the canary.
|
CanaryCodeInput |
CanaryCodeInput.withS3Bucket(String s3Bucket)
If your canary script is located in S3, specify the full bucket name here.
|
CanaryCodeInput |
CanaryCodeInput.withS3Key(String s3Key)
The S3 key of your script.
|
CanaryCodeInput |
CanaryCodeInput.withS3Version(String s3Version)
The S3 version ID of your script.
|
CanaryCodeInput |
CanaryCodeInput.withZipFile(ByteBuffer zipFile)
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateCanaryRequest.setCode(CanaryCodeInput code)
A structure that includes the entry point from which the canary should start running your script.
|
void |
CreateCanaryRequest.setCode(CanaryCodeInput code)
A structure that includes the entry point from which the canary should start running your script.
|
UpdateCanaryRequest |
UpdateCanaryRequest.withCode(CanaryCodeInput code)
A structure that includes the entry point from which the canary should start running your script.
|
CreateCanaryRequest |
CreateCanaryRequest.withCode(CanaryCodeInput code)
A structure that includes the entry point from which the canary should start running your script.
|
Copyright © 2020. All rights reserved.