class Aws::IoT::Types::KinesisAction
@return [String]
The partition key.
@!attribute [rw] partition_key
@return [String]
The name of the Amazon Kinesis stream.
@!attribute [rw] stream_name
@return [String]
stream.
The ARN of the IAM role that grants access to the Amazon Kinesis
@!attribute [rw] role_arn
}
partition_key: “PartitionKey”,
stream_name: “StreamName”, # required
role_arn: “AwsArn”, # required
{
data as a hash:
@note When making an API call, you may pass KinesisAction
Describes an action to write data to an Amazon Kinesis stream.