@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-07T06:18:21.125Z") @Stability(value=Stable) public interface IValidation extends software.amazon.jsii.JsiiSerializable
Modifier and Type | Interface and Description |
---|---|
static interface |
IValidation.Jsii$Default
Internal default implementation for
IValidation . |
static class |
IValidation.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
validate()
Validate the current construct.
|
@Stability(value=Stable) @NotNull List<String> validate()
This method can be implemented by derived constructs in order to perform validation logic. It is called on all constructs before synthesis.
Copyright © 2020. All rights reserved.