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

[cloudfront] High level support for AWS::CloudFront::RealtimeLogConfig resource type #10202

Closed
laurrentt opened this issue Sep 5, 2020 · 12 comments
Labels
@aws-cdk/aws-cloudfront Related to Amazon CloudFront effort/large Large work item – several weeks of effort feature-request A feature should be added or improved. p1

Comments

@laurrentt
Copy link

Add support for the AWS::CloudFront::RealtimeLogConfig resource type

2 days ago, CloudFormation added a new resource type for configuring realtime logging on CloudFront cache behaviours. Obviously being such a recent addition to CloudFormation, I understand this is not yet implemented in CDK. However I thought creating an issue would signify interest and also serve as a way to track the implementation progress.

@laurrentt laurrentt added guidance Question that needs advice or information. needs-triage This issue or PR still needs to be triaged. labels Sep 5, 2020
@laurrentt
Copy link
Author

I just noticed a low-level CFN Resource constructs support will be added through automation in #10201, although I'd still be interested to have a high-level support of it.

@SomayaB SomayaB self-assigned this Sep 8, 2020
@SomayaB SomayaB added @aws-cdk/aws-cloudformation Related to AWS CloudFormation @aws-cdk/aws-cloudfront Related to Amazon CloudFront labels Sep 8, 2020
@SomayaB SomayaB changed the title [@aws-cloudfront] Support for AWS::CloudFront::RealtimeLogConfig resource type [cloudfront] Support for AWS::CloudFront::RealtimeLogConfig resource type Sep 8, 2020
@SomayaB
Copy link
Contributor

SomayaB commented Sep 8, 2020

Hi @laurrentt, as you've discovered, CFN Resources are periodically generated from the AWS CloudFormation Resource Specification automatically and are usually up within a few days to a week. I'll update this issue to be a high-level feature request.

@SomayaB SomayaB added feature-request A feature should be added or improved. and removed @aws-cdk/aws-cloudformation Related to AWS CloudFormation guidance Question that needs advice or information. labels Sep 8, 2020
@SomayaB SomayaB changed the title [cloudfront] Support for AWS::CloudFront::RealtimeLogConfig resource type [cloudfront] High level support for AWS::CloudFront::RealtimeLogConfig resource type Sep 8, 2020
@SomayaB SomayaB assigned njlynch and unassigned SomayaB Sep 8, 2020
@SomayaB SomayaB removed the needs-triage This issue or PR still needs to be triaged. label Sep 8, 2020
@njlynch njlynch added effort/large Large work item – several weeks of effort p1 labels Sep 10, 2020
@mrvini
Copy link

mrvini commented Nov 23, 2021

Hi,
is there any updates on this issue? trying to setup realtime log configuration(with Kinesis Data Stream) and attach it to the cloudfront distribution. There is a way to create new cloudfront.CfnRealtimeLogConfig real time configs with proper policy, but I can't find a way to attach a CF distribution Id. Please advise
Thanks

@robertsonsamuel
Copy link

robertsonsamuel commented Jan 21, 2022

@mrvini also trying to do this in serverless-nextjs/serverless-next.js#2284 and hitting the same roadblock. Would love not to have to update logs here. Did you ever find a workaround for this? Does AWS expose any ability to set the distribution id yet?

Edit:
This has been resolved by just passing in a referenceArn for now. But the new cloudfront realtime logs would still be appreciated to be supported.

@daniel-gato
Copy link

Same here, any news on this?

@cyberst
Copy link

cyberst commented Mar 21, 2022

Are there any plans of implementing this feature?

@ajoseph-godaddy
Copy link

Any updated on this? There still seems to be no way for us to access the RealtimeLogConfig of the distro via CDK.

@vaughan-rich
Copy link

+1 - any update on this?

@chrisammon3000
Copy link

Any update?

@SantiRaposo
Copy link

Any updates on this issue? There is not way to access each behavior's real time log configuration from the L2 construct.

@colifran
Copy link
Contributor

I believe this #26808 closes this issue. Will reopen if needed.

@github-actions
Copy link

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@aws-cdk/aws-cloudfront Related to Amazon CloudFront effort/large Large work item – several weeks of effort feature-request A feature should be added or improved. p1
Projects
None yet
Development

No branches or pull requests