Skip to content

feat(kinesisfirehose): destinations can provide resources to be depended on by the delivery stream#15676

Merged
mergify[bot] merged 4 commits intomadeline-k/feat/kinesisfirehose-deliverystreamfrom
chaimber/feat/kinesisfirehose-dependables
Jul 20, 2021
Merged

feat(kinesisfirehose): destinations can provide resources to be depended on by the delivery stream#15676
mergify[bot] merged 4 commits intomadeline-k/feat/kinesisfirehose-deliverystreamfrom
chaimber/feat/kinesisfirehose-dependables

Conversation

@BenChaimberg
Copy link
Copy Markdown
Contributor


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

@BenChaimberg BenChaimberg added the @aws-cdk/aws-kinesisfirehose Related to Amazon Kinesis Data Firehose label Jul 20, 2021
@BenChaimberg BenChaimberg requested a review from madeline-k July 20, 2021 19:55
@gitpod-io
Copy link
Copy Markdown

gitpod-io bot commented Jul 20, 2021

@mergify mergify bot added the contribution/core This is a PR that came from AWS. label Jul 20, 2021
@BenChaimberg BenChaimberg added the pr-linter/exempt-readme The PR linter will not require README changes label Jul 20, 2021
scope: Construct,
props: DestinationLoggingProps,
): firehose.CfnDeliveryStream.CloudWatchLoggingOptionsProperty | undefined {
): { loggingOptions: firehose.CfnDeliveryStream.CloudWatchLoggingOptionsProperty, dependables: cdk.IDependable[] } | undefined {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you could consider creating a named type for this

@madeline-k madeline-k added the pr/do-not-merge This PR should not be merged at this time. label Jul 20, 2021
Copy link
Copy Markdown
Contributor

@madeline-k madeline-k left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Optional to create a named type for createLoggingOptions return value.

@BenChaimberg BenChaimberg requested a review from madeline-k July 20, 2021 20:29
@aws-cdk-automation
Copy link
Copy Markdown
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildProject89A8053A-LhjRyN9kxr8o
  • Commit ID: 6b139a9
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@BenChaimberg BenChaimberg removed the pr/do-not-merge This PR should not be merged at this time. label Jul 20, 2021
@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented Jul 20, 2021

Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@mergify mergify bot merged commit a307108 into madeline-k/feat/kinesisfirehose-deliverystream Jul 20, 2021
@mergify mergify bot deleted the chaimber/feat/kinesisfirehose-dependables branch July 20, 2021 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

@aws-cdk/aws-kinesisfirehose Related to Amazon Kinesis Data Firehose contribution/core This is a PR that came from AWS. pr-linter/exempt-readme The PR linter will not require README changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants