interface ValidationStrategyProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnTemplate.ValidationStrategyProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_ValidationStrategyProperty |
Java | software.amazon.awscdk.services.quicksight.CfnTemplate.ValidationStrategyProperty |
Python | aws_cdk.aws_quicksight.CfnTemplate.ValidationStrategyProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnTemplate » ValidationStrategyProperty |
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 { aws_quicksight as quicksight } from 'aws-cdk-lib';
const validationStrategyProperty: quicksight.CfnTemplate.ValidationStrategyProperty = {
mode: 'mode',
};
Properties
Name | Type | Description |
---|---|---|
mode | string | The mode of validation for the asset to be created or updated. |
mode
Type:
string
The mode of validation for the asset to be created or updated.
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.