| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Scheduler.Types.KinesisParameters
Description
Synopsis
Documentation
data KinesisParameters Source #
The templated target type for the Amazon Kinesis PutRecord API operation.
See: newKinesisParameters smart constructor.
Constructors
| KinesisParameters' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> KinesisParameters |
Create a value of KinesisParameters with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:partitionKey:KinesisParameters', kinesisParameters_partitionKey - 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.
kinesisParameters_partitionKey :: Lens' KinesisParameters Text Source #
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.