Viewing docs for volcenginecc v0.0.49
published on Thursday, Jul 16, 2026 by Volcengine
published on Thursday, Jul 16, 2026 by Volcengine
Viewing docs for volcenginecc v0.0.49
published on Thursday, Jul 16, 2026 by Volcengine
published on Thursday, Jul 16, 2026 by Volcengine
Data Source schema for Volcengine::FWCenter::ControlPolicy
Using getControlPolicy
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 getControlPolicy(args: GetControlPolicyArgs, opts?: InvokeOptions): Promise<GetControlPolicyResult>
function getControlPolicyOutput(args: GetControlPolicyOutputArgs, opts?: InvokeOptions): Output<GetControlPolicyResult>def get_control_policy(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetControlPolicyResult
def get_control_policy_output(id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetControlPolicyResult]func LookupControlPolicy(ctx *Context, args *LookupControlPolicyArgs, opts ...InvokeOption) (*LookupControlPolicyResult, error)
func LookupControlPolicyOutput(ctx *Context, args *LookupControlPolicyOutputArgs, opts ...InvokeOption) LookupControlPolicyResultOutput> Note: This function is named LookupControlPolicy in the Go SDK.
public static class GetControlPolicy
{
public static Task<GetControlPolicyResult> InvokeAsync(GetControlPolicyArgs args, InvokeOptions? opts = null)
public static Output<GetControlPolicyResult> Invoke(GetControlPolicyInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetControlPolicyResult> getControlPolicy(GetControlPolicyArgs args, InvokeOptions options)
public static Output<GetControlPolicyResult> getControlPolicy(GetControlPolicyArgs args, InvokeOptions options)
fn::invoke:
function: volcenginecc:fwcenter/getControlPolicy:getControlPolicy
arguments:
# arguments dictionarydata "volcenginecc_fwcenter_getcontrolpolicy" "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.
getControlPolicy Result
The following output properties are available:
- Account
Id string - Unique user ID.
- Action string
- Action of the access control policy. accept: allow; deny: block; monitor: observe.
- Description string
- Policy description.
- Dest
Port string - Destination port. Format is a single port or port range. If protocol type is ICMP/ALL, value is empty; if DestPortType is group, use port address book UUID list; if DestPortType is port, use port range.
- Dest
Port stringGroup Type - Destination port book type
- Dest
Port List<Volcengine.List V1s Get Control Policy Dest Port List V1> - Destination port list (structured)
- Dest
Port List<string>Lists - Destination port list.
- Dest
Port stringType - Destination port type. port: port; group: port address book.
- Destination string
- Destination address of the access control policy. When DestinationType is net, use CIDR; when group, use address book UUID list; when location, use region code; when domain, use domain name.
- Destination
Cidr List<Volcengine.List V1s Get Control Policy 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: destination subnet (CIDR); group: destination address book; location: destination region; domain: destination domain name
- Direction string
- Direction of the access control policy, indicating the direction of traffic transmission. in: inbound direction; out: outbound direction.
- Effect
Status int - Access control policy status. 1: Inactive; 2: Deploying; 3: Active
- End
Time int - Policy expiration date, Unix timestamp. If RepeatType is Permanent (always active), this field is not required. If RepeatType is Once (active for a single period) or Daily, Weekly, Monthly (repeatedly active), this field must be filled in.
- Hit
Cnt int - Number of matches.
- Id string
- Uniquely identifies the resource.
- Internet
Firewall stringId - Internet border firewall instance ID.
- Ip
Type string - IP version. v4: IPv4; v6: IPv6
- Is
Effected bool - Whether the access control policy is active. true: active; false: inactive.
- Prio int
- Policy priority. The lower the value, the higher the priority. 0: lowest priority; 1: highest priority; other values: other priorities. Default value is 0 (lowest priority). When modifying, this parameter represents the policy's position in the policy list (cannot be set to 0).
- Proto string
- Protocol type. ICMP, TCP, UDP, ANY (any protocol). When DestinationType is domain, protocol type must be TCP.
- Repeat
Days List<int> - Recurring effective period. Required when RepeatType is Weekly or Monthly. Weekly value range: [0,6]; Monthly value range: [1,31]
- Repeat
End stringTime - Repeat expiration time. Accurate to the minute, format is hh:mm.
- Repeat
Start stringTime - Repeat start time. Accurate to the minute, format is hh:mm. Required when RepeatType is Daily, Weekly, or Monthly (repeatedly active).
- Repeat
Type string - Repeat type. Permanent: always active; Once: active once; Daily: repeats daily; Weekly: repeats weekly; Monthly: repeats monthly.
- Rule
Id string - Unique ID of the access control policy, used to uniquely identify an access control policy.
- Source string
- Source address. When SourceType is net, use CIDR; when group, use address book UUID list; when location, use region code.
- Source
Cidr List<Volcengine.List V1s Get Control Policy 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: subnet (CIDR); group: address book; location: region
- Start
Time int - Policy effective start date, Unix timestamp. Not required when RepeatType is Permanent (always effective). Required when RepeatType is Once (single period effective) or Daily, Weekly, Monthly (recurring effective)
- Status bool
- Policy enable status. true: Enabled; false: Disabled
- Update
Time int - Last update time of the access control policy, Unix timestamp.
- Use
Count int - Number of policies in use.
- Account
Id string - Unique user ID.
- Action string
- Action of the access control policy. accept: allow; deny: block; monitor: observe.
- Description string
- Policy description.
- Dest
Port string - Destination port. Format is a single port or port range. If protocol type is ICMP/ALL, value is empty; if DestPortType is group, use port address book UUID list; if DestPortType is port, use port range.
- Dest
Port stringGroup Type - Destination port book type
- Dest
Port []GetList V1s Control Policy Dest Port List V1 - Destination port list (structured)
- Dest
Port []stringLists - Destination port list.
- Dest
Port stringType - Destination port type. port: port; group: port address book.
- Destination string
- Destination address of the access control policy. When DestinationType is net, use CIDR; when group, use address book UUID list; when location, use region code; when domain, use domain name.
- Destination
Cidr []GetList V1s Control Policy 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: destination subnet (CIDR); group: destination address book; location: destination region; domain: destination domain name
- Direction string
- Direction of the access control policy, indicating the direction of traffic transmission. in: inbound direction; out: outbound direction.
- Effect
Status int - Access control policy status. 1: Inactive; 2: Deploying; 3: Active
- End
Time int - Policy expiration date, Unix timestamp. If RepeatType is Permanent (always active), this field is not required. If RepeatType is Once (active for a single period) or Daily, Weekly, Monthly (repeatedly active), this field must be filled in.
- Hit
Cnt int - Number of matches.
- Id string
- Uniquely identifies the resource.
- Internet
Firewall stringId - Internet border firewall instance ID.
- Ip
Type string - IP version. v4: IPv4; v6: IPv6
- Is
Effected bool - Whether the access control policy is active. true: active; false: inactive.
- Prio int
- Policy priority. The lower the value, the higher the priority. 0: lowest priority; 1: highest priority; other values: other priorities. Default value is 0 (lowest priority). When modifying, this parameter represents the policy's position in the policy list (cannot be set to 0).
- Proto string
- Protocol type. ICMP, TCP, UDP, ANY (any protocol). When DestinationType is domain, protocol type must be TCP.
- Repeat
Days []int - Recurring effective period. Required when RepeatType is Weekly or Monthly. Weekly value range: [0,6]; Monthly value range: [1,31]
- Repeat
End stringTime - Repeat expiration time. Accurate to the minute, format is hh:mm.
- Repeat
Start stringTime - Repeat start time. Accurate to the minute, format is hh:mm. Required when RepeatType is Daily, Weekly, or Monthly (repeatedly active).
- Repeat
Type string - Repeat type. Permanent: always active; Once: active once; Daily: repeats daily; Weekly: repeats weekly; Monthly: repeats monthly.
- Rule
Id string - Unique ID of the access control policy, used to uniquely identify an access control policy.
- Source string
- Source address. When SourceType is net, use CIDR; when group, use address book UUID list; when location, use region code.
- Source
Cidr []GetList V1s Control Policy 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: subnet (CIDR); group: address book; location: region
- Start
Time int - Policy effective start date, Unix timestamp. Not required when RepeatType is Permanent (always effective). Required when RepeatType is Once (single period effective) or Daily, Weekly, Monthly (recurring effective)
- Status bool
- Policy enable status. true: Enabled; false: Disabled
- Update
Time int - Last update time of the access control policy, Unix timestamp.
- Use
Count int - Number of policies in use.
- account_
id string - Unique user ID.
- action string
- Action of the access control policy. accept: allow; deny: block; monitor: observe.
- description string
- Policy description.
- dest_
port string - Destination port. Format is a single port or port range. If protocol type is ICMP/ALL, value is empty; if DestPortType is group, use port address book UUID list; if DestPortType is port, use port range.
- 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: port; group: port address book.
- destination string
- Destination address of the access control policy. When DestinationType is net, use CIDR; when group, use address book UUID list; when location, use region code; when domain, use 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: destination subnet (CIDR); group: destination address book; location: destination region; domain: destination domain name
- direction string
- Direction of the access control policy, indicating the direction of traffic transmission. in: inbound direction; out: outbound direction.
- effect_
status number - Access control policy status. 1: Inactive; 2: Deploying; 3: Active
- end_
time number - Policy expiration date, Unix timestamp. If RepeatType is Permanent (always active), this field is not required. If RepeatType is Once (active for a single period) or Daily, Weekly, Monthly (repeatedly active), this field must be filled in.
- hit_
cnt number - Number of matches.
- id string
- Uniquely identifies the resource.
- internet_
firewall_ stringid - Internet border firewall instance ID.
- ip_
type string - IP version. v4: IPv4; v6: IPv6
- is_
effected bool - Whether the access control policy is active. true: active; false: inactive.
- prio number
- Policy priority. The lower the value, the higher the priority. 0: lowest priority; 1: highest priority; other values: other priorities. Default value is 0 (lowest priority). When modifying, this parameter represents the policy's position in the policy list (cannot be set to 0).
- proto string
- Protocol type. ICMP, TCP, UDP, ANY (any protocol). When DestinationType is domain, protocol type must be TCP.
- repeat_
days list(number) - Recurring effective period. Required when RepeatType is Weekly or Monthly. Weekly value range: [0,6]; Monthly value range: [1,31]
- repeat_
end_ stringtime - Repeat expiration time. Accurate to the minute, format is hh:mm.
- repeat_
start_ stringtime - Repeat start time. Accurate to the minute, format is hh:mm. Required when RepeatType is Daily, Weekly, or Monthly (repeatedly active).
- repeat_
type string - Repeat type. Permanent: always active; Once: active once; Daily: repeats daily; Weekly: repeats weekly; Monthly: repeats monthly.
- rule_
id string - Unique ID of the access control policy, used to uniquely identify an access control policy.
- source string
- Source address. When SourceType is net, use CIDR; when group, use address book UUID list; when location, use region code.
- 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: subnet (CIDR); group: address book; location: region
- start_
time number - Policy effective start date, Unix timestamp. Not required when RepeatType is Permanent (always effective). Required when RepeatType is Once (single period effective) or Daily, Weekly, Monthly (recurring effective)
- status bool
- Policy enable status. true: Enabled; false: Disabled
- update_
time number - Last update time of the access control policy, Unix timestamp.
- use_
count number - Number of policies in use.
- account
Id String - Unique user ID.
- action String
- Action of the access control policy. accept: allow; deny: block; monitor: observe.
- description String
- Policy description.
- dest
Port String - Destination port. Format is a single port or port range. If protocol type is ICMP/ALL, value is empty; if DestPortType is group, use port address book UUID list; if DestPortType is port, use port range.
- dest
Port StringGroup Type - Destination port book type
- dest
Port List<GetList V1s Control Policy Dest Port List V1> - Destination port list (structured)
- dest
Port List<String>Lists - Destination port list.
- dest
Port StringType - Destination port type. port: port; group: port address book.
- destination String
- Destination address of the access control policy. When DestinationType is net, use CIDR; when group, use address book UUID list; when location, use region code; when domain, use domain name.
- destination
Cidr List<GetList V1s Control Policy 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: destination subnet (CIDR); group: destination address book; location: destination region; domain: destination domain name
- direction String
- Direction of the access control policy, indicating the direction of traffic transmission. in: inbound direction; out: outbound direction.
- effect
Status Integer - Access control policy status. 1: Inactive; 2: Deploying; 3: Active
- end
Time Integer - Policy expiration date, Unix timestamp. If RepeatType is Permanent (always active), this field is not required. If RepeatType is Once (active for a single period) or Daily, Weekly, Monthly (repeatedly active), this field must be filled in.
- hit
Cnt Integer - Number of matches.
- id String
- Uniquely identifies the resource.
- internet
Firewall StringId - Internet border firewall instance ID.
- ip
Type String - IP version. v4: IPv4; v6: IPv6
- is
Effected Boolean - Whether the access control policy is active. true: active; false: inactive.
- prio Integer
- Policy priority. The lower the value, the higher the priority. 0: lowest priority; 1: highest priority; other values: other priorities. Default value is 0 (lowest priority). When modifying, this parameter represents the policy's position in the policy list (cannot be set to 0).
- proto String
- Protocol type. ICMP, TCP, UDP, ANY (any protocol). When DestinationType is domain, protocol type must be TCP.
- repeat
Days List<Integer> - Recurring effective period. Required when RepeatType is Weekly or Monthly. Weekly value range: [0,6]; Monthly value range: [1,31]
- repeat
End StringTime - Repeat expiration time. Accurate to the minute, format is hh:mm.
- repeat
Start StringTime - Repeat start time. Accurate to the minute, format is hh:mm. Required when RepeatType is Daily, Weekly, or Monthly (repeatedly active).
- repeat
Type String - Repeat type. Permanent: always active; Once: active once; Daily: repeats daily; Weekly: repeats weekly; Monthly: repeats monthly.
- rule
Id String - Unique ID of the access control policy, used to uniquely identify an access control policy.
- source String
- Source address. When SourceType is net, use CIDR; when group, use address book UUID list; when location, use region code.
- source
Cidr List<GetList V1s Control Policy 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: subnet (CIDR); group: address book; location: region
- start
Time Integer - Policy effective start date, Unix timestamp. Not required when RepeatType is Permanent (always effective). Required when RepeatType is Once (single period effective) or Daily, Weekly, Monthly (recurring effective)
- status Boolean
- Policy enable status. true: Enabled; false: Disabled
- update
Time Integer - Last update time of the access control policy, Unix timestamp.
- use
Count Integer - Number of policies in use.
- account
Id string - Unique user ID.
- action string
- Action of the access control policy. accept: allow; deny: block; monitor: observe.
- description string
- Policy description.
- dest
Port string - Destination port. Format is a single port or port range. If protocol type is ICMP/ALL, value is empty; if DestPortType is group, use port address book UUID list; if DestPortType is port, use port range.
- dest
Port stringGroup Type - Destination port book type
- dest
Port GetList V1s Control Policy Dest Port List V1[] - Destination port list (structured)
- dest
Port string[]Lists - Destination port list.
- dest
Port stringType - Destination port type. port: port; group: port address book.
- destination string
- Destination address of the access control policy. When DestinationType is net, use CIDR; when group, use address book UUID list; when location, use region code; when domain, use domain name.
- destination
Cidr GetList V1s Control Policy 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: destination subnet (CIDR); group: destination address book; location: destination region; domain: destination domain name
- direction string
- Direction of the access control policy, indicating the direction of traffic transmission. in: inbound direction; out: outbound direction.
- effect
Status number - Access control policy status. 1: Inactive; 2: Deploying; 3: Active
- end
Time number - Policy expiration date, Unix timestamp. If RepeatType is Permanent (always active), this field is not required. If RepeatType is Once (active for a single period) or Daily, Weekly, Monthly (repeatedly active), this field must be filled in.
- hit
Cnt number - Number of matches.
- id string
- Uniquely identifies the resource.
- internet
Firewall stringId - Internet border firewall instance ID.
- ip
Type string - IP version. v4: IPv4; v6: IPv6
- is
Effected boolean - Whether the access control policy is active. true: active; false: inactive.
- prio number
- Policy priority. The lower the value, the higher the priority. 0: lowest priority; 1: highest priority; other values: other priorities. Default value is 0 (lowest priority). When modifying, this parameter represents the policy's position in the policy list (cannot be set to 0).
- proto string
- Protocol type. ICMP, TCP, UDP, ANY (any protocol). When DestinationType is domain, protocol type must be TCP.
- repeat
Days number[] - Recurring effective period. Required when RepeatType is Weekly or Monthly. Weekly value range: [0,6]; Monthly value range: [1,31]
- repeat
End stringTime - Repeat expiration time. Accurate to the minute, format is hh:mm.
- repeat
Start stringTime - Repeat start time. Accurate to the minute, format is hh:mm. Required when RepeatType is Daily, Weekly, or Monthly (repeatedly active).
- repeat
Type string - Repeat type. Permanent: always active; Once: active once; Daily: repeats daily; Weekly: repeats weekly; Monthly: repeats monthly.
- rule
Id string - Unique ID of the access control policy, used to uniquely identify an access control policy.
- source string
- Source address. When SourceType is net, use CIDR; when group, use address book UUID list; when location, use region code.
- source
Cidr GetList V1s Control Policy 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: subnet (CIDR); group: address book; location: region
- start
Time number - Policy effective start date, Unix timestamp. Not required when RepeatType is Permanent (always effective). Required when RepeatType is Once (single period effective) or Daily, Weekly, Monthly (recurring effective)
- status boolean
- Policy enable status. true: Enabled; false: Disabled
- update
Time number - Last update time of the access control policy, Unix timestamp.
- use
Count number - Number of policies in use.
- account_
id str - Unique user ID.
- action str
- Action of the access control policy. accept: allow; deny: block; monitor: observe.
- description str
- Policy description.
- dest_
port str - Destination port. Format is a single port or port range. If protocol type is ICMP/ALL, value is empty; if DestPortType is group, use port address book UUID list; if DestPortType is port, use port range.
- dest_
port_ strgroup_ type - Destination port book type
- dest_
port_ Sequence[Getlist_ v1s Control Policy Dest Port List V1] - Destination port list (structured)
- dest_
port_ Sequence[str]lists - Destination port list.
- dest_
port_ strtype - Destination port type. port: port; group: port address book.
- destination str
- Destination address of the access control policy. When DestinationType is net, use CIDR; when group, use address book UUID list; when location, use region code; when domain, use domain name.
- destination_
cidr_ Sequence[Getlist_ v1s Control Policy 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: destination subnet (CIDR); group: destination address book; location: destination region; domain: destination domain name
- direction str
- Direction of the access control policy, indicating the direction of traffic transmission. in: inbound direction; out: outbound direction.
- effect_
status int - Access control policy status. 1: Inactive; 2: Deploying; 3: Active
- end_
time int - Policy expiration date, Unix timestamp. If RepeatType is Permanent (always active), this field is not required. If RepeatType is Once (active for a single period) or Daily, Weekly, Monthly (repeatedly active), this field must be filled in.
- hit_
cnt int - Number of matches.
- id str
- Uniquely identifies the resource.
- internet_
firewall_ strid - Internet border firewall instance ID.
- ip_
type str - IP version. v4: IPv4; v6: IPv6
- is_
effected bool - Whether the access control policy is active. true: active; false: inactive.
- prio int
- Policy priority. The lower the value, the higher the priority. 0: lowest priority; 1: highest priority; other values: other priorities. Default value is 0 (lowest priority). When modifying, this parameter represents the policy's position in the policy list (cannot be set to 0).
- proto str
- Protocol type. ICMP, TCP, UDP, ANY (any protocol). When DestinationType is domain, protocol type must be TCP.
- repeat_
days Sequence[int] - Recurring effective period. Required when RepeatType is Weekly or Monthly. Weekly value range: [0,6]; Monthly value range: [1,31]
- repeat_
end_ strtime - Repeat expiration time. Accurate to the minute, format is hh:mm.
- repeat_
start_ strtime - Repeat start time. Accurate to the minute, format is hh:mm. Required when RepeatType is Daily, Weekly, or Monthly (repeatedly active).
- repeat_
type str - Repeat type. Permanent: always active; Once: active once; Daily: repeats daily; Weekly: repeats weekly; Monthly: repeats monthly.
- rule_
id str - Unique ID of the access control policy, used to uniquely identify an access control policy.
- source str
- Source address. When SourceType is net, use CIDR; when group, use address book UUID list; when location, use region code.
- source_
cidr_ Sequence[Getlist_ v1s Control Policy 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: subnet (CIDR); group: address book; location: region
- start_
time int - Policy effective start date, Unix timestamp. Not required when RepeatType is Permanent (always effective). Required when RepeatType is Once (single period effective) or Daily, Weekly, Monthly (recurring effective)
- status bool
- Policy enable status. true: Enabled; false: Disabled
- update_
time int - Last update time of the access control policy, Unix timestamp.
- use_
count int - Number of policies in use.
- account
Id String - Unique user ID.
- action String
- Action of the access control policy. accept: allow; deny: block; monitor: observe.
- description String
- Policy description.
- dest
Port String - Destination port. Format is a single port or port range. If protocol type is ICMP/ALL, value is empty; if DestPortType is group, use port address book UUID list; if DestPortType is port, use port range.
- 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: port; group: port address book.
- destination String
- Destination address of the access control policy. When DestinationType is net, use CIDR; when group, use address book UUID list; when location, use region code; when domain, use 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: destination subnet (CIDR); group: destination address book; location: destination region; domain: destination domain name
- direction String
- Direction of the access control policy, indicating the direction of traffic transmission. in: inbound direction; out: outbound direction.
- effect
Status Number - Access control policy status. 1: Inactive; 2: Deploying; 3: Active
- end
Time Number - Policy expiration date, Unix timestamp. If RepeatType is Permanent (always active), this field is not required. If RepeatType is Once (active for a single period) or Daily, Weekly, Monthly (repeatedly active), this field must be filled in.
- hit
Cnt Number - Number of matches.
- id String
- Uniquely identifies the resource.
- internet
Firewall StringId - Internet border firewall instance ID.
- ip
Type String - IP version. v4: IPv4; v6: IPv6
- is
Effected Boolean - Whether the access control policy is active. true: active; false: inactive.
- prio Number
- Policy priority. The lower the value, the higher the priority. 0: lowest priority; 1: highest priority; other values: other priorities. Default value is 0 (lowest priority). When modifying, this parameter represents the policy's position in the policy list (cannot be set to 0).
- proto String
- Protocol type. ICMP, TCP, UDP, ANY (any protocol). When DestinationType is domain, protocol type must be TCP.
- repeat
Days List<Number> - Recurring effective period. Required when RepeatType is Weekly or Monthly. Weekly value range: [0,6]; Monthly value range: [1,31]
- repeat
End StringTime - Repeat expiration time. Accurate to the minute, format is hh:mm.
- repeat
Start StringTime - Repeat start time. Accurate to the minute, format is hh:mm. Required when RepeatType is Daily, Weekly, or Monthly (repeatedly active).
- repeat
Type String - Repeat type. Permanent: always active; Once: active once; Daily: repeats daily; Weekly: repeats weekly; Monthly: repeats monthly.
- rule
Id String - Unique ID of the access control policy, used to uniquely identify an access control policy.
- source String
- Source address. When SourceType is net, use CIDR; when group, use address book UUID list; when location, use region code.
- 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: subnet (CIDR); group: address book; location: region
- start
Time Number - Policy effective start date, Unix timestamp. Not required when RepeatType is Permanent (always effective). Required when RepeatType is Once (single period effective) or Daily, Weekly, Monthly (recurring effective)
- status Boolean
- Policy enable status. true: Enabled; false: Disabled
- update
Time Number - Last update time of the access control policy, Unix timestamp.
- use
Count Number - Number of policies in use.
Supporting Types
GetControlPolicyDestPortListV1
- 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
GetControlPolicyDestinationCidrListV1
- 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
GetControlPolicySourceCidrListV1
- 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.49
published on Thursday, Jul 16, 2026 by Volcengine
published on Thursday, Jul 16, 2026 by Volcengine