kinesisParameters

@JvmName(name = "yxuqbutvmnwyydvr")
suspend fun kinesisParameters(value: Output<RuleKinesisParametersArgs>)
@JvmName(name = "khwvipgvmncjsado")
suspend fun kinesisParameters(value: RuleKinesisParametersArgs?)

Parameters

value

The custom parameter you can use to control the shard assignment, when the target is a Kinesis data stream. If you do not include this parameter, the default is to use the eventId as the partition key.


@JvmName(name = "yakyujvdbklirnij")
suspend fun kinesisParameters(argument: suspend RuleKinesisParametersArgsBuilder.() -> Unit)

Parameters

argument

The custom parameter you can use to control the shard assignment, when the target is a Kinesis data stream. If you do not include this parameter, the default is to use the eventId as the partition key.