@Generated(value="jsii-pacmak/1.16.0 (build 99a3413)", date="2020-12-24T05:18:46.186Z") @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.