Module types/input

APIs

APIs

interface DomainReceivingRecord

interface DomainReceivingRecord

property priority

priority?: pulumi.Input<string>;

The priority of the record.

property recordType

recordType?: pulumi.Input<string>;

The record type.

property valid

valid?: pulumi.Input<string>;

"valid" if the record is valid.

property value

value?: pulumi.Input<string>;

The value of the record.

interface DomainSendingRecord

interface DomainSendingRecord

property name

name?: pulumi.Input<string>;

The domain to add to Mailgun

property recordType

recordType?: pulumi.Input<string>;

The record type.

property valid

valid?: pulumi.Input<string>;

"valid" if the record is valid.

property value

value?: pulumi.Input<string>;

The value of the record.