Interface CfnTemplate.IValidationStrategyProperty
The option to relax the validation that is required to create and update analyses, dashboards, and templates with definition objects.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IValidationStrategyProperty
Syntax (vb)
Public Interface IValidationStrategyProperty
Remarks
When you set this value to LENIENT
, validation is skipped for specific errors.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.QuickSight;
var validationStrategyProperty = new ValidationStrategyProperty {
Mode = "mode"
};
Synopsis
Properties
Mode | The mode of validation for the asset to be created or updated. |
Properties
Mode
The mode of validation for the asset to be created or updated.
string Mode { get; }
Property Value
System.
Remarks
When you set this value to STRICT
, strict validation for every error is enforced. When you set this value to LENIENT
, validation is skipped for specific UI errors.