EmailRoutingSettings

class EmailRoutingSettings : KotlinCustomResource

Provides a resource for managing Email Routing settings.

Example Usage

package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.cloudflare.EmailRoutingSettings;
import com.pulumi.cloudflare.EmailRoutingSettingsArgs;
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 myZone = new EmailRoutingSettings("myZone", EmailRoutingSettingsArgs.builder()
.enabled("true")
.zoneId("0da42c8d2132a9ddaf714f9e7c920711")
.build());
}
}

Properties

Link copied to clipboard
val created: Output<String>

The date and time the settings have been created.

Link copied to clipboard
val enabled: Output<Boolean>

State of the zone settings for Email Routing. 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 settings have been modified.

Link copied to clipboard
val name: Output<String>

Domain of your zone.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val skipWizard: Output<Boolean>

Flag to check if the user skipped the configuration wizard.

Link copied to clipboard
val status: Output<String>

Show the state of your account, and the type or configuration error.

Link copied to clipboard
val tag: Output<String>

Email Routing settings identifier.

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

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