DistributionOriginGroupArgs

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

Constructors

Link copied to clipboard
constructor(failoverCriteria: Output<DistributionOriginGroupFailoverCriteriaArgs>, members: Output<List<DistributionOriginGroupMemberArgs>>, originId: Output<String>)

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>

Unique identifier for the origin.

Functions

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