Interface CfnAnalysis.ValidationStrategyProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnAnalysis.ValidationStrategyProperty.Jsii$Proxy
Enclosing class:
CfnAnalysis

@Stability(Stable) public static interface CfnAnalysis.ValidationStrategyProperty extends software.amazon.jsii.JsiiSerializable
The option to relax the validation that is required to create and update analyses, dashboards, and templates with definition objects.

When you set this value to LENIENT , validation is skipped for specific errors.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.quicksight.*;
 ValidationStrategyProperty validationStrategyProperty = ValidationStrategyProperty.builder()
         .mode("mode")
         .build();
 

See Also: