FirewallVpcFirewallCen

class FirewallVpcFirewallCen : KotlinCustomResource

Provides a Cloud Firewall Vpc Firewall Cen resource. For information about Cloud Firewall Vpc Firewall Cen and how to use it, see What is Vpc Firewall Cen.

NOTE: Available since v1.194.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.cloudfirewall.FirewallVpcFirewallCen;
import com.pulumi.alicloud.cloudfirewall.FirewallVpcFirewallCenArgs;
import com.pulumi.alicloud.cloudfirewall.inputs.FirewallVpcFirewallCenLocalVpcArgs;
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 FirewallVpcFirewallCen("default", FirewallVpcFirewallCenArgs.builder()
.cenId("cen-cjok7uyb5w2b27573v")
.localVpc(FirewallVpcFirewallCenLocalVpcArgs.builder()
.networkInstanceId("vpc-a2d4wzzfuumzuq6uog5w4")
.build())
.memberUid("1415189284827022")
.status("open")
.vpcFirewallName("tf-vpc-firewall-name")
.vpcRegion("ap-south-1")
.build());
}
}

Import

Cloud Firewall Vpc Firewall Cen can be imported using the id, e.g.

$ pulumi import alicloud:cloudfirewall/firewallVpcFirewallCen:FirewallVpcFirewallCen example <id>

Properties

Link copied to clipboard
val cenId: Output<String>

The ID of the CEN instance.

Link copied to clipboard
val connectType: Output<String>

Intercommunication type, value: expressconnect: Express Channel cen: Cloud Enterprise Network

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val lang: Output<String>?

The language type of the requested and received messages. Valid values:

Link copied to clipboard

The details of the VPC. See local_vpc below.

Link copied to clipboard
val memberUid: Output<String>?

The UID of the member account (other Alibaba Cloud account) of the current Alibaba cloud account.

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

Firewall switch status.

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

VPC firewall ID

Link copied to clipboard
val vpcFirewallName: Output<String>

The name of the VPC firewall instance.

Link copied to clipboard
val vpcRegion: Output<String>

The ID of the region to which the VPC is created.