Uses of Interface
software.amazon.awscdk.services.kinesisfirehose.destinations.alpha.ILoggingConfig
Package
Description
Amazon Kinesis Data Firehose Destinations Library
-
Uses of ILoggingConfig in software.amazon.awscdk.services.kinesisfirehose.destinations.alpha
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forILoggingConfig
.Modifier and TypeClassDescriptionclass
(experimental) Disables logging for error logs.class
(experimental) Enables logging for error logs with an optional custom CloudWatch log group.static final class
A proxy class which represents a concrete javascript instance of this type.Modifier and TypeMethodDescriptiondefault ILoggingConfig
CommonDestinationProps.getLoggingConfig()
(experimental) Configuration that determines whether to log errors during data transformation or delivery failures, and specifies the CloudWatch log group for storing error logs.final ILoggingConfig
CommonDestinationProps.Jsii$Proxy.getLoggingConfig()
default ILoggingConfig
DestinationS3BackupProps.getLoggingConfig()
(experimental) Configuration that determines whether to log errors during data transformation or delivery failures, and specifies the CloudWatch log group for storing error logs.final ILoggingConfig
DestinationS3BackupProps.Jsii$Proxy.getLoggingConfig()
final ILoggingConfig
S3BucketProps.Jsii$Proxy.getLoggingConfig()
Modifier and TypeMethodDescriptionCommonDestinationProps.Builder.loggingConfig
(ILoggingConfig loggingConfig) Sets the value ofCommonDestinationProps.getLoggingConfig()
DestinationS3BackupProps.Builder.loggingConfig
(ILoggingConfig loggingConfig) Sets the value ofDestinationS3BackupProps.getLoggingConfig()
S3Bucket.Builder.loggingConfig
(ILoggingConfig loggingConfig) (experimental) Configuration that determines whether to log errors during data transformation or delivery failures, and specifies the CloudWatch log group for storing error logs.S3BucketProps.Builder.loggingConfig
(ILoggingConfig loggingConfig) Sets the value ofCommonDestinationProps.getLoggingConfig()