public static interface CanaryCodeOutput.Builder extends SdkPojo, CopyableBuilder<CanaryCodeOutput.Builder,CanaryCodeOutput>
| Modifier and Type | Method and Description |
|---|---|
CanaryCodeOutput.Builder |
handler(String handler)
The entry point to use for the source code when running the canary.
|
CanaryCodeOutput.Builder |
sourceLocationArn(String sourceLocationArn)
The ARN of the Lambda layer where Synthetics stores the canary script code.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCanaryCodeOutput.Builder sourceLocationArn(String sourceLocationArn)
The ARN of the Lambda layer where Synthetics stores the canary script code.
sourceLocationArn - The ARN of the Lambda layer where Synthetics stores the canary script code.CanaryCodeOutput.Builder handler(String handler)
The entry point to use for the source code when running the canary.
handler - The entry point to use for the source code when running the canary.Copyright © 2023. All rights reserved.