DistributionDefaultCacheBehaviorFunctionAssociation

data class DistributionDefaultCacheBehaviorFunctionAssociation(val eventType: String, val functionArn: String)

Constructors

constructor(eventType: String, functionArn: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specific event to trigger this function. Valid values: viewer-request or viewer-response.

Link copied to clipboard

ARN of the CloudFront function.