Interface CfnAssetBundleImportJob.AssetBundleImportJobOverrideValidationStrategyProperty

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

@Stability(Stable) public static interface CfnAssetBundleImportJob.AssetBundleImportJobOverrideValidationStrategyProperty extends software.amazon.jsii.JsiiSerializable
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.*;
 AssetBundleImportJobOverrideValidationStrategyProperty assetBundleImportJobOverrideValidationStrategyProperty = AssetBundleImportJobOverrideValidationStrategyProperty.builder()
         .strictModeForAllResources(false)
         .build();
 

See Also: