1. Packages
  2. Packages
  3. Volcenginecc Provider
  4. API Docs
  5. fwcenter
  6. getVpcFireWallAclRule
Viewing docs for volcenginecc v0.0.50
published on Monday, Jul 20, 2026 by Volcengine
volcenginecc logo
Viewing docs for volcenginecc v0.0.50
published on Monday, Jul 20, 2026 by Volcengine

    Data Source schema for Volcengine::FWCenter::VpcFirewallAclRule

    Using getVpcFireWallAclRule

    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 getVpcFireWallAclRule(args: GetVpcFireWallAclRuleArgs, opts?: InvokeOptions): Promise<GetVpcFireWallAclRuleResult>
    function getVpcFireWallAclRuleOutput(args: GetVpcFireWallAclRuleOutputArgs, opts?: InvokeOptions): Output<GetVpcFireWallAclRuleResult>
    def get_vpc_fire_wall_acl_rule(id: Optional[str] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetVpcFireWallAclRuleResult
    def get_vpc_fire_wall_acl_rule_output(id: pulumi.Input[Optional[str]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetVpcFireWallAclRuleResult]
    func LookupVpcFireWallAclRule(ctx *Context, args *LookupVpcFireWallAclRuleArgs, opts ...InvokeOption) (*LookupVpcFireWallAclRuleResult, error)
    func LookupVpcFireWallAclRuleOutput(ctx *Context, args *LookupVpcFireWallAclRuleOutputArgs, opts ...InvokeOption) LookupVpcFireWallAclRuleResultOutput

    > Note: This function is named LookupVpcFireWallAclRule in the Go SDK.

    public static class GetVpcFireWallAclRule 
    {
        public static Task<GetVpcFireWallAclRuleResult> InvokeAsync(GetVpcFireWallAclRuleArgs args, InvokeOptions? opts = null)
        public static Output<GetVpcFireWallAclRuleResult> Invoke(GetVpcFireWallAclRuleInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetVpcFireWallAclRuleResult> getVpcFireWallAclRule(GetVpcFireWallAclRuleArgs args, InvokeOptions options)
    public static Output<GetVpcFireWallAclRuleResult> getVpcFireWallAclRule(GetVpcFireWallAclRuleArgs args, InvokeOptions options)
    
    fn::invoke:
      function: volcenginecc:fwcenter/getVpcFireWallAclRule:getVpcFireWallAclRule
      arguments:
        # arguments dictionary
    data "volcenginecc_fwcenter_get_vpc_fire_wall_acl_rule" "name" {
        # arguments
    }

    The following arguments are supported:

    Id string
    Uniquely identifies the resource.
    Id string
    Uniquely identifies the resource.
    id string
    Uniquely identifies the resource.
    id String
    Uniquely identifies the resource.
    id string
    Uniquely identifies the resource.
    id str
    Uniquely identifies the resource.
    id String
    Uniquely identifies the resource.

    getVpcFireWallAclRule Result

    The following output properties are available:

    AccountId string
    User unique ID.
    Action string
    Policy action: accept (allow); deny (block); monitor (observe).
    Description string
    Policy description, used to explain the purpose and function of the policy.
    DestPort string
    Destination port, single port or port range (e.g., 22/22, 100/200). If DestPortType is group, it is a list of port address book UUIDs, separated by commas. Leave blank if protocol is ICMP or ANY.
    DestPortGroupType string
    Destination port book type.
    DestPortListV1s List<Volcengine.GetVpcFireWallAclRuleDestPortListV1>
    Destination port list (structured).
    DestPortLists List<string>
    Destination port list.
    DestPortType string
    Destination port type: port (single port or port range); group (port address book).
    Destination string
    Destination address. The value depends on DestinationType: net for destination CIDR address; group for destination address book UUIDs, separated by commas; domain for destination domain name.
    DestinationCidrListV1s List<Volcengine.GetVpcFireWallAclRuleDestinationCidrListV1>
    Destination CIDR list (structured).
    DestinationCidrLists List<string>
    Destination CIDR list.
    DestinationDomainLists List<string>
    Destination domain name list.
    DestinationGroupType string
    Destination address book type.
    DestinationType string
    Destination address type: net for subnet (CIDR format); group for address book (UUID format); domain for domain name.
    DomainResolutionMode string
    Domain name resolution mode: fqdn for full domain name resolution; dns for dynamic DNS resolution.
    EffectStatus int
    Effectiveness status of the access control policy. 1: not effective; 2: deploying; 3: effective.
    EndTime int
    Policy activation end time, Unix timestamp. Fill in only when RepeatType is Once, Daily, Weekly, or Monthly.
    HitCnt int
    Hit count of the access control policy.
    Id string
    Uniquely identifies the resource.
    IpType string
    IP version: v4 indicates IPv4; v6 indicates IPv6.
    IsEffected bool
    Whether the access control policy is effective. true: effective; false: not effective.
    Prio int
    Policy priority. Lower values indicate higher priority. 0 is the lowest priority, 1 is the highest. When modifying, the minimum value for this parameter is 1.
    Proto string
    Protocol type: ICMP, TCP, UDP, ANY. Only TCP is supported when the destination address type is domain.
    RepeatDays List<int>
    Specific dates for repeated activation. Valid only when RepeatType is Weekly (0-6 for Sunday to Saturday) or Monthly (1-31 for each day of the month).
    RepeatEndTime string
    Recurring daily end time, format: hh:mm. Valid only when RepeatType is Weekly or Monthly.
    RepeatStartTime string
    Recurring daily start time, format: hh:mm. Valid only when RepeatType is Daily, Weekly, or Monthly.
    RepeatType string
    Activation repeat type: Permanent always effective; Once single activation; Daily repeat daily; Weekly repeat weekly; Monthly repeat monthly.
    RuleId string
    Unique ID of the access control policy.
    Source string
    Source address. The value depends on SourceType: net for source CIDR address; group for source address book UUIDs, separated by commas.
    SourceCidrListV1s List<Volcengine.GetVpcFireWallAclRuleSourceCidrListV1>
    Source CIDR list (structured).
    SourceCidrLists List<string>
    Source CIDR list.
    SourceGroupType string
    Source address book type.
    SourceType string
    Source address type: net for subnet (CIDR format); group for address book (UUID format).
    StartTime int
    Policy activation start time, Unix timestamp. Fill in only when RepeatType is Once, Daily, Weekly, or Monthly.
    Status bool
    Policy enable status: true enabled; false disabled.
    UpdateTime int
    Last policy update time, Unix timestamp.
    UseCount int
    Number of policies used.
    VpcFirewallId string
    VPC border firewall instance ID.
    VpcFirewallName string
    VPC border firewall instance name.
    AccountId string
    User unique ID.
    Action string
    Policy action: accept (allow); deny (block); monitor (observe).
    Description string
    Policy description, used to explain the purpose and function of the policy.
    DestPort string
    Destination port, single port or port range (e.g., 22/22, 100/200). If DestPortType is group, it is a list of port address book UUIDs, separated by commas. Leave blank if protocol is ICMP or ANY.
    DestPortGroupType string
    Destination port book type.
    DestPortListV1s []GetVpcFireWallAclRuleDestPortListV1
    Destination port list (structured).
    DestPortLists []string
    Destination port list.
    DestPortType string
    Destination port type: port (single port or port range); group (port address book).
    Destination string
    Destination address. The value depends on DestinationType: net for destination CIDR address; group for destination address book UUIDs, separated by commas; domain for destination domain name.
    DestinationCidrListV1s []GetVpcFireWallAclRuleDestinationCidrListV1
    Destination CIDR list (structured).
    DestinationCidrLists []string
    Destination CIDR list.
    DestinationDomainLists []string
    Destination domain name list.
    DestinationGroupType string
    Destination address book type.
    DestinationType string
    Destination address type: net for subnet (CIDR format); group for address book (UUID format); domain for domain name.
    DomainResolutionMode string
    Domain name resolution mode: fqdn for full domain name resolution; dns for dynamic DNS resolution.
    EffectStatus int
    Effectiveness status of the access control policy. 1: not effective; 2: deploying; 3: effective.
    EndTime int
    Policy activation end time, Unix timestamp. Fill in only when RepeatType is Once, Daily, Weekly, or Monthly.
    HitCnt int
    Hit count of the access control policy.
    Id string
    Uniquely identifies the resource.
    IpType string
    IP version: v4 indicates IPv4; v6 indicates IPv6.
    IsEffected bool
    Whether the access control policy is effective. true: effective; false: not effective.
    Prio int
    Policy priority. Lower values indicate higher priority. 0 is the lowest priority, 1 is the highest. When modifying, the minimum value for this parameter is 1.
    Proto string
    Protocol type: ICMP, TCP, UDP, ANY. Only TCP is supported when the destination address type is domain.
    RepeatDays []int
    Specific dates for repeated activation. Valid only when RepeatType is Weekly (0-6 for Sunday to Saturday) or Monthly (1-31 for each day of the month).
    RepeatEndTime string
    Recurring daily end time, format: hh:mm. Valid only when RepeatType is Weekly or Monthly.
    RepeatStartTime string
    Recurring daily start time, format: hh:mm. Valid only when RepeatType is Daily, Weekly, or Monthly.
    RepeatType string
    Activation repeat type: Permanent always effective; Once single activation; Daily repeat daily; Weekly repeat weekly; Monthly repeat monthly.
    RuleId string
    Unique ID of the access control policy.
    Source string
    Source address. The value depends on SourceType: net for source CIDR address; group for source address book UUIDs, separated by commas.
    SourceCidrListV1s []GetVpcFireWallAclRuleSourceCidrListV1
    Source CIDR list (structured).
    SourceCidrLists []string
    Source CIDR list.
    SourceGroupType string
    Source address book type.
    SourceType string
    Source address type: net for subnet (CIDR format); group for address book (UUID format).
    StartTime int
    Policy activation start time, Unix timestamp. Fill in only when RepeatType is Once, Daily, Weekly, or Monthly.
    Status bool
    Policy enable status: true enabled; false disabled.
    UpdateTime int
    Last policy update time, Unix timestamp.
    UseCount int
    Number of policies used.
    VpcFirewallId string
    VPC border firewall instance ID.
    VpcFirewallName string
    VPC border firewall instance name.
    account_id string
    User unique ID.
    action string
    Policy action: accept (allow); deny (block); monitor (observe).
    description string
    Policy description, used to explain the purpose and function of the policy.
    dest_port string
    Destination port, single port or port range (e.g., 22/22, 100/200). If DestPortType is group, it is a list of port address book UUIDs, separated by commas. Leave blank if protocol is ICMP or ANY.
    dest_port_group_type string
    Destination port book type.
    dest_port_list_v1s list(object)
    Destination port list (structured).
    dest_port_lists list(string)
    Destination port list.
    dest_port_type string
    Destination port type: port (single port or port range); group (port address book).
    destination string
    Destination address. The value depends on DestinationType: net for destination CIDR address; group for destination address book UUIDs, separated by commas; domain for destination domain name.
    destination_cidr_list_v1s list(object)
    Destination CIDR list (structured).
    destination_cidr_lists list(string)
    Destination CIDR list.
    destination_domain_lists list(string)
    Destination domain name list.
    destination_group_type string
    Destination address book type.
    destination_type string
    Destination address type: net for subnet (CIDR format); group for address book (UUID format); domain for domain name.
    domain_resolution_mode string
    Domain name resolution mode: fqdn for full domain name resolution; dns for dynamic DNS resolution.
    effect_status number
    Effectiveness status of the access control policy. 1: not effective; 2: deploying; 3: effective.
    end_time number
    Policy activation end time, Unix timestamp. Fill in only when RepeatType is Once, Daily, Weekly, or Monthly.
    hit_cnt number
    Hit count of the access control policy.
    id string
    Uniquely identifies the resource.
    ip_type string
    IP version: v4 indicates IPv4; v6 indicates IPv6.
    is_effected bool
    Whether the access control policy is effective. true: effective; false: not effective.
    prio number
    Policy priority. Lower values indicate higher priority. 0 is the lowest priority, 1 is the highest. When modifying, the minimum value for this parameter is 1.
    proto string
    Protocol type: ICMP, TCP, UDP, ANY. Only TCP is supported when the destination address type is domain.
    repeat_days list(number)
    Specific dates for repeated activation. Valid only when RepeatType is Weekly (0-6 for Sunday to Saturday) or Monthly (1-31 for each day of the month).
    repeat_end_time string
    Recurring daily end time, format: hh:mm. Valid only when RepeatType is Weekly or Monthly.
    repeat_start_time string
    Recurring daily start time, format: hh:mm. Valid only when RepeatType is Daily, Weekly, or Monthly.
    repeat_type string
    Activation repeat type: Permanent always effective; Once single activation; Daily repeat daily; Weekly repeat weekly; Monthly repeat monthly.
    rule_id string
    Unique ID of the access control policy.
    source string
    Source address. The value depends on SourceType: net for source CIDR address; group for source address book UUIDs, separated by commas.
    source_cidr_list_v1s list(object)
    Source CIDR list (structured).
    source_cidr_lists list(string)
    Source CIDR list.
    source_group_type string
    Source address book type.
    source_type string
    Source address type: net for subnet (CIDR format); group for address book (UUID format).
    start_time number
    Policy activation start time, Unix timestamp. Fill in only when RepeatType is Once, Daily, Weekly, or Monthly.
    status bool
    Policy enable status: true enabled; false disabled.
    update_time number
    Last policy update time, Unix timestamp.
    use_count number
    Number of policies used.
    vpc_firewall_id string
    VPC border firewall instance ID.
    vpc_firewall_name string
    VPC border firewall instance name.
    accountId String
    User unique ID.
    action String
    Policy action: accept (allow); deny (block); monitor (observe).
    description String
    Policy description, used to explain the purpose and function of the policy.
    destPort String
    Destination port, single port or port range (e.g., 22/22, 100/200). If DestPortType is group, it is a list of port address book UUIDs, separated by commas. Leave blank if protocol is ICMP or ANY.
    destPortGroupType String
    Destination port book type.
    destPortListV1s List<GetVpcFireWallAclRuleDestPortListV1>
    Destination port list (structured).
    destPortLists List<String>
    Destination port list.
    destPortType String
    Destination port type: port (single port or port range); group (port address book).
    destination String
    Destination address. The value depends on DestinationType: net for destination CIDR address; group for destination address book UUIDs, separated by commas; domain for destination domain name.
    destinationCidrListV1s List<GetVpcFireWallAclRuleDestinationCidrListV1>
    Destination CIDR list (structured).
    destinationCidrLists List<String>
    Destination CIDR list.
    destinationDomainLists List<String>
    Destination domain name list.
    destinationGroupType String
    Destination address book type.
    destinationType String
    Destination address type: net for subnet (CIDR format); group for address book (UUID format); domain for domain name.
    domainResolutionMode String
    Domain name resolution mode: fqdn for full domain name resolution; dns for dynamic DNS resolution.
    effectStatus Integer
    Effectiveness status of the access control policy. 1: not effective; 2: deploying; 3: effective.
    endTime Integer
    Policy activation end time, Unix timestamp. Fill in only when RepeatType is Once, Daily, Weekly, or Monthly.
    hitCnt Integer
    Hit count of the access control policy.
    id String
    Uniquely identifies the resource.
    ipType String
    IP version: v4 indicates IPv4; v6 indicates IPv6.
    isEffected Boolean
    Whether the access control policy is effective. true: effective; false: not effective.
    prio Integer
    Policy priority. Lower values indicate higher priority. 0 is the lowest priority, 1 is the highest. When modifying, the minimum value for this parameter is 1.
    proto String
    Protocol type: ICMP, TCP, UDP, ANY. Only TCP is supported when the destination address type is domain.
    repeatDays List<Integer>
    Specific dates for repeated activation. Valid only when RepeatType is Weekly (0-6 for Sunday to Saturday) or Monthly (1-31 for each day of the month).
    repeatEndTime String
    Recurring daily end time, format: hh:mm. Valid only when RepeatType is Weekly or Monthly.
    repeatStartTime String
    Recurring daily start time, format: hh:mm. Valid only when RepeatType is Daily, Weekly, or Monthly.
    repeatType String
    Activation repeat type: Permanent always effective; Once single activation; Daily repeat daily; Weekly repeat weekly; Monthly repeat monthly.
    ruleId String
    Unique ID of the access control policy.
    source String
    Source address. The value depends on SourceType: net for source CIDR address; group for source address book UUIDs, separated by commas.
    sourceCidrListV1s List<GetVpcFireWallAclRuleSourceCidrListV1>
    Source CIDR list (structured).
    sourceCidrLists List<String>
    Source CIDR list.
    sourceGroupType String
    Source address book type.
    sourceType String
    Source address type: net for subnet (CIDR format); group for address book (UUID format).
    startTime Integer
    Policy activation start time, Unix timestamp. Fill in only when RepeatType is Once, Daily, Weekly, or Monthly.
    status Boolean
    Policy enable status: true enabled; false disabled.
    updateTime Integer
    Last policy update time, Unix timestamp.
    useCount Integer
    Number of policies used.
    vpcFirewallId String
    VPC border firewall instance ID.
    vpcFirewallName String
    VPC border firewall instance name.
    accountId string
    User unique ID.
    action string
    Policy action: accept (allow); deny (block); monitor (observe).
    description string
    Policy description, used to explain the purpose and function of the policy.
    destPort string
    Destination port, single port or port range (e.g., 22/22, 100/200). If DestPortType is group, it is a list of port address book UUIDs, separated by commas. Leave blank if protocol is ICMP or ANY.
    destPortGroupType string
    Destination port book type.
    destPortListV1s GetVpcFireWallAclRuleDestPortListV1[]
    Destination port list (structured).
    destPortLists string[]
    Destination port list.
    destPortType string
    Destination port type: port (single port or port range); group (port address book).
    destination string
    Destination address. The value depends on DestinationType: net for destination CIDR address; group for destination address book UUIDs, separated by commas; domain for destination domain name.
    destinationCidrListV1s GetVpcFireWallAclRuleDestinationCidrListV1[]
    Destination CIDR list (structured).
    destinationCidrLists string[]
    Destination CIDR list.
    destinationDomainLists string[]
    Destination domain name list.
    destinationGroupType string
    Destination address book type.
    destinationType string
    Destination address type: net for subnet (CIDR format); group for address book (UUID format); domain for domain name.
    domainResolutionMode string
    Domain name resolution mode: fqdn for full domain name resolution; dns for dynamic DNS resolution.
    effectStatus number
    Effectiveness status of the access control policy. 1: not effective; 2: deploying; 3: effective.
    endTime number
    Policy activation end time, Unix timestamp. Fill in only when RepeatType is Once, Daily, Weekly, or Monthly.
    hitCnt number
    Hit count of the access control policy.
    id string
    Uniquely identifies the resource.
    ipType string
    IP version: v4 indicates IPv4; v6 indicates IPv6.
    isEffected boolean
    Whether the access control policy is effective. true: effective; false: not effective.
    prio number
    Policy priority. Lower values indicate higher priority. 0 is the lowest priority, 1 is the highest. When modifying, the minimum value for this parameter is 1.
    proto string
    Protocol type: ICMP, TCP, UDP, ANY. Only TCP is supported when the destination address type is domain.
    repeatDays number[]
    Specific dates for repeated activation. Valid only when RepeatType is Weekly (0-6 for Sunday to Saturday) or Monthly (1-31 for each day of the month).
    repeatEndTime string
    Recurring daily end time, format: hh:mm. Valid only when RepeatType is Weekly or Monthly.
    repeatStartTime string
    Recurring daily start time, format: hh:mm. Valid only when RepeatType is Daily, Weekly, or Monthly.
    repeatType string
    Activation repeat type: Permanent always effective; Once single activation; Daily repeat daily; Weekly repeat weekly; Monthly repeat monthly.
    ruleId string
    Unique ID of the access control policy.
    source string
    Source address. The value depends on SourceType: net for source CIDR address; group for source address book UUIDs, separated by commas.
    sourceCidrListV1s GetVpcFireWallAclRuleSourceCidrListV1[]
    Source CIDR list (structured).
    sourceCidrLists string[]
    Source CIDR list.
    sourceGroupType string
    Source address book type.
    sourceType string
    Source address type: net for subnet (CIDR format); group for address book (UUID format).
    startTime number
    Policy activation start time, Unix timestamp. Fill in only when RepeatType is Once, Daily, Weekly, or Monthly.
    status boolean
    Policy enable status: true enabled; false disabled.
    updateTime number
    Last policy update time, Unix timestamp.
    useCount number
    Number of policies used.
    vpcFirewallId string
    VPC border firewall instance ID.
    vpcFirewallName string
    VPC border firewall instance name.
    account_id str
    User unique ID.
    action str
    Policy action: accept (allow); deny (block); monitor (observe).
    description str
    Policy description, used to explain the purpose and function of the policy.
    dest_port str
    Destination port, single port or port range (e.g., 22/22, 100/200). If DestPortType is group, it is a list of port address book UUIDs, separated by commas. Leave blank if protocol is ICMP or ANY.
    dest_port_group_type str
    Destination port book type.
    dest_port_list_v1s Sequence[GetVpcFireWallAclRuleDestPortListV1]
    Destination port list (structured).
    dest_port_lists Sequence[str]
    Destination port list.
    dest_port_type str
    Destination port type: port (single port or port range); group (port address book).
    destination str
    Destination address. The value depends on DestinationType: net for destination CIDR address; group for destination address book UUIDs, separated by commas; domain for destination domain name.
    destination_cidr_list_v1s Sequence[GetVpcFireWallAclRuleDestinationCidrListV1]
    Destination CIDR list (structured).
    destination_cidr_lists Sequence[str]
    Destination CIDR list.
    destination_domain_lists Sequence[str]
    Destination domain name list.
    destination_group_type str
    Destination address book type.
    destination_type str
    Destination address type: net for subnet (CIDR format); group for address book (UUID format); domain for domain name.
    domain_resolution_mode str
    Domain name resolution mode: fqdn for full domain name resolution; dns for dynamic DNS resolution.
    effect_status int
    Effectiveness status of the access control policy. 1: not effective; 2: deploying; 3: effective.
    end_time int
    Policy activation end time, Unix timestamp. Fill in only when RepeatType is Once, Daily, Weekly, or Monthly.
    hit_cnt int
    Hit count of the access control policy.
    id str
    Uniquely identifies the resource.
    ip_type str
    IP version: v4 indicates IPv4; v6 indicates IPv6.
    is_effected bool
    Whether the access control policy is effective. true: effective; false: not effective.
    prio int
    Policy priority. Lower values indicate higher priority. 0 is the lowest priority, 1 is the highest. When modifying, the minimum value for this parameter is 1.
    proto str
    Protocol type: ICMP, TCP, UDP, ANY. Only TCP is supported when the destination address type is domain.
    repeat_days Sequence[int]
    Specific dates for repeated activation. Valid only when RepeatType is Weekly (0-6 for Sunday to Saturday) or Monthly (1-31 for each day of the month).
    repeat_end_time str
    Recurring daily end time, format: hh:mm. Valid only when RepeatType is Weekly or Monthly.
    repeat_start_time str
    Recurring daily start time, format: hh:mm. Valid only when RepeatType is Daily, Weekly, or Monthly.
    repeat_type str
    Activation repeat type: Permanent always effective; Once single activation; Daily repeat daily; Weekly repeat weekly; Monthly repeat monthly.
    rule_id str
    Unique ID of the access control policy.
    source str
    Source address. The value depends on SourceType: net for source CIDR address; group for source address book UUIDs, separated by commas.
    source_cidr_list_v1s Sequence[GetVpcFireWallAclRuleSourceCidrListV1]
    Source CIDR list (structured).
    source_cidr_lists Sequence[str]
    Source CIDR list.
    source_group_type str
    Source address book type.
    source_type str
    Source address type: net for subnet (CIDR format); group for address book (UUID format).
    start_time int
    Policy activation start time, Unix timestamp. Fill in only when RepeatType is Once, Daily, Weekly, or Monthly.
    status bool
    Policy enable status: true enabled; false disabled.
    update_time int
    Last policy update time, Unix timestamp.
    use_count int
    Number of policies used.
    vpc_firewall_id str
    VPC border firewall instance ID.
    vpc_firewall_name str
    VPC border firewall instance name.
    accountId String
    User unique ID.
    action String
    Policy action: accept (allow); deny (block); monitor (observe).
    description String
    Policy description, used to explain the purpose and function of the policy.
    destPort String
    Destination port, single port or port range (e.g., 22/22, 100/200). If DestPortType is group, it is a list of port address book UUIDs, separated by commas. Leave blank if protocol is ICMP or ANY.
    destPortGroupType String
    Destination port book type.
    destPortListV1s List<Property Map>
    Destination port list (structured).
    destPortLists List<String>
    Destination port list.
    destPortType String
    Destination port type: port (single port or port range); group (port address book).
    destination String
    Destination address. The value depends on DestinationType: net for destination CIDR address; group for destination address book UUIDs, separated by commas; domain for destination domain name.
    destinationCidrListV1s List<Property Map>
    Destination CIDR list (structured).
    destinationCidrLists List<String>
    Destination CIDR list.
    destinationDomainLists List<String>
    Destination domain name list.
    destinationGroupType String
    Destination address book type.
    destinationType String
    Destination address type: net for subnet (CIDR format); group for address book (UUID format); domain for domain name.
    domainResolutionMode String
    Domain name resolution mode: fqdn for full domain name resolution; dns for dynamic DNS resolution.
    effectStatus Number
    Effectiveness status of the access control policy. 1: not effective; 2: deploying; 3: effective.
    endTime Number
    Policy activation end time, Unix timestamp. Fill in only when RepeatType is Once, Daily, Weekly, or Monthly.
    hitCnt Number
    Hit count of the access control policy.
    id String
    Uniquely identifies the resource.
    ipType String
    IP version: v4 indicates IPv4; v6 indicates IPv6.
    isEffected Boolean
    Whether the access control policy is effective. true: effective; false: not effective.
    prio Number
    Policy priority. Lower values indicate higher priority. 0 is the lowest priority, 1 is the highest. When modifying, the minimum value for this parameter is 1.
    proto String
    Protocol type: ICMP, TCP, UDP, ANY. Only TCP is supported when the destination address type is domain.
    repeatDays List<Number>
    Specific dates for repeated activation. Valid only when RepeatType is Weekly (0-6 for Sunday to Saturday) or Monthly (1-31 for each day of the month).
    repeatEndTime String
    Recurring daily end time, format: hh:mm. Valid only when RepeatType is Weekly or Monthly.
    repeatStartTime String
    Recurring daily start time, format: hh:mm. Valid only when RepeatType is Daily, Weekly, or Monthly.
    repeatType String
    Activation repeat type: Permanent always effective; Once single activation; Daily repeat daily; Weekly repeat weekly; Monthly repeat monthly.
    ruleId String
    Unique ID of the access control policy.
    source String
    Source address. The value depends on SourceType: net for source CIDR address; group for source address book UUIDs, separated by commas.
    sourceCidrListV1s List<Property Map>
    Source CIDR list (structured).
    sourceCidrLists List<String>
    Source CIDR list.
    sourceGroupType String
    Source address book type.
    sourceType String
    Source address type: net for subnet (CIDR format); group for address book (UUID format).
    startTime Number
    Policy activation start time, Unix timestamp. Fill in only when RepeatType is Once, Daily, Weekly, or Monthly.
    status Boolean
    Policy enable status: true enabled; false disabled.
    updateTime Number
    Last policy update time, Unix timestamp.
    useCount Number
    Number of policies used.
    vpcFirewallId String
    VPC border firewall instance ID.
    vpcFirewallName String
    VPC border firewall instance name.

    Supporting Types

    GetVpcFireWallAclRuleDestPortListV1

    Address string
    Detailed address information.
    Description string
    Description.
    Type string
    Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port.
    Address string
    Detailed address information.
    Description string
    Description.
    Type string
    Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port.
    address string
    Detailed address information.
    description string
    Description.
    type string
    Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port.
    address String
    Detailed address information.
    description String
    Description.
    type String
    Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port.
    address string
    Detailed address information.
    description string
    Description.
    type string
    Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port.
    address str
    Detailed address information.
    description str
    Description.
    type str
    Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port.
    address String
    Detailed address information.
    description String
    Description.
    type String
    Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port.

    GetVpcFireWallAclRuleDestinationCidrListV1

    Address string
    Detailed address information.
    Description string
    Description.
    Type string
    Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port.
    Address string
    Detailed address information.
    Description string
    Description.
    Type string
    Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port.
    address string
    Detailed address information.
    description string
    Description.
    type string
    Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port.
    address String
    Detailed address information.
    description String
    Description.
    type String
    Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port.
    address string
    Detailed address information.
    description string
    Description.
    type string
    Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port.
    address str
    Detailed address information.
    description str
    Description.
    type str
    Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port.
    address String
    Detailed address information.
    description String
    Description.
    type String
    Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port.

    GetVpcFireWallAclRuleSourceCidrListV1

    Address string
    Detailed address information.
    Description string
    Description.
    Type string
    Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port.
    Address string
    Detailed address information.
    Description string
    Description.
    Type string
    Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port.
    address string
    Detailed address information.
    description string
    Description.
    type string
    Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port.
    address String
    Detailed address information.
    description String
    Description.
    type String
    Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port.
    address string
    Detailed address information.
    description string
    Description.
    type string
    Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port.
    address str
    Detailed address information.
    description str
    Description.
    type str
    Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port.
    address String
    Detailed address information.
    description String
    Description.
    type String
    Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port.

    Package Details

    Repository
    volcenginecc volcengine/pulumi-volcenginecc
    License
    MPL-2.0
    Notes
    This Pulumi package is based on the volcenginecc Terraform Provider.
    volcenginecc logo
    Viewing docs for volcenginecc v0.0.50
    published on Monday, Jul 20, 2026 by Volcengine

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial