Class CfnSchedulePropsMixin.KinesisParametersProperty
The templated target type for the Amazon Kinesis PutRecord API operation.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.Scheduler.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnSchedulePropsMixin.KinesisParametersProperty : CfnSchedulePropsMixin.IKinesisParametersProperty
Syntax (vb)
Public Class CfnSchedulePropsMixin.KinesisParametersProperty Implements CfnSchedulePropsMixin.IKinesisParametersProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.Scheduler.Mixins;
var kinesisParametersProperty = new KinesisParametersProperty {
PartitionKey = "partitionKey"
};
Synopsis
Constructors
| KinesisParametersProperty() | The templated target type for the Amazon Kinesis |
Properties
| PartitionKey | Specifies the shard to which EventBridge Scheduler sends the event. |
Constructors
KinesisParametersProperty()
The templated target type for the Amazon Kinesis PutRecord API operation.
public KinesisParametersProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.Scheduler.Mixins;
var kinesisParametersProperty = new KinesisParametersProperty {
PartitionKey = "partitionKey"
};
Properties
PartitionKey
Specifies the shard to which EventBridge Scheduler sends the event.
public string? PartitionKey { get; set; }
Property Value
Remarks
For more information, see Amazon Kinesis Data Streams terminology and concepts in the Amazon Kinesis Streams Developer Guide .