Class DomainSendingRecordGetArgs
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.Mailgun.Inputs
Assembly: Pulumi.Mailgun.dll
Syntax
public sealed class DomainSendingRecordGetArgs : ResourceArgs
Constructors
View SourceDomainSendingRecordGetArgs()
Declaration
public DomainSendingRecordGetArgs()
Properties
View SourceName
The domain to add to Mailgun
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RecordType
The record type.
Declaration
public Input<string> RecordType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Valid
"valid" if the record is valid.
Declaration
public Input<string> Valid { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Value
The value of the record.
Declaration
public Input<string> Value { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |