interface ErrorMessageConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_cleanrooms.CfnAnalysisTemplate.ErrorMessageConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscleanrooms#CfnAnalysisTemplate_ErrorMessageConfigurationProperty |
![]() | software.amazon.awscdk.services.cleanrooms.CfnAnalysisTemplate.ErrorMessageConfigurationProperty |
![]() | aws_cdk.aws_cleanrooms.CfnAnalysisTemplate.ErrorMessageConfigurationProperty |
![]() | aws-cdk-lib » aws_cleanrooms » CfnAnalysisTemplate » ErrorMessageConfigurationProperty |
A structure that defines the level of detail included in error messages returned by PySpark jobs.
This configuration allows you to control the verbosity of error messages to help with troubleshooting PySpark jobs while maintaining appropriate security controls.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_cleanrooms as cleanrooms } from 'aws-cdk-lib';
const errorMessageConfigurationProperty: cleanrooms.CfnAnalysisTemplate.ErrorMessageConfigurationProperty = {
type: 'type',
};
Properties
Name | Type | Description |
---|---|---|
type | string | The level of detail for error messages returned by the PySpark job. |
type
Type:
string
The level of detail for error messages returned by the PySpark job.
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.