DistributionOriginGroupArgs

data class DistributionOriginGroupArgs(val failoverCriteria: Output<DistributionOriginGroupFailoverCriteriaArgs>, val members: Output<List<DistributionOriginGroupMemberArgs>>, val originId: Output<String>) : ConvertibleToJava<DistributionOriginGroupArgs>

Constructors

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJava(): DistributionOriginGroupArgs

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
val originId: Output<String>

A unique identifier for the origin.