Interface LoggingProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
LoggingProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-20T23:37:32.304Z")
@Stability(Stable)
public interface LoggingProps
extends software.amazon.jsii.JsiiSerializable
Properties used to initialize Logging.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.customresources.*;
LoggingProps loggingProps = LoggingProps.builder()
.logApiResponseData(false)
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forLoggingPropsstatic final classAn implementation forLoggingProps -
Method Summary
Modifier and TypeMethodDescriptionstatic LoggingProps.Builderbuilder()default BooleanWhether or not to log data associated with the API call response.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getLogApiResponseData
Whether or not to log data associated with the API call response.Default: true
-
builder
- Returns:
- a
LoggingProps.BuilderofLoggingProps
-