EmailRoutingAddress

class EmailRoutingAddress : KotlinCustomResource

Provides a resource for managing Email Routing Addresses.

Example Usage

package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.cloudflare.EmailRoutingAddress;
import com.pulumi.cloudflare.EmailRoutingAddressArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var example = new EmailRoutingAddress("example", EmailRoutingAddressArgs.builder()
.accountId("f037e56e89293a057740de681ac9abbe")
.email("user@example.com")
.build());
}
}

Properties

Link copied to clipboard
val accountId: Output<String>

The account identifier to target for the resource. Modifying this attribute will force creation of a new resource.

Link copied to clipboard
val created: Output<String>

The date and time the destination address has been created.

Link copied to clipboard
val email: Output<String>

The contact email address of the user. Modifying this attribute will force creation of a new resource.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val modified: Output<String>

The date and time the destination address was last modified.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tag: Output<String>

Destination address identifier.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val verified: Output<String>

The date and time the destination address has been verified. Null means not verified yet.