Interface CfnSchedulePropsMixin.IKinesisParametersProperty
The templated target type for the Amazon Kinesis PutRecord API operation.
Namespace: Amazon.CDK.Mixins.Preview.AWS.Scheduler.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnSchedulePropsMixin.IKinesisParametersProperty
Syntax (vb)
Public Interface 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
Properties
| PartitionKey | Specifies the shard to which EventBridge Scheduler sends the event. |
Properties
PartitionKey
Specifies the shard to which EventBridge Scheduler sends the event.
string? PartitionKey { get; }
Property Value
Remarks
For more information, see Amazon Kinesis Data Streams terminology and concepts in the Amazon Kinesis Streams Developer Guide .