DistributionStatusCodes

data class DistributionStatusCodes(val items: List<Int>, val quantity: Int)

A complex data type for the status codes that you specify that, when returned by a primary origin, trigger CloudFront to failover to a second origin.

Constructors

Link copied to clipboard
constructor(items: List<Int>, quantity: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val items: List<Int>

The items (status codes) for an origin group.

Link copied to clipboard

The number of status codes.