Interface ILoggingConfig.Jsii$Default
- All Superinterfaces:
ILoggingConfig,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ILoggingConfig.Jsii$Proxy
- Enclosing interface:
ILoggingConfig
Internal default implementation for
ILoggingConfig.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.kinesisfirehose.ILoggingConfig
ILoggingConfig.Jsii$Default, ILoggingConfig.Jsii$Proxy -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getLogging
If true, log errors when data transformation or data delivery fails.truewhen usingEnableLogging,falsewhen usingDisableLogging.- Specified by:
getLoggingin interfaceILoggingConfig
-
getLogGroup
The CloudWatch log group where log streams will be created to hold error logs.Default: - if `logging` is set to `true`, a log group will be created for you.
- Specified by:
getLogGroupin interfaceILoggingConfig
-