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

(aws_kinesisfirehose - CfnDeliveryStream): Support "Coralogix" as destination configuration #31869

Open
2 tasks
Daniel-ZA opened this issue Oct 24, 2024 · 2 comments
Labels
@aws-cdk/aws-kinesis Related to Amazon Kinesis @aws-cdk/aws-kinesisfirehose Related to Amazon Kinesis Data Firehose effort/medium Medium work item – several days of effort feature-request A feature should be added or improved. needs-cfn This issue is waiting on changes to CloudFormation before it can be addressed. p2

Comments

@Daniel-ZA
Copy link

Daniel-ZA commented Oct 24, 2024

Describe the feature

CfnDeliveryStream currently does not support Coralogix as a destination. This is possible via console but not CDK/CFN, API/CLI.

Use Case

Support Coralogix as destination for a fireshose delivery stream.

Proposed Solution

No response

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

CDK version used

2.157.0

Environment details (OS name and version, etc.)

2.157.0

@Daniel-ZA Daniel-ZA added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Oct 24, 2024
@github-actions github-actions bot added the @aws-cdk/aws-kinesis Related to Amazon Kinesis label Oct 24, 2024
@Daniel-ZA Daniel-ZA changed the title CfnDeliveryStream: Support "Coralogix" as destination configuration Kinesis Firehose CfnDeliveryStream: Support "Coralogix" as destination configuration Oct 24, 2024
@Daniel-ZA Daniel-ZA changed the title Kinesis Firehose CfnDeliveryStream: Support "Coralogix" as destination configuration aws_kinesisfirehose - CfnDeliveryStream: Support "Coralogix" as destination configuration Oct 24, 2024
@github-actions github-actions bot added the @aws-cdk/aws-kinesisfirehose Related to Amazon Kinesis Data Firehose label Oct 24, 2024
@Daniel-ZA Daniel-ZA changed the title aws_kinesisfirehose - CfnDeliveryStream: Support "Coralogix" as destination configuration (aws_kinesisfirehose - CfnDeliveryStream): Support "Coralogix" as destination configuration Oct 24, 2024
@khushail khushail added investigating This issue is being investigated and/or work is in progress to resolve the issue. p2 and removed needs-triage This issue or PR still needs to be triaged. labels Oct 24, 2024
@khushail
Copy link
Contributor

khushail commented Oct 24, 2024

Hi @Daniel-ZA , thanks for reaching out. I checked the cloudformation docs for KinesisFireHose , and its not supported by Cloudformation yet - https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html

Also I don't see this support in API as well - https://docs.aws.amazon.com/firehose/latest/dev/create-name.html

However its available via console -

Screenshot 2024-10-24 at 12 08 07 PM

Unless its provided by API, cloudformation can not support it and unless cloudformation supports it, CDK can't proceed with its support.

@khushail
Copy link
Contributor

@Daniel-ZA , you could create an issue with Cloudformation team on their coverage roadmap and help prioritizing it by upvotes.

@khushail khushail added needs-cfn This issue is waiting on changes to CloudFormation before it can be addressed. effort/medium Medium work item – several days of effort and removed investigating This issue is being investigated and/or work is in progress to resolve the issue. labels Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@aws-cdk/aws-kinesis Related to Amazon Kinesis @aws-cdk/aws-kinesisfirehose Related to Amazon Kinesis Data Firehose effort/medium Medium work item – several days of effort feature-request A feature should be added or improved. needs-cfn This issue is waiting on changes to CloudFormation before it can be addressed. p2
Projects
None yet
Development

No branches or pull requests

2 participants