FunctionAssociationResponse

data class FunctionAssociationResponse(val eventType: String? = null, val functionARN: String? = null)

Definition of FunctionAssociation

Constructors

Link copied to clipboard
constructor(eventType: String? = null, functionARN: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val eventType: String? = null

The event type of the function, either `viewer-request` or `viewer-response`. You cannot use origin-facing event types (`origin-request` and `origin-response`) with a CloudFront function.

Link copied to clipboard
val functionARN: String? = null

The Amazon Resource Name (ARN) of the function.