@Generated(value="jsii-pacmak/1.15.0 (build 585166b)", date="2020-12-13T14:47:33.895Z") @Stability(value=Stable) public interface IValidation extends software.amazon.jsii.JsiiSerializable
Implement this interface in order for the construct to be able to validate itself.
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. Validate the current construct.
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.