Volcengine v0.0.38 published on Friday, Oct 31, 2025 by Volcengine
Volcengine v0.0.38 published on Friday, Oct 31, 2025 by Volcengine
Use this data source to query detailed information of cfw vpc firewall acl rules
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as volcengine from "@pulumi/volcengine";
const foo = volcengine.cloud_firewall.getCfwVpcFirewallAclRules({
actions: [
"accept",
"deny",
],
vpcFirewallId: "vfw-ydmjakzksgf7u99j6sby",
});
import pulumi
import pulumi_volcengine as volcengine
foo = volcengine.cloud_firewall.get_cfw_vpc_firewall_acl_rules(actions=[
"accept",
"deny",
],
vpc_firewall_id="vfw-ydmjakzksgf7u99j6sby")
package main
import (
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
"github.com/volcengine/pulumi-volcengine/sdk/go/volcengine/cloud_firewall"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := cloud_firewall.GetCfwVpcFirewallAclRules(ctx, &cloud_firewall.GetCfwVpcFirewallAclRulesArgs{
Actions: []string{
"accept",
"deny",
},
VpcFirewallId: "vfw-ydmjakzksgf7u99j6sby",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Volcengine = Pulumi.Volcengine;
return await Deployment.RunAsync(() =>
{
var foo = Volcengine.Cloud_firewall.GetCfwVpcFirewallAclRules.Invoke(new()
{
Actions = new[]
{
"accept",
"deny",
},
VpcFirewallId = "vfw-ydmjakzksgf7u99j6sby",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.volcengine.cloud_firewall.Cloud_firewallFunctions;
import com.pulumi.volcengine.cloud_firewall.inputs.GetCfwVpcFirewallAclRulesArgs;
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) {
final var foo = Cloud_firewallFunctions.getCfwVpcFirewallAclRules(GetCfwVpcFirewallAclRulesArgs.builder()
.actions(
"accept",
"deny")
.vpcFirewallId("vfw-ydmjakzksgf7u99j6sby")
.build());
}
}
variables:
foo:
fn::invoke:
Function: volcengine:cloud_firewall:getCfwVpcFirewallAclRules
Arguments:
actions:
- accept
- deny
vpcFirewallId: vfw-ydmjakzksgf7u99j6sby
Using getCfwVpcFirewallAclRules
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getCfwVpcFirewallAclRules(args: GetCfwVpcFirewallAclRulesArgs, opts?: InvokeOptions): Promise<GetCfwVpcFirewallAclRulesResult>
function getCfwVpcFirewallAclRulesOutput(args: GetCfwVpcFirewallAclRulesOutputArgs, opts?: InvokeOptions): Output<GetCfwVpcFirewallAclRulesResult>def get_cfw_vpc_firewall_acl_rules(actions: Optional[Sequence[str]] = None,
description: Optional[str] = None,
destination: Optional[str] = None,
output_file: Optional[str] = None,
protos: Optional[Sequence[str]] = None,
repeat_types: Optional[Sequence[str]] = None,
rule_id: Optional[str] = None,
source: Optional[str] = None,
statuses: Optional[Sequence[bool]] = None,
vpc_firewall_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCfwVpcFirewallAclRulesResult
def get_cfw_vpc_firewall_acl_rules_output(actions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
description: Optional[pulumi.Input[str]] = None,
destination: Optional[pulumi.Input[str]] = None,
output_file: Optional[pulumi.Input[str]] = None,
protos: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
repeat_types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
rule_id: Optional[pulumi.Input[str]] = None,
source: Optional[pulumi.Input[str]] = None,
statuses: Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]] = None,
vpc_firewall_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCfwVpcFirewallAclRulesResult]func GetCfwVpcFirewallAclRules(ctx *Context, args *GetCfwVpcFirewallAclRulesArgs, opts ...InvokeOption) (*GetCfwVpcFirewallAclRulesResult, error)
func GetCfwVpcFirewallAclRulesOutput(ctx *Context, args *GetCfwVpcFirewallAclRulesOutputArgs, opts ...InvokeOption) GetCfwVpcFirewallAclRulesResultOutput> Note: This function is named GetCfwVpcFirewallAclRules in the Go SDK.
public static class GetCfwVpcFirewallAclRules
{
public static Task<GetCfwVpcFirewallAclRulesResult> InvokeAsync(GetCfwVpcFirewallAclRulesArgs args, InvokeOptions? opts = null)
public static Output<GetCfwVpcFirewallAclRulesResult> Invoke(GetCfwVpcFirewallAclRulesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetCfwVpcFirewallAclRulesResult> getCfwVpcFirewallAclRules(GetCfwVpcFirewallAclRulesArgs args, InvokeOptions options)
public static Output<GetCfwVpcFirewallAclRulesResult> getCfwVpcFirewallAclRules(GetCfwVpcFirewallAclRulesArgs args, InvokeOptions options)
fn::invoke:
function: volcengine:cloud_firewall/getCfwVpcFirewallAclRules:getCfwVpcFirewallAclRules
arguments:
# arguments dictionaryThe following arguments are supported:
- Vpc
Firewall stringId - The vpc firewall id of the vpc firewall acl rule.
- Actions List<string>
- The action list of the vpc firewall acl rule. Valid values:
accept,deny,monitor. - Description string
- The description of the vpc firewall acl rule. This field support fuzzy query.
- Destination string
- The destination of the vpc firewall acl rule. This field support fuzzy query.
- Output
File string - File name where to save data source results.
- Protos List<string>
- The proto list of the vpc firewall acl rule. Valid values:
TCP,ICMP,UDP,ANY. When the destination_type isdomain, The proto must beTCP. - Repeat
Types List<string> - The repeat type of the vpc firewall acl rule. Valid values:
Permanent,Once,Daily,Weekly,Monthly. - Rule
Id string - The rule id of the vpc firewall acl rule. This field support fuzzy query.
- Source string
- The source of the vpc firewall acl rule. This field support fuzzy query.
- Statuses List<bool>
- The enable status list of the vpc firewall acl rule.
- Vpc
Firewall stringId - The vpc firewall id of the vpc firewall acl rule.
- Actions []string
- The action list of the vpc firewall acl rule. Valid values:
accept,deny,monitor. - Description string
- The description of the vpc firewall acl rule. This field support fuzzy query.
- Destination string
- The destination of the vpc firewall acl rule. This field support fuzzy query.
- Output
File string - File name where to save data source results.
- Protos []string
- The proto list of the vpc firewall acl rule. Valid values:
TCP,ICMP,UDP,ANY. When the destination_type isdomain, The proto must beTCP. - Repeat
Types []string - The repeat type of the vpc firewall acl rule. Valid values:
Permanent,Once,Daily,Weekly,Monthly. - Rule
Id string - The rule id of the vpc firewall acl rule. This field support fuzzy query.
- Source string
- The source of the vpc firewall acl rule. This field support fuzzy query.
- Statuses []bool
- The enable status list of the vpc firewall acl rule.
- vpc
Firewall StringId - The vpc firewall id of the vpc firewall acl rule.
- actions List<String>
- The action list of the vpc firewall acl rule. Valid values:
accept,deny,monitor. - description String
- The description of the vpc firewall acl rule. This field support fuzzy query.
- destination String
- The destination of the vpc firewall acl rule. This field support fuzzy query.
- output
File String - File name where to save data source results.
- protos List<String>
- The proto list of the vpc firewall acl rule. Valid values:
TCP,ICMP,UDP,ANY. When the destination_type isdomain, The proto must beTCP. - repeat
Types List<String> - The repeat type of the vpc firewall acl rule. Valid values:
Permanent,Once,Daily,Weekly,Monthly. - rule
Id String - The rule id of the vpc firewall acl rule. This field support fuzzy query.
- source String
- The source of the vpc firewall acl rule. This field support fuzzy query.
- statuses List<Boolean>
- The enable status list of the vpc firewall acl rule.
- vpc
Firewall stringId - The vpc firewall id of the vpc firewall acl rule.
- actions string[]
- The action list of the vpc firewall acl rule. Valid values:
accept,deny,monitor. - description string
- The description of the vpc firewall acl rule. This field support fuzzy query.
- destination string
- The destination of the vpc firewall acl rule. This field support fuzzy query.
- output
File string - File name where to save data source results.
- protos string[]
- The proto list of the vpc firewall acl rule. Valid values:
TCP,ICMP,UDP,ANY. When the destination_type isdomain, The proto must beTCP. - repeat
Types string[] - The repeat type of the vpc firewall acl rule. Valid values:
Permanent,Once,Daily,Weekly,Monthly. - rule
Id string - The rule id of the vpc firewall acl rule. This field support fuzzy query.
- source string
- The source of the vpc firewall acl rule. This field support fuzzy query.
- statuses boolean[]
- The enable status list of the vpc firewall acl rule.
- vpc_
firewall_ strid - The vpc firewall id of the vpc firewall acl rule.
- actions Sequence[str]
- The action list of the vpc firewall acl rule. Valid values:
accept,deny,monitor. - description str
- The description of the vpc firewall acl rule. This field support fuzzy query.
- destination str
- The destination of the vpc firewall acl rule. This field support fuzzy query.
- output_
file str - File name where to save data source results.
- protos Sequence[str]
- The proto list of the vpc firewall acl rule. Valid values:
TCP,ICMP,UDP,ANY. When the destination_type isdomain, The proto must beTCP. - repeat_
types Sequence[str] - The repeat type of the vpc firewall acl rule. Valid values:
Permanent,Once,Daily,Weekly,Monthly. - rule_
id str - The rule id of the vpc firewall acl rule. This field support fuzzy query.
- source str
- The source of the vpc firewall acl rule. This field support fuzzy query.
- statuses Sequence[bool]
- The enable status list of the vpc firewall acl rule.
- vpc
Firewall StringId - The vpc firewall id of the vpc firewall acl rule.
- actions List<String>
- The action list of the vpc firewall acl rule. Valid values:
accept,deny,monitor. - description String
- The description of the vpc firewall acl rule. This field support fuzzy query.
- destination String
- The destination of the vpc firewall acl rule. This field support fuzzy query.
- output
File String - File name where to save data source results.
- protos List<String>
- The proto list of the vpc firewall acl rule. Valid values:
TCP,ICMP,UDP,ANY. When the destination_type isdomain, The proto must beTCP. - repeat
Types List<String> - The repeat type of the vpc firewall acl rule. Valid values:
Permanent,Once,Daily,Weekly,Monthly. - rule
Id String - The rule id of the vpc firewall acl rule. This field support fuzzy query.
- source String
- The source of the vpc firewall acl rule. This field support fuzzy query.
- statuses List<Boolean>
- The enable status list of the vpc firewall acl rule.
getCfwVpcFirewallAclRules Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Total
Count int - The total count of query.
- Vpc
Firewall List<GetAcl Rules Cfw Vpc Firewall Acl Rules Vpc Firewall Acl Rule> - The collection of query.
- Vpc
Firewall stringId - The id of the vpc firewall.
- Actions List<string>
- The action of the vpc firewall acl rule.
- Description string
- The description of the vpc firewall acl rule.
- Destination string
- The destination of the vpc firewall acl rule.
- Output
File string - Protos List<string>
- The proto of the vpc firewall acl rule.
- Repeat
Types List<string> - The repeat type of the vpc firewall acl rule.
- Rule
Id string - The id of the vpc firewall acl rule.
- Source string
- The source of the vpc firewall acl rule.
- Statuses List<bool>
- Whether to enable the vpc firewall acl rule.
- Id string
- The provider-assigned unique ID for this managed resource.
- Total
Count int - The total count of query.
- Vpc
Firewall []GetAcl Rules Cfw Vpc Firewall Acl Rules Vpc Firewall Acl Rule - The collection of query.
- Vpc
Firewall stringId - The id of the vpc firewall.
- Actions []string
- The action of the vpc firewall acl rule.
- Description string
- The description of the vpc firewall acl rule.
- Destination string
- The destination of the vpc firewall acl rule.
- Output
File string - Protos []string
- The proto of the vpc firewall acl rule.
- Repeat
Types []string - The repeat type of the vpc firewall acl rule.
- Rule
Id string - The id of the vpc firewall acl rule.
- Source string
- The source of the vpc firewall acl rule.
- Statuses []bool
- Whether to enable the vpc firewall acl rule.
- id String
- The provider-assigned unique ID for this managed resource.
- total
Count Integer - The total count of query.
- vpc
Firewall List<GetAcl Rules Cfw Vpc Firewall Acl Rules Vpc Firewall Acl Rule> - The collection of query.
- vpc
Firewall StringId - The id of the vpc firewall.
- actions List<String>
- The action of the vpc firewall acl rule.
- description String
- The description of the vpc firewall acl rule.
- destination String
- The destination of the vpc firewall acl rule.
- output
File String - protos List<String>
- The proto of the vpc firewall acl rule.
- repeat
Types List<String> - The repeat type of the vpc firewall acl rule.
- rule
Id String - The id of the vpc firewall acl rule.
- source String
- The source of the vpc firewall acl rule.
- statuses List<Boolean>
- Whether to enable the vpc firewall acl rule.
- id string
- The provider-assigned unique ID for this managed resource.
- total
Count number - The total count of query.
- vpc
Firewall GetAcl Rules Cfw Vpc Firewall Acl Rules Vpc Firewall Acl Rule[] - The collection of query.
- vpc
Firewall stringId - The id of the vpc firewall.
- actions string[]
- The action of the vpc firewall acl rule.
- description string
- The description of the vpc firewall acl rule.
- destination string
- The destination of the vpc firewall acl rule.
- output
File string - protos string[]
- The proto of the vpc firewall acl rule.
- repeat
Types string[] - The repeat type of the vpc firewall acl rule.
- rule
Id string - The id of the vpc firewall acl rule.
- source string
- The source of the vpc firewall acl rule.
- statuses boolean[]
- Whether to enable the vpc firewall acl rule.
- id str
- The provider-assigned unique ID for this managed resource.
- total_
count int - The total count of query.
- vpc_
firewall_ Sequence[Getacl_ rules Cfw Vpc Firewall Acl Rules Vpc Firewall Acl Rule] - The collection of query.
- vpc_
firewall_ strid - The id of the vpc firewall.
- actions Sequence[str]
- The action of the vpc firewall acl rule.
- description str
- The description of the vpc firewall acl rule.
- destination str
- The destination of the vpc firewall acl rule.
- output_
file str - protos Sequence[str]
- The proto of the vpc firewall acl rule.
- repeat_
types Sequence[str] - The repeat type of the vpc firewall acl rule.
- rule_
id str - The id of the vpc firewall acl rule.
- source str
- The source of the vpc firewall acl rule.
- statuses Sequence[bool]
- Whether to enable the vpc firewall acl rule.
- id String
- The provider-assigned unique ID for this managed resource.
- total
Count Number - The total count of query.
- vpc
Firewall List<Property Map>Acl Rules - The collection of query.
- vpc
Firewall StringId - The id of the vpc firewall.
- actions List<String>
- The action of the vpc firewall acl rule.
- description String
- The description of the vpc firewall acl rule.
- destination String
- The destination of the vpc firewall acl rule.
- output
File String - protos List<String>
- The proto of the vpc firewall acl rule.
- repeat
Types List<String> - The repeat type of the vpc firewall acl rule.
- rule
Id String - The id of the vpc firewall acl rule.
- source String
- The source of the vpc firewall acl rule.
- statuses List<Boolean>
- Whether to enable the vpc firewall acl rule.
Supporting Types
GetCfwVpcFirewallAclRulesVpcFirewallAclRule
- Account
Id string - The account id of the vpc firewall acl rule.
- Action string
- The action list of the vpc firewall acl rule. Valid values:
accept,deny,monitor. - Description string
- The description of the vpc firewall acl rule. This field support fuzzy query.
- Dest
Port string - The dest port of the vpc firewall acl rule.
- Dest
Port stringGroup Type - The dest port group type of the vpc firewall acl rule.
- Dest
Port List<string>Lists - The dest port list of the vpc firewall acl rule.
- Dest
Port stringType - The dest port type of the vpc firewall acl rule.
- Destination string
- The destination of the vpc firewall acl rule. This field support fuzzy query.
- Destination
Cidr List<string>Lists - The destination cidr list of the vpc firewall acl rule.
- Destination
Group stringType - The destination group type of the vpc firewall acl rule.
- Destination
Type string - The destination type of the vpc firewall acl rule.
- Effect
Status int - The effect status of the vpc firewall acl rule. 1: Not yet effective, 2: Issued in progress, 3: Effective.
- End
Time int - The end time of the vpc firewall acl rule. Unix timestamp.
- Hit
Cnt int - The hit count of the vpc firewall acl rule.
- Id string
- The id of the vpc firewall acl rule.
- Is
Effected bool - Whether the vpc firewall acl rule is effected.
- Prio int
- The priority of the vpc firewall acl rule.
- Proto string
- The proto list of the vpc firewall acl rule. Valid values:
TCP,ICMP,UDP,ANY. When the destination_type isdomain, The proto must beTCP. - Repeat
Days List<int> - The repeat days of the vpc firewall acl rule.
- Repeat
End stringTime - The repeat end time of the vpc firewall acl rule.
- Repeat
Start stringTime - The repeat start time of the vpc firewall acl rule.
- Repeat
Type string - The repeat type of the vpc firewall acl rule. Valid values:
Permanent,Once,Daily,Weekly,Monthly. - Rule
Id string - The rule id of the vpc firewall acl rule. This field support fuzzy query.
- Source string
- The source of the vpc firewall acl rule. This field support fuzzy query.
- Source
Cidr List<string>Lists - The source cidr list of the vpc firewall acl rule.
- Source
Group stringType - The source group type of the vpc firewall acl rule.
- Source
Type string - The source type of the vpc firewall acl rule.
- Start
Time int - The start time of the vpc firewall acl rule. Unix timestamp.
- Status bool
- The enable status list of the vpc firewall acl rule.
- Update
Time int - The update time of the vpc firewall acl rule.
- Use
Count int - The use count of the vpc firewall acl rule.
- Vpc
Firewall stringId - The vpc firewall id of the vpc firewall acl rule.
- Vpc
Firewall stringName - The name of the vpc firewall.
- Account
Id string - The account id of the vpc firewall acl rule.
- Action string
- The action list of the vpc firewall acl rule. Valid values:
accept,deny,monitor. - Description string
- The description of the vpc firewall acl rule. This field support fuzzy query.
- Dest
Port string - The dest port of the vpc firewall acl rule.
- Dest
Port stringGroup Type - The dest port group type of the vpc firewall acl rule.
- Dest
Port []stringLists - The dest port list of the vpc firewall acl rule.
- Dest
Port stringType - The dest port type of the vpc firewall acl rule.
- Destination string
- The destination of the vpc firewall acl rule. This field support fuzzy query.
- Destination
Cidr []stringLists - The destination cidr list of the vpc firewall acl rule.
- Destination
Group stringType - The destination group type of the vpc firewall acl rule.
- Destination
Type string - The destination type of the vpc firewall acl rule.
- Effect
Status int - The effect status of the vpc firewall acl rule. 1: Not yet effective, 2: Issued in progress, 3: Effective.
- End
Time int - The end time of the vpc firewall acl rule. Unix timestamp.
- Hit
Cnt int - The hit count of the vpc firewall acl rule.
- Id string
- The id of the vpc firewall acl rule.
- Is
Effected bool - Whether the vpc firewall acl rule is effected.
- Prio int
- The priority of the vpc firewall acl rule.
- Proto string
- The proto list of the vpc firewall acl rule. Valid values:
TCP,ICMP,UDP,ANY. When the destination_type isdomain, The proto must beTCP. - Repeat
Days []int - The repeat days of the vpc firewall acl rule.
- Repeat
End stringTime - The repeat end time of the vpc firewall acl rule.
- Repeat
Start stringTime - The repeat start time of the vpc firewall acl rule.
- Repeat
Type string - The repeat type of the vpc firewall acl rule. Valid values:
Permanent,Once,Daily,Weekly,Monthly. - Rule
Id string - The rule id of the vpc firewall acl rule. This field support fuzzy query.
- Source string
- The source of the vpc firewall acl rule. This field support fuzzy query.
- Source
Cidr []stringLists - The source cidr list of the vpc firewall acl rule.
- Source
Group stringType - The source group type of the vpc firewall acl rule.
- Source
Type string - The source type of the vpc firewall acl rule.
- Start
Time int - The start time of the vpc firewall acl rule. Unix timestamp.
- Status bool
- The enable status list of the vpc firewall acl rule.
- Update
Time int - The update time of the vpc firewall acl rule.
- Use
Count int - The use count of the vpc firewall acl rule.
- Vpc
Firewall stringId - The vpc firewall id of the vpc firewall acl rule.
- Vpc
Firewall stringName - The name of the vpc firewall.
- account
Id String - The account id of the vpc firewall acl rule.
- action String
- The action list of the vpc firewall acl rule. Valid values:
accept,deny,monitor. - description String
- The description of the vpc firewall acl rule. This field support fuzzy query.
- dest
Port String - The dest port of the vpc firewall acl rule.
- dest
Port StringGroup Type - The dest port group type of the vpc firewall acl rule.
- dest
Port List<String>Lists - The dest port list of the vpc firewall acl rule.
- dest
Port StringType - The dest port type of the vpc firewall acl rule.
- destination String
- The destination of the vpc firewall acl rule. This field support fuzzy query.
- destination
Cidr List<String>Lists - The destination cidr list of the vpc firewall acl rule.
- destination
Group StringType - The destination group type of the vpc firewall acl rule.
- destination
Type String - The destination type of the vpc firewall acl rule.
- effect
Status Integer - The effect status of the vpc firewall acl rule. 1: Not yet effective, 2: Issued in progress, 3: Effective.
- end
Time Integer - The end time of the vpc firewall acl rule. Unix timestamp.
- hit
Cnt Integer - The hit count of the vpc firewall acl rule.
- id String
- The id of the vpc firewall acl rule.
- is
Effected Boolean - Whether the vpc firewall acl rule is effected.
- prio Integer
- The priority of the vpc firewall acl rule.
- proto String
- The proto list of the vpc firewall acl rule. Valid values:
TCP,ICMP,UDP,ANY. When the destination_type isdomain, The proto must beTCP. - repeat
Days List<Integer> - The repeat days of the vpc firewall acl rule.
- repeat
End StringTime - The repeat end time of the vpc firewall acl rule.
- repeat
Start StringTime - The repeat start time of the vpc firewall acl rule.
- repeat
Type String - The repeat type of the vpc firewall acl rule. Valid values:
Permanent,Once,Daily,Weekly,Monthly. - rule
Id String - The rule id of the vpc firewall acl rule. This field support fuzzy query.
- source String
- The source of the vpc firewall acl rule. This field support fuzzy query.
- source
Cidr List<String>Lists - The source cidr list of the vpc firewall acl rule.
- source
Group StringType - The source group type of the vpc firewall acl rule.
- source
Type String - The source type of the vpc firewall acl rule.
- start
Time Integer - The start time of the vpc firewall acl rule. Unix timestamp.
- status Boolean
- The enable status list of the vpc firewall acl rule.
- update
Time Integer - The update time of the vpc firewall acl rule.
- use
Count Integer - The use count of the vpc firewall acl rule.
- vpc
Firewall StringId - The vpc firewall id of the vpc firewall acl rule.
- vpc
Firewall StringName - The name of the vpc firewall.
- account
Id string - The account id of the vpc firewall acl rule.
- action string
- The action list of the vpc firewall acl rule. Valid values:
accept,deny,monitor. - description string
- The description of the vpc firewall acl rule. This field support fuzzy query.
- dest
Port string - The dest port of the vpc firewall acl rule.
- dest
Port stringGroup Type - The dest port group type of the vpc firewall acl rule.
- dest
Port string[]Lists - The dest port list of the vpc firewall acl rule.
- dest
Port stringType - The dest port type of the vpc firewall acl rule.
- destination string
- The destination of the vpc firewall acl rule. This field support fuzzy query.
- destination
Cidr string[]Lists - The destination cidr list of the vpc firewall acl rule.
- destination
Group stringType - The destination group type of the vpc firewall acl rule.
- destination
Type string - The destination type of the vpc firewall acl rule.
- effect
Status number - The effect status of the vpc firewall acl rule. 1: Not yet effective, 2: Issued in progress, 3: Effective.
- end
Time number - The end time of the vpc firewall acl rule. Unix timestamp.
- hit
Cnt number - The hit count of the vpc firewall acl rule.
- id string
- The id of the vpc firewall acl rule.
- is
Effected boolean - Whether the vpc firewall acl rule is effected.
- prio number
- The priority of the vpc firewall acl rule.
- proto string
- The proto list of the vpc firewall acl rule. Valid values:
TCP,ICMP,UDP,ANY. When the destination_type isdomain, The proto must beTCP. - repeat
Days number[] - The repeat days of the vpc firewall acl rule.
- repeat
End stringTime - The repeat end time of the vpc firewall acl rule.
- repeat
Start stringTime - The repeat start time of the vpc firewall acl rule.
- repeat
Type string - The repeat type of the vpc firewall acl rule. Valid values:
Permanent,Once,Daily,Weekly,Monthly. - rule
Id string - The rule id of the vpc firewall acl rule. This field support fuzzy query.
- source string
- The source of the vpc firewall acl rule. This field support fuzzy query.
- source
Cidr string[]Lists - The source cidr list of the vpc firewall acl rule.
- source
Group stringType - The source group type of the vpc firewall acl rule.
- source
Type string - The source type of the vpc firewall acl rule.
- start
Time number - The start time of the vpc firewall acl rule. Unix timestamp.
- status boolean
- The enable status list of the vpc firewall acl rule.
- update
Time number - The update time of the vpc firewall acl rule.
- use
Count number - The use count of the vpc firewall acl rule.
- vpc
Firewall stringId - The vpc firewall id of the vpc firewall acl rule.
- vpc
Firewall stringName - The name of the vpc firewall.
- account_
id str - The account id of the vpc firewall acl rule.
- action str
- The action list of the vpc firewall acl rule. Valid values:
accept,deny,monitor. - description str
- The description of the vpc firewall acl rule. This field support fuzzy query.
- dest_
port str - The dest port of the vpc firewall acl rule.
- dest_
port_ strgroup_ type - The dest port group type of the vpc firewall acl rule.
- dest_
port_ Sequence[str]lists - The dest port list of the vpc firewall acl rule.
- dest_
port_ strtype - The dest port type of the vpc firewall acl rule.
- destination str
- The destination of the vpc firewall acl rule. This field support fuzzy query.
- destination_
cidr_ Sequence[str]lists - The destination cidr list of the vpc firewall acl rule.
- destination_
group_ strtype - The destination group type of the vpc firewall acl rule.
- destination_
type str - The destination type of the vpc firewall acl rule.
- effect_
status int - The effect status of the vpc firewall acl rule. 1: Not yet effective, 2: Issued in progress, 3: Effective.
- end_
time int - The end time of the vpc firewall acl rule. Unix timestamp.
- hit_
cnt int - The hit count of the vpc firewall acl rule.
- id str
- The id of the vpc firewall acl rule.
- is_
effected bool - Whether the vpc firewall acl rule is effected.
- prio int
- The priority of the vpc firewall acl rule.
- proto str
- The proto list of the vpc firewall acl rule. Valid values:
TCP,ICMP,UDP,ANY. When the destination_type isdomain, The proto must beTCP. - repeat_
days Sequence[int] - The repeat days of the vpc firewall acl rule.
- repeat_
end_ strtime - The repeat end time of the vpc firewall acl rule.
- repeat_
start_ strtime - The repeat start time of the vpc firewall acl rule.
- repeat_
type str - The repeat type of the vpc firewall acl rule. Valid values:
Permanent,Once,Daily,Weekly,Monthly. - rule_
id str - The rule id of the vpc firewall acl rule. This field support fuzzy query.
- source str
- The source of the vpc firewall acl rule. This field support fuzzy query.
- source_
cidr_ Sequence[str]lists - The source cidr list of the vpc firewall acl rule.
- source_
group_ strtype - The source group type of the vpc firewall acl rule.
- source_
type str - The source type of the vpc firewall acl rule.
- start_
time int - The start time of the vpc firewall acl rule. Unix timestamp.
- status bool
- The enable status list of the vpc firewall acl rule.
- update_
time int - The update time of the vpc firewall acl rule.
- use_
count int - The use count of the vpc firewall acl rule.
- vpc_
firewall_ strid - The vpc firewall id of the vpc firewall acl rule.
- vpc_
firewall_ strname - The name of the vpc firewall.
- account
Id String - The account id of the vpc firewall acl rule.
- action String
- The action list of the vpc firewall acl rule. Valid values:
accept,deny,monitor. - description String
- The description of the vpc firewall acl rule. This field support fuzzy query.
- dest
Port String - The dest port of the vpc firewall acl rule.
- dest
Port StringGroup Type - The dest port group type of the vpc firewall acl rule.
- dest
Port List<String>Lists - The dest port list of the vpc firewall acl rule.
- dest
Port StringType - The dest port type of the vpc firewall acl rule.
- destination String
- The destination of the vpc firewall acl rule. This field support fuzzy query.
- destination
Cidr List<String>Lists - The destination cidr list of the vpc firewall acl rule.
- destination
Group StringType - The destination group type of the vpc firewall acl rule.
- destination
Type String - The destination type of the vpc firewall acl rule.
- effect
Status Number - The effect status of the vpc firewall acl rule. 1: Not yet effective, 2: Issued in progress, 3: Effective.
- end
Time Number - The end time of the vpc firewall acl rule. Unix timestamp.
- hit
Cnt Number - The hit count of the vpc firewall acl rule.
- id String
- The id of the vpc firewall acl rule.
- is
Effected Boolean - Whether the vpc firewall acl rule is effected.
- prio Number
- The priority of the vpc firewall acl rule.
- proto String
- The proto list of the vpc firewall acl rule. Valid values:
TCP,ICMP,UDP,ANY. When the destination_type isdomain, The proto must beTCP. - repeat
Days List<Number> - The repeat days of the vpc firewall acl rule.
- repeat
End StringTime - The repeat end time of the vpc firewall acl rule.
- repeat
Start StringTime - The repeat start time of the vpc firewall acl rule.
- repeat
Type String - The repeat type of the vpc firewall acl rule. Valid values:
Permanent,Once,Daily,Weekly,Monthly. - rule
Id String - The rule id of the vpc firewall acl rule. This field support fuzzy query.
- source String
- The source of the vpc firewall acl rule. This field support fuzzy query.
- source
Cidr List<String>Lists - The source cidr list of the vpc firewall acl rule.
- source
Group StringType - The source group type of the vpc firewall acl rule.
- source
Type String - The source type of the vpc firewall acl rule.
- start
Time Number - The start time of the vpc firewall acl rule. Unix timestamp.
- status Boolean
- The enable status list of the vpc firewall acl rule.
- update
Time Number - The update time of the vpc firewall acl rule.
- use
Count Number - The use count of the vpc firewall acl rule.
- vpc
Firewall StringId - The vpc firewall id of the vpc firewall acl rule.
- vpc
Firewall StringName - The name of the vpc firewall.
Package Details
- Repository
- volcengine volcengine/pulumi-volcengine
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
volcengineTerraform Provider.
Volcengine v0.0.38 published on Friday, Oct 31, 2025 by Volcengine
