Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-kinesisparameters.html

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

string

Remarks

For more information, see Amazon Kinesis Data Streams terminology and concepts in the Amazon Kinesis Streams Developer Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-kinesisparameters.html#cfn-scheduler-schedule-kinesisparameters-partitionkey

Back to top Generated by DocFX