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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnAssetBundleImportJob.AssetBundleImportJobOverrideValidationStrategyProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectReturns union: eitherBooleanorIResolvableMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getStrictModeForAllResources
Returns union: eitherBooleanorIResolvable- See Also:
-
builder
@Stability(Stable) static CfnAssetBundleImportJob.AssetBundleImportJobOverrideValidationStrategyProperty.Builder builder()
-