@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.240Z") @Stability(value=Experimental) public interface KinesisStreamProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
KinesisStreamProps.Builder
A builder for
KinesisStreamProps |
static class |
KinesisStreamProps.Jsii$Proxy
An implementation for
KinesisStreamProps |
| Modifier and Type | Method and Description |
|---|---|
static KinesisStreamProps.Builder |
builder() |
default RuleTargetInput |
getMessage()
(experimental) The message to send to the stream.
|
default String |
getPartitionKeyPath()
(experimental) Partition Key Path for records sent to this stream.
|
@Stability(value=Experimental) @Nullable default RuleTargetInput getMessage()
Must be a valid JSON text passed to the target stream.
Default: - the entire CloudWatch event
@Stability(value=Experimental) @Nullable default String getPartitionKeyPath()
Default: - eventId as the partition key
@Stability(value=Experimental) static KinesisStreamProps.Builder builder()
KinesisStreamProps.Builder of KinesisStreamPropsCopyright © 2021. All rights reserved.