Interface CfnTemplatePropsMixin.IValidationStrategyProperty
The option to relax the validation that is required to create and update analyses, dashboards, and templates with definition objects.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnTemplatePropsMixin.IValidationStrategyProperty
Syntax (vb)
Public Interface CfnTemplatePropsMixin.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.CfnPropertyMixins.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
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.