Uses of Enum
software.amazon.awscdk.services.lambda.LoggingFormat
Packages that use LoggingFormat
Package
Description
AWS Lambda Construct Library
Amazon Lambda Golang Library
Amazon Lambda Node.js Library
Amazon Lambda Python 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 LoggingFormatEdgeFunctionProps.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 LoggingFormatDockerImageFunctionProps.Jsii$Proxy.getLoggingFormat()default LoggingFormatFunctionOptions.getLoggingFormat()Sets the loggingFormat for the function.final LoggingFormatFunctionOptions.Jsii$Proxy.getLoggingFormat()final LoggingFormatFunctionProps.Jsii$Proxy.getLoggingFormat()final LoggingFormatSingletonFunctionProps.Jsii$Proxy.getLoggingFormat()static LoggingFormatReturns the enum constant of this type with the specified name.static LoggingFormat[]LoggingFormat.values()Returns an array containing the constants of this enum type, 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.go.alpha
Methods in software.amazon.awscdk.services.lambda.go.alpha that return LoggingFormatModifier and TypeMethodDescriptionfinal LoggingFormatGoFunctionProps.Jsii$Proxy.getLoggingFormat()Methods in software.amazon.awscdk.services.lambda.go.alpha with parameters of type LoggingFormatModifier and TypeMethodDescriptionGoFunction.Builder.loggingFormat(LoggingFormat loggingFormat) Sets the loggingFormat for the function.GoFunctionProps.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 LoggingFormatNodejsFunctionProps.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.services.lambda.python.alpha
Methods in software.amazon.awscdk.services.lambda.python.alpha that return LoggingFormatModifier and TypeMethodDescriptionfinal LoggingFormatPythonFunctionProps.Jsii$Proxy.getLoggingFormat()Methods in software.amazon.awscdk.services.lambda.python.alpha with parameters of type LoggingFormatModifier and TypeMethodDescriptionPythonFunction.Builder.loggingFormat(LoggingFormat loggingFormat) Sets the loggingFormat for the function.PythonFunctionProps.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 LoggingFormatTriggerFunctionProps.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()