@Stability(value=Stable)
public static interface CfnCanary.RunConfigProperty
extends software.amazon.jsii.JsiiSerializable
| 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.