Viewing docs for volcenginecc v0.0.47
published on Thursday, Jul 9, 2026 by Volcengine
published on Thursday, Jul 9, 2026 by Volcengine
Viewing docs for volcenginecc v0.0.47
published on Thursday, Jul 9, 2026 by Volcengine
published on Thursday, Jul 9, 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 dictionarydata "volcenginecc_fwcenter_getvpcfirewallaclrule" "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:
- 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 stringGroup Type - Destination port book type.
- Dest
Port List<Volcengine.List V1s Get Vpc Fire Wall Acl Rule Dest Port List V1> - Destination port list (structured).
- Dest
Port List<string>Lists - Destination port list.
- Dest
Port stringType - 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<Volcengine.List V1s Get Vpc Fire Wall Acl Rule Destination Cidr List V1> - Destination CIDR list (structured).
- Destination
Cidr List<string>Lists - Destination CIDR list.
- Destination
Domain List<string>Lists - Destination domain name list.
- Destination
Group stringType - 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 stringMode - 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 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 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.
- Repeat
Days 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).
- Repeat
End stringTime - Recurring daily end time, format: hh:mm. Valid only when RepeatType is Weekly or Monthly.
- Repeat
Start stringTime - 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<Volcengine.List V1s Get Vpc Fire Wall Acl Rule Source Cidr List V1> - Source CIDR list (structured).
- Source
Cidr List<string>Lists - Source CIDR list.
- Source
Group stringType - Source address book type.
- Source
Type string - 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 stringId - VPC border firewall instance ID.
- Vpc
Firewall stringName - 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 stringGroup Type - Destination port book type.
- Dest
Port []GetList V1s Vpc Fire Wall Acl Rule Dest Port List V1 - Destination port list (structured).
- Dest
Port []stringLists - Destination port list.
- Dest
Port stringType - 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 []GetList V1s Vpc Fire Wall Acl Rule Destination Cidr List V1 - Destination CIDR list (structured).
- Destination
Cidr []stringLists - Destination CIDR list.
- Destination
Domain []stringLists - Destination domain name list.
- Destination
Group stringType - 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 stringMode - 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 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 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.
- Repeat
Days []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 stringTime - Recurring daily end time, format: hh:mm. Valid only when RepeatType is Weekly or Monthly.
- Repeat
Start stringTime - 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 []GetList V1s Vpc Fire Wall Acl Rule Source Cidr List V1 - Source CIDR list (structured).
- Source
Cidr []stringLists - Source CIDR list.
- Source
Group stringType - Source address book type.
- Source
Type string - 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 stringId - VPC border firewall instance ID.
- Vpc
Firewall stringName - 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_ stringgroup_ type - Destination port book type.
- dest_
port_ list(object)list_ v1s - Destination port list (structured).
- dest_
port_ list(string)lists - Destination port list.
- dest_
port_ stringtype - 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(object)list_ v1s - Destination CIDR list (structured).
- destination_
cidr_ list(string)lists - Destination CIDR list.
- destination_
domain_ list(string)lists - Destination domain name list.
- destination_
group_ stringtype - 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_ stringmode - 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_ stringtime - Recurring daily end time, format: hh:mm. Valid only when RepeatType is Weekly or Monthly.
- repeat_
start_ stringtime - 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(object)list_ v1s - Source CIDR list (structured).
- source_
cidr_ list(string)lists - Source CIDR list.
- source_
group_ stringtype - 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_ stringid - VPC border firewall instance ID.
- vpc_
firewall_ stringname - 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 StringGroup Type - Destination port book type.
- dest
Port List<GetList V1s Vpc Fire Wall Acl Rule Dest Port List V1> - Destination port list (structured).
- dest
Port List<String>Lists - Destination port list.
- dest
Port StringType - 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<GetList V1s Vpc Fire Wall Acl Rule Destination Cidr List V1> - Destination CIDR list (structured).
- destination
Cidr List<String>Lists - Destination CIDR list.
- destination
Domain List<String>Lists - Destination domain name list.
- destination
Group StringType - 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 StringMode - Domain name resolution mode: fqdn for full domain name resolution; dns for dynamic DNS resolution.
- effect
Status Integer - Effectiveness status of the access control policy. 1: not effective; 2: deploying; 3: effective.
- end
Time Integer - Policy activation end time, Unix timestamp. Fill in only when RepeatType is Once, Daily, Weekly, or Monthly.
- hit
Cnt Integer - 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 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.
- repeat
Days 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).
- repeat
End StringTime - Recurring daily end time, format: hh:mm. Valid only when RepeatType is Weekly or Monthly.
- repeat
Start StringTime - 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<GetList V1s Vpc Fire Wall Acl Rule Source Cidr List V1> - Source CIDR list (structured).
- source
Cidr List<String>Lists - Source CIDR list.
- source
Group StringType - Source address book type.
- source
Type String - Source address type: net for subnet (CIDR format); group for address book (UUID format).
- start
Time 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.
- update
Time Integer - Last policy update time, Unix timestamp.
- use
Count Integer - Number of policies used.
- vpc
Firewall StringId - VPC border firewall instance ID.
- vpc
Firewall StringName - 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 stringGroup Type - Destination port book type.
- dest
Port GetList V1s Vpc Fire Wall Acl Rule Dest Port List V1[] - Destination port list (structured).
- dest
Port string[]Lists - Destination port list.
- dest
Port stringType - 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 GetList V1s Vpc Fire Wall Acl Rule Destination Cidr List V1[] - Destination CIDR list (structured).
- destination
Cidr string[]Lists - Destination CIDR list.
- destination
Domain string[]Lists - Destination domain name list.
- destination
Group stringType - 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 stringMode - 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 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.
- repeat
Days 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 stringTime - Recurring daily end time, format: hh:mm. Valid only when RepeatType is Weekly or Monthly.
- repeat
Start stringTime - 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 GetList V1s Vpc Fire Wall Acl Rule Source Cidr List V1[] - Source CIDR list (structured).
- source
Cidr string[]Lists - Source CIDR list.
- source
Group stringType - 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 boolean
- 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 stringId - VPC border firewall instance ID.
- vpc
Firewall stringName - 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_ strgroup_ type - Destination port book type.
- dest_
port_ Sequence[Getlist_ v1s Vpc Fire Wall Acl Rule Dest Port List V1] - Destination port list (structured).
- dest_
port_ Sequence[str]lists - Destination port list.
- dest_
port_ strtype - 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_ Sequence[Getlist_ v1s Vpc Fire Wall Acl Rule Destination Cidr List V1] - Destination CIDR list (structured).
- destination_
cidr_ Sequence[str]lists - Destination CIDR list.
- destination_
domain_ Sequence[str]lists - Destination domain name list.
- destination_
group_ strtype - 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_ strmode - 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_ strtime - Recurring daily end time, format: hh:mm. Valid only when RepeatType is Weekly or Monthly.
- repeat_
start_ strtime - 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_ Sequence[Getlist_ v1s Vpc Fire Wall Acl Rule Source Cidr List V1] - Source CIDR list (structured).
- source_
cidr_ Sequence[str]lists - Source CIDR list.
- source_
group_ strtype - 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_ strid - VPC border firewall instance ID.
- vpc_
firewall_ strname - 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 StringGroup Type - Destination port book type.
- dest
Port List<Property Map>List V1s - Destination port list (structured).
- dest
Port List<String>Lists - Destination port list.
- dest
Port StringType - 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<Property Map>List V1s - Destination CIDR list (structured).
- destination
Cidr List<String>Lists - Destination CIDR list.
- destination
Domain List<String>Lists - Destination domain name list.
- destination
Group StringType - 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 StringMode - 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 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.
- 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 StringTime - Recurring daily end time, format: hh:mm. Valid only when RepeatType is Weekly or Monthly.
- repeat
Start StringTime - 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<Property Map>List V1s - Source CIDR list (structured).
- source
Cidr List<String>Lists - Source CIDR list.
- source
Group StringType - 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 Boolean
- 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 StringId - VPC border firewall instance ID.
- vpc
Firewall StringName - 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
volcengineccTerraform Provider.
Viewing docs for volcenginecc v0.0.47
published on Thursday, Jul 9, 2026 by Volcengine
published on Thursday, Jul 9, 2026 by Volcengine