DeliveryStreamHttpEndpointConfigurationArgs

data class DeliveryStreamHttpEndpointConfigurationArgs(val accessKey: Output<String>? = null, val name: Output<String>? = null, val url: Output<String>) : ConvertibleToJava<DeliveryStreamHttpEndpointConfigurationArgs>

Constructors

constructor(accessKey: Output<String>? = null, name: Output<String>? = null, url: Output<String>)

Properties

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

The access key required for Kinesis Firehose to authenticate with the HTTP endpoint selected as the destination.

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

The name of the HTTP endpoint selected as the destination.

Link copied to clipboard
val url: Output<String>

The URL of the HTTP endpoint selected as the destination.

Functions

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