Show / Hide Table of Contents

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 CfnTemplate.IValidationStrategyProperty
Syntax (vb)
Public Interface CfnTemplate.IValidationStrategyProperty
Remarks

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-validationstrategy.html

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

string

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-validationstrategy.html#cfn-quicksight-template-validationstrategy-mode

Back to top Generated by DocFX