Show / Hide Table of Contents

Class DistributionOriginGroup

Inheritance
System.Object
DistributionOriginGroup
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.CloudFront.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class DistributionOriginGroup

Fields

View Source

FailoverCriteria

The failover criteria for when to failover to the secondary origin

Declaration
public readonly DistributionOriginGroupFailoverCriteria FailoverCriteria
Field Value
Type Description
DistributionOriginGroupFailoverCriteria
View Source

Members

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

Declaration
public readonly ImmutableArray<DistributionOriginGroupMember> Members
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<DistributionOriginGroupMember>
View Source

OriginId

The unique identifier of the member origin

Declaration
public readonly string OriginId
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.