@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-03-25T11:30:28.977Z") @Stability(value=Experimental) public interface CustomTestOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CustomTestOptions.Builder
A builder for
CustomTestOptions |
static class |
CustomTestOptions.Jsii$Proxy
An implementation for
CustomTestOptions |
| Modifier and Type | Method and Description |
|---|---|
static CustomTestOptions.Builder |
builder() |
Code |
getCode()
(experimental) The code of the canary script.
|
String |
getHandler()
(experimental) The handler for the code.
|
@Stability(value=Experimental) @NotNull Code getCode()
@Stability(value=Experimental) @NotNull String getHandler()
Must end with .handler.
@Stability(value=Experimental) static CustomTestOptions.Builder builder()
CustomTestOptions.Builder of CustomTestOptionsCopyright © 2021. All rights reserved.