Interface CfnFunction.LoggingConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnFunction.LoggingConfigProperty.Jsii$Proxy
- Enclosing class:
CfnFunction
@Stability(Stable)
public static interface CfnFunction.LoggingConfigProperty
extends software.amazon.jsii.JsiiSerializable
LoggingConfig for the function.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.lambda.*; LoggingConfigProperty loggingConfigProperty = LoggingConfigProperty.builder() .applicationLogLevel("applicationLogLevel") .logFormat("logFormat") .logGroup("logGroup") .systemLogLevel("systemLogLevel") .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnFunction.LoggingConfigProperty
static final class
An implementation forCfnFunction.LoggingConfigProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getApplicationLogLevel
Unique identifier for a runtime version arn.- See Also:
-
getLogFormat
Trigger for runtime update.- See Also:
-
getLogGroup
Unique identifier for a runtime version arn.- See Also:
-
getSystemLogLevel
Unique identifier for a runtime version arn.- See Also:
-
builder
-