DistributionOriginGroup

data class DistributionOriginGroup(val failoverCriteria: DistributionOriginGroupFailoverCriteria, val members: List<DistributionOriginGroupMember>, val originId: String)

Constructors

Link copied to clipboard
constructor(failoverCriteria: DistributionOriginGroupFailoverCriteria, members: List<DistributionOriginGroupMember>, originId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The failover criteria for when to failover to the secondary origin.

Link copied to clipboard

Ordered member configuration blocks assigned to the origin group, where the first member is the primary origin. You must specify two members.

Link copied to clipboard

Unique identifier for the origin.