LogType

class aws_cdk.integ_tests_alpha.LogType(value)

Bases: Enum

(experimental) Set to Tail to include the execution log in the response.

Applies to synchronously invoked functions only.

Stability:

experimental

Attributes

NONE

(experimental) The log messages are not returned in the response.

Stability:

experimental

TAIL

(experimental) The log messages are returned in the response.

Stability:

experimental