Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
Documentation
data LoggingConfig Source #
Contains logging configuration information for an extension.
See: newLoggingConfig
smart constructor.
LoggingConfig' | |
|
Instances
Create a value of LoggingConfig
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:logRoleArn:LoggingConfig'
, loggingConfig_logRoleArn
- The Amazon Resource Name (ARN) of the role that CloudFormation should
assume when sending log entries to CloudWatch Logs.
$sel:logGroupName:LoggingConfig'
, loggingConfig_logGroupName
- The Amazon CloudWatch Logs group to which CloudFormation sends error
logging information when invoking the extension's handlers.
loggingConfig_logRoleArn :: Lens' LoggingConfig Text Source #
The Amazon Resource Name (ARN) of the role that CloudFormation should assume when sending log entries to CloudWatch Logs.
loggingConfig_logGroupName :: Lens' LoggingConfig Text Source #
The Amazon CloudWatch Logs group to which CloudFormation sends error logging information when invoking the extension's handlers.