Interface CfnAnalysisTemplate.ErrorMessageConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysisTemplate.ErrorMessageConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysisTemplate
@Stability(Stable)
public static interface CfnAnalysisTemplate.ErrorMessageConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.cleanrooms.*; ErrorMessageConfigurationProperty errorMessageConfigurationProperty = ErrorMessageConfigurationProperty.builder() .type("type") .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAnalysisTemplate.ErrorMessageConfigurationProperty
static final class
An implementation forCfnAnalysisTemplate.ErrorMessageConfigurationProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getType
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.
- See Also:
-
builder
-