Class: Aws::Scheduler::Types::KinesisParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::Scheduler::Types::KinesisParameters
- 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
-
#partition_key ⇒ String
Specifies the shard to which EventBridge Scheduler sends the event.
Instance Attribute Details
#partition_key ⇒ String
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
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 |