aws-cloudformation / cloudformation-coverage-roadmap

The AWS CloudFormation Public Coverage Roadmap
https://aws.amazon.com/cloudformation/
Creative Commons Attribution Share Alike 4.0 International
1.11k stars 56 forks source link

AWS::Kinesis::Stream - Add ResourcePolicy support for Kinesis Stream #1972

Open mplaws opened 8 months ago

mplaws commented 8 months ago

Name of the resource

AWS::Kinesis::Stream

Resource name

Resource Policy

Description

Kinesis Data Streams launched cross-account access with AWS Lambda in later 2023. This added a new api for Kinesis: "PutResourcePolicy" which is not yest supported in Cloudformation when managing a Kinesis stream resource.

https://docs.aws.amazon.com/kinesis/latest/APIReference/API_PutResourcePolicy.html https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html

Other Details

No response

farski commented 6 months ago

It's interesting that this blog post was published after that this feature was introduced, and uses CloudFormation in the examples, but (obviously) doesn't use resource policies to accomplish the cross-account access.

pradoz commented 1 month ago

Are cross-account permissions the aspect that needs to be researched? I'm not familiar with the requirements for adding PutResourcePolicy support