@aws-cdk_integ-tests-alpha.LogType

enum LogType ๐Ÿ”น

LanguageType name
.NETAmazon.CDK.IntegTests.Alpha.LogType
Gogithub.com/aws/aws-cdk-go/awscdkintegtestsalpha/v2#LogType
Javasoftware.amazon.awscdk.integtests.alpha.LogType
Pythonaws_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

NameDescription
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.