@Stability(value=Stable)
public static interface CfnCanary.RunConfigProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.synthetics.*;
RunConfigProperty runConfigProperty = RunConfigProperty.builder()
.activeTracing(false)
.environmentVariables(Map.of(
"environmentVariablesKey", "environmentVariables"))
.memoryInMb(123)
.timeoutInSeconds(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCanary.RunConfigProperty.Builder
A builder for
CfnCanary.RunConfigProperty |
static class |
CfnCanary.RunConfigProperty.Jsii$Proxy
An implementation for
CfnCanary.RunConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnCanary.RunConfigProperty.Builder |
builder() |
default Object |
getActiveTracing()
`CfnCanary.RunConfigProperty.ActiveTracing`.
|
default Object |
getEnvironmentVariables()
`CfnCanary.RunConfigProperty.EnvironmentVariables`.
|
default Number |
getMemoryInMb()
`CfnCanary.RunConfigProperty.MemoryInMB`.
|
default Number |
getTimeoutInSeconds()
`CfnCanary.RunConfigProperty.TimeoutInSeconds`.
|
@Stability(value=Stable) @Nullable default Object getActiveTracing()
@Stability(value=Stable) @Nullable default Object getEnvironmentVariables()
@Stability(value=Stable) @Nullable default Number getMemoryInMb()
@Stability(value=Stable) @Nullable default Number getTimeoutInSeconds()
@Stability(value=Stable) static CfnCanary.RunConfigProperty.Builder builder()
Copyright © 2021. All rights reserved.