| Package | Description |
|---|---|
| com.amazonaws.services.synthetics.model |
| Modifier and Type | Method and Description |
|---|---|
CanaryRunConfigInput |
CanaryRunConfigInput.addEnvironmentVariablesEntry(String key,
String value)
Add a single EnvironmentVariables entry
|
CanaryRunConfigInput |
CanaryRunConfigInput.clearEnvironmentVariablesEntries()
Removes all the entries added into EnvironmentVariables.
|
CanaryRunConfigInput |
CanaryRunConfigInput.clone() |
CanaryRunConfigInput |
UpdateCanaryRequest.getRunConfig()
A structure that contains the timeout value that is used for each individual run of the canary.
|
CanaryRunConfigInput |
CreateCanaryRequest.getRunConfig()
A structure that contains the configuration for individual canary runs, such as timeout value.
|
CanaryRunConfigInput |
CanaryRunConfigInput.withActiveTracing(Boolean activeTracing)
Specifies whether this canary is to use active AWS X-Ray tracing when it runs.
|
CanaryRunConfigInput |
CanaryRunConfigInput.withEnvironmentVariables(Map<String,String> environmentVariables)
Specifies the keys and values to use for any environment variables used in the canary script.
|
CanaryRunConfigInput |
CanaryRunConfigInput.withMemoryInMB(Integer memoryInMB)
The maximum amount of memory available to the canary while it is running, in MB.
|
CanaryRunConfigInput |
CanaryRunConfigInput.withTimeoutInSeconds(Integer timeoutInSeconds)
How long the canary is allowed to run before it must stop.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateCanaryRequest.setRunConfig(CanaryRunConfigInput runConfig)
A structure that contains the timeout value that is used for each individual run of the canary.
|
void |
CreateCanaryRequest.setRunConfig(CanaryRunConfigInput runConfig)
A structure that contains the configuration for individual canary runs, such as timeout value.
|
UpdateCanaryRequest |
UpdateCanaryRequest.withRunConfig(CanaryRunConfigInput runConfig)
A structure that contains the timeout value that is used for each individual run of the canary.
|
CreateCanaryRequest |
CreateCanaryRequest.withRunConfig(CanaryRunConfigInput runConfig)
A structure that contains the configuration for individual canary runs, such as timeout value.
|
Copyright © 2020. All rights reserved.