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: dependables
  • Loading branch information
Benjamin Pottier authored and benjaminpottier committed Mar 5, 2025
commit 362bf1f37328eb8c75cffbcf4363f8ff0988eb30
1 change: 1 addition & 0 deletions packages/aws-cdk-lib/aws-kinesisfirehose/lib/datadog.ts
Original file line number Diff line number Diff line change
@@ -90,6 +90,7 @@ export class Datadog implements IDestination {
secretArn: this.props.apiKey.secretArn,
},
},
dependables: [...(loggingDependables ?? []), ...(backupDependables ?? [])],
};
}
private getS3BackupMode(): string | undefined {