Show / Hide Table of Contents

Class DomainSendingRecordGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DomainSendingRecordGetArgs
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 DomainSendingRecordGetArgs : ResourceArgs

Constructors

View Source

DomainSendingRecordGetArgs()

Declaration
public DomainSendingRecordGetArgs()

Properties

View Source

Name

The domain to add to Mailgun

Declaration
public Input<string> Name { 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.