DeliveryStreamHttpEndpointConfiguration

data class DeliveryStreamHttpEndpointConfiguration(val accessKey: String? = null, val name: String? = null, val url: String)

Constructors

Link copied to clipboard
constructor(accessKey: String? = null, name: String? = null, url: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accessKey: 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: String? = null

The name of the HTTP endpoint selected as the destination.

Link copied to clipboard
val url: String

The URL of the HTTP endpoint selected as the destination.