| Package | Description |
|---|---|
| com.amazonaws.services.synthetics.model |
| Modifier and Type | Method and Description |
|---|---|
CanaryRunConfigOutput |
CanaryRunConfigOutput.clone() |
CanaryRunConfigOutput |
Canary.getRunConfig() |
CanaryRunConfigOutput |
CanaryRunConfigOutput.withActiveTracing(Boolean activeTracing)
Displays whether this canary run used active AWS X-Ray tracing.
|
CanaryRunConfigOutput |
CanaryRunConfigOutput.withMemoryInMB(Integer memoryInMB)
The maximum amount of memory available to the canary while it is running, in MB.
|
CanaryRunConfigOutput |
CanaryRunConfigOutput.withTimeoutInSeconds(Integer timeoutInSeconds)
How long the canary is allowed to run before it must stop.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Canary.setRunConfig(CanaryRunConfigOutput runConfig) |
Canary |
Canary.withRunConfig(CanaryRunConfigOutput runConfig) |
Copyright © 2021. All rights reserved.