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.1k stars 53 forks source link

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

Open mplaws opened 3 months ago

mplaws commented 3 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 2 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.