PipeFirehoseLogDestinationArgs

data class PipeFirehoseLogDestinationArgs(val deliveryStreamArn: Output<String>? = null) : ConvertibleToJava<PipeFirehoseLogDestinationArgs>

Constructors

Link copied to clipboard
constructor(deliveryStreamArn: Output<String>? = null)

Properties

Link copied to clipboard
val deliveryStreamArn: Output<String>? = null

The Amazon Resource Name (ARN) of the Firehose delivery stream to which EventBridge delivers the pipe log records.

Functions

Link copied to clipboard
open override fun toJava(): PipeFirehoseLogDestinationArgs