com.pulumi.ns1.inputs.NotifyListNotificationArgs Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ns1 Show documentation
Show all versions of ns1 Show documentation
A Pulumi package for creating and managing ns1 cloud resources.
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.ns1.inputs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.exceptions.MissingRequiredPropertyException;
import java.lang.String;
import java.util.Map;
import java.util.Objects;
public final class NotifyListNotificationArgs extends com.pulumi.resources.ResourceArgs {
public static final NotifyListNotificationArgs Empty = new NotifyListNotificationArgs();
/**
* Configuration details for the given notifier type.
*
*/
@Import(name="config", required=true)
private Output
© 2015 - 2025 Weber Informatics LLC | Privacy Policy