Show / Hide Table of Contents

Class DistributionOriginGroupGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DistributionOriginGroupGetArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class DistributionOriginGroupGetArgs : ResourceArgs

Constructors

View Source

DistributionOriginGroupGetArgs()

Declaration
public DistributionOriginGroupGetArgs()

Properties

View Source

FailoverCriteria

The failover criteria for when to failover to the secondary origin

Declaration
public Input<DistributionOriginGroupFailoverCriteriaGetArgs> FailoverCriteria { get; set; }
Property Value
Type Description
Input<DistributionOriginGroupFailoverCriteriaGetArgs>
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 InputList<DistributionOriginGroupMemberGetArgs> Members { get; set; }
Property Value
Type Description
InputList<DistributionOriginGroupMemberGetArgs>
View Source

OriginId

The unique identifier of the member origin

Declaration
public Input<string> OriginId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.