| Package | Description |
|---|---|
| software.amazon.awscdk.integtests |
integ-tests
|
| Modifier and Type | Method and Description |
|---|---|
default LogType |
LambdaInvokeFunctionProps.getLogType()
(experimental) Whether to return the logs as part of the response.
|
LogType |
LambdaInvokeFunctionProps.Jsii$Proxy.getLogType() |
static LogType |
LogType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogType[] |
LogType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
LambdaInvokeFunction.Builder |
LambdaInvokeFunction.Builder.logType(LogType logType)
(experimental) Whether to return the logs as part of the response.
|
LambdaInvokeFunctionProps.Builder |
LambdaInvokeFunctionProps.Builder.logType(LogType logType)
Sets the value of
LambdaInvokeFunctionProps.getLogType() |
Copyright © 2022. All rights reserved.