enum LogType
Language | Type name |
---|---|
.NET | Amazon.CDK.IntegTests.Alpha.LogType |
Go | github.com/aws/aws-cdk-go/awscdkintegtestsalpha/v2#LogType |
Java | software.amazon.awscdk.integtests.alpha.LogType |
Python | aws_cdk.integ_tests_alpha.LogType |
TypeScript (source) | @aws-cdk/integ-tests-alpha » LogType |
Set to Tail to include the execution log in the response.
Applies to synchronously invoked functions only.
Members
Name | Description |
---|---|
NONE | The log messages are not returned in the response. |
TAIL | The log messages are returned in the response. |
NONE
The log messages are not returned in the response.
TAIL
The log messages are returned in the response.