Class: Aws::Scheduler::Types::KinesisParameters

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-scheduler/types.rb

Overview

The templated target type for the Amazon Kinesis [ ‘PutRecord` ](kinesis/latest/APIReference/API_PutRecord.html) API operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#partition_keyString

Specifies the shard to which EventBridge Scheduler sends the event. For more information, see [Amazon Kinesis Data Streams terminology and concepts] in the *Amazon Kinesis Streams Developer Guide*.

[1]: docs.aws.amazon.com/streams/latest/dev/key-concepts.html

Returns:

  • (String)


716
717
718
719
720
# File 'lib/aws-sdk-scheduler/types.rb', line 716

class KinesisParameters < Struct.new(
  :partition_key)
  SENSITIVE = []
  include Aws::Structure
end