Uses of Enum Class
software.amazon.awscdk.services.lambda.LoggingFormat
Packages that use LoggingFormat
Package
Description
AWS Lambda Construct Library
Amazon Lambda Node.js Library
Triggers
-
Uses of LoggingFormat in software.amazon.awscdk.services.cloudfront.experimental
Methods in software.amazon.awscdk.services.cloudfront.experimental that return LoggingFormatModifier and TypeMethodDescriptionfinal LoggingFormat
EdgeFunctionProps.Jsii$Proxy.getLoggingFormat()
Methods in software.amazon.awscdk.services.cloudfront.experimental with parameters of type LoggingFormatModifier and TypeMethodDescriptionEdgeFunction.Builder.loggingFormat
(LoggingFormat loggingFormat) Sets the loggingFormat for the function.EdgeFunctionProps.Builder.loggingFormat
(LoggingFormat loggingFormat) Sets the value ofFunctionOptions.getLoggingFormat()
-
Uses of LoggingFormat in software.amazon.awscdk.services.lambda
Methods in software.amazon.awscdk.services.lambda that return LoggingFormatModifier and TypeMethodDescriptionfinal LoggingFormat
DockerImageFunctionProps.Jsii$Proxy.getLoggingFormat()
default LoggingFormat
FunctionOptions.getLoggingFormat()
Sets the loggingFormat for the function.final LoggingFormat
FunctionOptions.Jsii$Proxy.getLoggingFormat()
final LoggingFormat
FunctionProps.Jsii$Proxy.getLoggingFormat()
final LoggingFormat
SingletonFunctionProps.Jsii$Proxy.getLoggingFormat()
static LoggingFormat
Returns the enum constant of this class with the specified name.static LoggingFormat[]
LoggingFormat.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.lambda with parameters of type LoggingFormatModifier and TypeMethodDescriptionDockerImageFunction.Builder.loggingFormat
(LoggingFormat loggingFormat) Sets the loggingFormat for the function.DockerImageFunctionProps.Builder.loggingFormat
(LoggingFormat loggingFormat) Sets the value ofFunctionOptions.getLoggingFormat()
Function.Builder.loggingFormat
(LoggingFormat loggingFormat) Sets the loggingFormat for the function.FunctionOptions.Builder.loggingFormat
(LoggingFormat loggingFormat) Sets the value ofFunctionOptions.getLoggingFormat()
FunctionProps.Builder.loggingFormat
(LoggingFormat loggingFormat) Sets the value ofFunctionOptions.getLoggingFormat()
SingletonFunction.Builder.loggingFormat
(LoggingFormat loggingFormat) Sets the loggingFormat for the function.SingletonFunctionProps.Builder.loggingFormat
(LoggingFormat loggingFormat) Sets the value ofFunctionOptions.getLoggingFormat()
-
Uses of LoggingFormat in software.amazon.awscdk.services.lambda.nodejs
Methods in software.amazon.awscdk.services.lambda.nodejs that return LoggingFormatModifier and TypeMethodDescriptionfinal LoggingFormat
NodejsFunctionProps.Jsii$Proxy.getLoggingFormat()
Methods in software.amazon.awscdk.services.lambda.nodejs with parameters of type LoggingFormatModifier and TypeMethodDescriptionNodejsFunction.Builder.loggingFormat
(LoggingFormat loggingFormat) Sets the loggingFormat for the function.NodejsFunctionProps.Builder.loggingFormat
(LoggingFormat loggingFormat) Sets the value ofFunctionOptions.getLoggingFormat()
-
Uses of LoggingFormat in software.amazon.awscdk.triggers
Methods in software.amazon.awscdk.triggers that return LoggingFormatModifier and TypeMethodDescriptionfinal LoggingFormat
TriggerFunctionProps.Jsii$Proxy.getLoggingFormat()
Methods in software.amazon.awscdk.triggers with parameters of type LoggingFormatModifier and TypeMethodDescriptionTriggerFunction.Builder.loggingFormat
(LoggingFormat loggingFormat) Sets the loggingFormat for the function.TriggerFunctionProps.Builder.loggingFormat
(LoggingFormat loggingFormat) Sets the value ofFunctionOptions.getLoggingFormat()