Interface CfnAnalysisTemplatePropsMixin.IErrorMessageConfigurationProperty
A structure that defines the level of detail included in error messages returned by PySpark jobs.
Namespace: Amazon.CDK.Mixins.Preview.AWS.CleanRooms.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnAnalysisTemplatePropsMixin.IErrorMessageConfigurationProperty
Syntax (vb)
Public Interface CfnAnalysisTemplatePropsMixin.IErrorMessageConfigurationProperty
Remarks
This configuration allows you to control the verbosity of error messages to help with troubleshooting PySpark jobs while maintaining appropriate security controls.
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.Mixins.Preview.AWS.CleanRooms.Mixins;
var errorMessageConfigurationProperty = new ErrorMessageConfigurationProperty {
Type = "type"
};
Synopsis
Properties
| Type | The level of detail for error messages returned by the PySpark job. |
Properties
Type
The level of detail for error messages returned by the PySpark job.
string? Type { get; }
Property Value
Remarks
When set to DETAILED, error messages include more information to help troubleshoot issues with your PySpark job.
Because this setting may expose sensitive data, it is recommended for development and testing environments.