Uses of Class
software.amazon.awscdk.services.kinesisfirehose.Datadog.Builder
Packages that use Datadog.Builder
Package
Description
Amazon Data Firehose Construct Library
-
Uses of Datadog.Builder in software.amazon.awscdk.services.kinesisfirehose
Methods in software.amazon.awscdk.services.kinesisfirehose that return Datadog.BuilderModifier and TypeMethodDescriptionThe API key used to authenticate with Datadog.Datadog.Builder.backupMode(HttpBackupMode backupMode) Describes the S3 bucket backup options for the data that Kinesis Data Firehose delivers to Datadog.Datadog.Builder.bufferingHints(HttpBufferingHints bufferingHints) Buffering hints for data delivery to the Datadog endpoint.static Datadog.BuilderDatadog.Builder.create()Datadog.Builder.endpoint(DatadogEndpoint endpoint) The Datadog endpoint to send data to.Datadog.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.Datadog.Builder.processor(IDataProcessor processor) Deprecated.Datadog.Builder.processors(List<? extends IDataProcessor> processors) The data transformation that should be performed on the data before writing to the destination.Datadog.Builder.requestCompression(HttpCompression requestCompression) Content encoding applied to the request body before delivery.Datadog.Builder.retryOptions(HttpRetryOptions retryOptions) Retry behavior when Kinesis Data Firehose cannot deliver data to Datadog.The IAM role associated with this destination.Datadog.Builder.s3Backup(DestinationS3BackupProps s3Backup) The configuration for backing up source records to S3.Datadog.Builder.tags(List<? extends HttpAttribute> tags) Datadog tags to apply for filtering.
processorsinstead.