Open mplaws opened 8 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.
Are cross-account permissions the aspect that needs to be researched? I'm not familiar with the requirements for adding PutResourcePolicy support
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