destinationStreamArn property

String destinationStreamArn
final

The Amazon Resource Name (ARN) of the Amazon Kinesis data stream or Amazon Kinesis Data Firehose delivery stream that you want to publish event data to.

For a Kinesis data stream, the ARN format is: arn:aws:kinesis:::stream/

For a Kinesis Data Firehose delivery stream, the ARN format is: arn:aws:firehose:::deliverystream/

Implementation

final String destinationStreamArn;