Class RecordFailoverRoutingPolicyGetArgs
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.Route53.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class RecordFailoverRoutingPolicyGetArgs : ResourceArgs
Constructors
View SourceRecordFailoverRoutingPolicyGetArgs()
Declaration
public RecordFailoverRoutingPolicyGetArgs()
Properties
View SourceType
PRIMARY or SECONDARY. A PRIMARY record will be served if its healthcheck is passing, otherwise the SECONDARY will be served. See http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-configuring-options.html#dns-failover-failover-rrsets
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |