Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(kinesisfirehose): add HTTP Endpoint and Datadog destination #33657

Open
wants to merge 20 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
fix: rename
  • Loading branch information
Benjamin Pottier authored and benjaminpottier committed Mar 5, 2025
commit 43e110375f1fe0e3e13e9d49075d3441ab0e4f75
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ export interface DestinationConfig {
/**
* Datadog destination configuration properties.
*
* @default - Datadog destination is not used.
* @default - HTTP destination is not used.
*/
readonly httpEndpointDestinationConfiguration?: CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty;