interface LoggingProps
Language | Type name |
---|---|
![]() | Amazon.CDK.CustomResources.LoggingProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/customresources#LoggingProps |
![]() | software.amazon.awscdk.customresources.LoggingProps |
![]() | aws_cdk.custom_resources.LoggingProps |
![]() | aws-cdk-lib » custom_resources » LoggingProps |
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 { custom_resources } from 'aws-cdk-lib';
const loggingProps: custom_resources.LoggingProps = {
logApiResponseData: false,
};
Properties
Name | Type | Description |
---|---|---|
log | boolean | Whether or not to log data associated with the API call response. |
logApiResponseData?
Type:
boolean
(optional, default: true)
Whether or not to log data associated with the API call response.