Show / Hide Table of Contents

Class CfnSchedulePropsMixin.KinesisParametersProperty

The templated target type for the Amazon Kinesis PutRecord API operation.

Inheritance
object
CfnSchedulePropsMixin.KinesisParametersProperty
Implements
CfnSchedulePropsMixin.IKinesisParametersProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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

Constructors

KinesisParametersProperty()

The templated target type for the Amazon Kinesis PutRecord API operation.

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

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"
             };

Properties

PartitionKey

Specifies the shard to which EventBridge Scheduler sends the event.

public string? PartitionKey { get; set; }
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

Implements

CfnSchedulePropsMixin.IKinesisParametersProperty
Back to top Generated by DocFX