Interface CfnPipe.PipeTargetKinesisStreamParametersProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnPipe.PipeTargetKinesisStreamParametersProperty.Jsii$Proxy
Enclosing class:
CfnPipe

@Stability(Stable) public static interface CfnPipe.PipeTargetKinesisStreamParametersProperty extends software.amazon.jsii.JsiiSerializable
The parameters for using a Kinesis stream as a target.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.pipes.*;
 PipeTargetKinesisStreamParametersProperty pipeTargetKinesisStreamParametersProperty = PipeTargetKinesisStreamParametersProperty.builder()
         .partitionKey("partitionKey")
         .build();
 

See Also: