Interface CfnSchedulePropsMixin.KinesisParametersProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnSchedulePropsMixin.KinesisParametersProperty.Jsii$Proxy
- Enclosing class:
CfnSchedulePropsMixin
@Stability(Stable)
public static interface CfnSchedulePropsMixin.KinesisParametersProperty
extends software.amazon.jsii.JsiiSerializable
The templated target type for the Amazon Kinesis
PutRecord API operation.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.scheduler.*;
KinesisParametersProperty kinesisParametersProperty = KinesisParametersProperty.builder()
.partitionKey("partitionKey")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnSchedulePropsMixin.KinesisParametersPropertystatic final classAn implementation forCfnSchedulePropsMixin.KinesisParametersProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPartitionKey
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 .
- See Also:
-
builder
-