Instance

class Instance : KotlinCustomResource

Provides a Wafv3 Instance resource. For information about Wafv3 Instance and how to use it, see What is Instance.

NOTE: Available in v1.200.0+.

Example Usage

Basic Usage

package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.alicloud.wafv3.Instance;
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 default_ = new Instance("default");
}
}

Import

Wafv3 Instance can be imported using the id, e.g.

$ pulumi import alicloud:wafv3/instance:Instance example <id>

Properties

Link copied to clipboard
val createTime: Output<String>

The creation time of the resource

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

The first ID of the resource

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

The status of the resource

Link copied to clipboard
val urn: Output<String>