@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-03-25T11:30:28.978Z") @Stability(value=Experimental) public class Test extends software.amazon.jsii.JsiiObject
| Modifier | Constructor and Description |
|---|---|
protected |
Test(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
Test(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static Test |
custom(CustomTestOptions options)
(experimental) Specify a custom test with your own code.
|
Code |
getCode()
(experimental) The code that the canary should run.
|
String |
getHandler()
(experimental) The handler of the canary.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected Test(software.amazon.jsii.JsiiObjectRef objRef)
protected Test(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental) @NotNull public static Test custom(@NotNull CustomTestOptions options)
options - The configuration options. This parameter is required.@Stability(value=Experimental) @NotNull public Code getCode()
@Stability(value=Experimental) @NotNull public String getHandler()
Copyright © 2021. All rights reserved.