Show / Hide Table of Contents

Class DomainReceivingRecordGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DomainReceivingRecordGetArgs
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.Mailgun.Inputs
Assembly: Pulumi.Mailgun.dll
Syntax
public sealed class DomainReceivingRecordGetArgs : ResourceArgs

Constructors

View Source

DomainReceivingRecordGetArgs()

Declaration
public DomainReceivingRecordGetArgs()

Properties

View Source

Priority

The priority of the record.

Declaration
public Input<string> Priority { get; set; }
Property Value
Type Description
Input<System.String>
View Source

RecordType

The record type.

Declaration
public Input<string> RecordType { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Valid

&quot;valid&quot; if the record is valid.

Declaration
public Input<string> Valid { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Value

The value of the record.

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