Uses of Interface
software.amazon.awscdk.services.kinesisfirehose.ILoggingConfig
Packages that use ILoggingConfig
Package
Description
Amazon Data Firehose Construct Library
-
Uses of ILoggingConfig in software.amazon.awscdk.services.kinesisfirehose
Subinterfaces of ILoggingConfig in software.amazon.awscdk.services.kinesisfirehoseModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forILoggingConfig.Classes in software.amazon.awscdk.services.kinesisfirehose that implement ILoggingConfigModifier and TypeClassDescriptionclassDisables logging for error logs.classEnables logging for error logs with an optional custom CloudWatch log group.static final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.kinesisfirehose that return ILoggingConfigModifier and TypeMethodDescriptiondefault ILoggingConfigCommonDestinationProps.getLoggingConfig()Configuration that determines whether to log errors during data transformation or delivery failures, and specifies the CloudWatch log group for storing error logs.final ILoggingConfigCommonDestinationProps.Jsii$Proxy.getLoggingConfig()default ILoggingConfigDestinationS3BackupProps.getLoggingConfig()Configuration that determines whether to log errors during data transformation or delivery failures, and specifies the CloudWatch log group for storing error logs.final ILoggingConfigDestinationS3BackupProps.Jsii$Proxy.getLoggingConfig()final ILoggingConfigS3BucketProps.Jsii$Proxy.getLoggingConfig()Methods in software.amazon.awscdk.services.kinesisfirehose with parameters of type ILoggingConfigModifier 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) 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()