---
type: resource-type
title: KinesisResourcePolicy
description: aws resource type AWS::Kinesis::ResourcePolicy
name: KinesisResourcePolicy
lexicon: aws
resource_type: AWS::Kinesis::ResourcePolicy
---
`AWS::Kinesis::ResourcePolicy`, a resource type of the aws lexicon.

## Properties

- `ResourceArn` (`any`, required): The ARN of the AWS Kinesis resource to which the policy applies.
- `ResourcePolicy` (`Record<string, unknown>`, required): A policy document containing permissions to add to the specified resource. In IAM, you must provide policy documents in JSON format. However, in CloudFormation you can provide the policy in JSON or YAML format because CloudFormation converts YAML to JSON before submitting it to IAM.
