Volcengine v0.0.38 published on Friday, Oct 31, 2025 by Volcengine
Volcengine v0.0.38 published on Friday, Oct 31, 2025 by Volcengine
Use this data source to query detailed information of cfw control policies
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as volcengine from "@pulumi/volcengine";
const foo = volcengine.cloud_firewall.getCfwControlPolicies({
actions: ["deny"],
direction: "in",
});
import pulumi
import pulumi_volcengine as volcengine
foo = volcengine.cloud_firewall.get_cfw_control_policies(actions=["deny"],
direction="in")
package main
import (
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
"github.com/volcengine/pulumi-volcengine/sdk/go/volcengine/cloud_firewall"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := cloud_firewall.GetCfwControlPolicies(ctx, &cloud_firewall.GetCfwControlPoliciesArgs{
Actions: []string{
"deny",
},
Direction: "in",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Volcengine = Pulumi.Volcengine;
return await Deployment.RunAsync(() =>
{
var foo = Volcengine.Cloud_firewall.GetCfwControlPolicies.Invoke(new()
{
Actions = new[]
{
"deny",
},
Direction = "in",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.volcengine.cloud_firewall.Cloud_firewallFunctions;
import com.pulumi.volcengine.cloud_firewall.inputs.GetCfwControlPoliciesArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var foo = Cloud_firewallFunctions.getCfwControlPolicies(GetCfwControlPoliciesArgs.builder()
.actions("deny")
.direction("in")
.build());
}
}
variables:
foo:
fn::invoke:
Function: volcengine:cloud_firewall:getCfwControlPolicies
Arguments:
actions:
- deny
direction: in
Using getCfwControlPolicies
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 getCfwControlPolicies(args: GetCfwControlPoliciesArgs, opts?: InvokeOptions): Promise<GetCfwControlPoliciesResult>
function getCfwControlPoliciesOutput(args: GetCfwControlPoliciesOutputArgs, opts?: InvokeOptions): Output<GetCfwControlPoliciesResult>def get_cfw_control_policies(actions: Optional[Sequence[str]] = None,
description: Optional[str] = None,
destination: Optional[str] = None,
direction: Optional[str] = None,
output_file: Optional[str] = None,
protos: Optional[Sequence[str]] = None,
repeat_types: Optional[Sequence[str]] = None,
rule_id: Optional[str] = None,
source: Optional[str] = None,
statuses: Optional[Sequence[bool]] = None,
opts: Optional[InvokeOptions] = None) -> GetCfwControlPoliciesResult
def get_cfw_control_policies_output(actions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
description: Optional[pulumi.Input[str]] = None,
destination: Optional[pulumi.Input[str]] = None,
direction: Optional[pulumi.Input[str]] = None,
output_file: Optional[pulumi.Input[str]] = None,
protos: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
repeat_types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
rule_id: Optional[pulumi.Input[str]] = None,
source: Optional[pulumi.Input[str]] = None,
statuses: Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCfwControlPoliciesResult]func GetCfwControlPolicies(ctx *Context, args *GetCfwControlPoliciesArgs, opts ...InvokeOption) (*GetCfwControlPoliciesResult, error)
func GetCfwControlPoliciesOutput(ctx *Context, args *GetCfwControlPoliciesOutputArgs, opts ...InvokeOption) GetCfwControlPoliciesResultOutput> Note: This function is named GetCfwControlPolicies in the Go SDK.
public static class GetCfwControlPolicies
{
public static Task<GetCfwControlPoliciesResult> InvokeAsync(GetCfwControlPoliciesArgs args, InvokeOptions? opts = null)
public static Output<GetCfwControlPoliciesResult> Invoke(GetCfwControlPoliciesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetCfwControlPoliciesResult> getCfwControlPolicies(GetCfwControlPoliciesArgs args, InvokeOptions options)
public static Output<GetCfwControlPoliciesResult> getCfwControlPolicies(GetCfwControlPoliciesArgs args, InvokeOptions options)
fn::invoke:
function: volcengine:cloud_firewall/getCfwControlPolicies:getCfwControlPolicies
arguments:
# arguments dictionaryThe following arguments are supported:
- Direction string
- The direction of control policy. Valid values:
in,out. - Actions List<string>
- The action list of the control policy. Valid values:
accept,deny,monitor. - Description string
- The description of the control policy. This field support fuzzy query.
- Destination string
- The destination of the control policy. This field support fuzzy query.
- Output
File string - File name where to save data source results.
- Protos List<string>
- The proto list of the control policy. Valid values:
TCP,ICMP,UDP,ANY. When the destination_type isdomain, The proto must beTCP. - Repeat
Types List<string> - The repeat type of the control policy. Valid values:
Permanent,Once,Daily,Weekly,Monthly. - Rule
Id string - The rule id of the control policy. This field support fuzzy query.
- Source string
- The source of the control policy. This field support fuzzy query.
- Statuses List<bool>
- The enable status list of the control policy.
- Direction string
- The direction of control policy. Valid values:
in,out. - Actions []string
- The action list of the control policy. Valid values:
accept,deny,monitor. - Description string
- The description of the control policy. This field support fuzzy query.
- Destination string
- The destination of the control policy. This field support fuzzy query.
- Output
File string - File name where to save data source results.
- Protos []string
- The proto list of the control policy. Valid values:
TCP,ICMP,UDP,ANY. When the destination_type isdomain, The proto must beTCP. - Repeat
Types []string - The repeat type of the control policy. Valid values:
Permanent,Once,Daily,Weekly,Monthly. - Rule
Id string - The rule id of the control policy. This field support fuzzy query.
- Source string
- The source of the control policy. This field support fuzzy query.
- Statuses []bool
- The enable status list of the control policy.
- direction String
- The direction of control policy. Valid values:
in,out. - actions List<String>
- The action list of the control policy. Valid values:
accept,deny,monitor. - description String
- The description of the control policy. This field support fuzzy query.
- destination String
- The destination of the control policy. This field support fuzzy query.
- output
File String - File name where to save data source results.
- protos List<String>
- The proto list of the control policy. Valid values:
TCP,ICMP,UDP,ANY. When the destination_type isdomain, The proto must beTCP. - repeat
Types List<String> - The repeat type of the control policy. Valid values:
Permanent,Once,Daily,Weekly,Monthly. - rule
Id String - The rule id of the control policy. This field support fuzzy query.
- source String
- The source of the control policy. This field support fuzzy query.
- statuses List<Boolean>
- The enable status list of the control policy.
- direction string
- The direction of control policy. Valid values:
in,out. - actions string[]
- The action list of the control policy. Valid values:
accept,deny,monitor. - description string
- The description of the control policy. This field support fuzzy query.
- destination string
- The destination of the control policy. This field support fuzzy query.
- output
File string - File name where to save data source results.
- protos string[]
- The proto list of the control policy. Valid values:
TCP,ICMP,UDP,ANY. When the destination_type isdomain, The proto must beTCP. - repeat
Types string[] - The repeat type of the control policy. Valid values:
Permanent,Once,Daily,Weekly,Monthly. - rule
Id string - The rule id of the control policy. This field support fuzzy query.
- source string
- The source of the control policy. This field support fuzzy query.
- statuses boolean[]
- The enable status list of the control policy.
- direction str
- The direction of control policy. Valid values:
in,out. - actions Sequence[str]
- The action list of the control policy. Valid values:
accept,deny,monitor. - description str
- The description of the control policy. This field support fuzzy query.
- destination str
- The destination of the control policy. This field support fuzzy query.
- output_
file str - File name where to save data source results.
- protos Sequence[str]
- The proto list of the control policy. Valid values:
TCP,ICMP,UDP,ANY. When the destination_type isdomain, The proto must beTCP. - repeat_
types Sequence[str] - The repeat type of the control policy. Valid values:
Permanent,Once,Daily,Weekly,Monthly. - rule_
id str - The rule id of the control policy. This field support fuzzy query.
- source str
- The source of the control policy. This field support fuzzy query.
- statuses Sequence[bool]
- The enable status list of the control policy.
- direction String
- The direction of control policy. Valid values:
in,out. - actions List<String>
- The action list of the control policy. Valid values:
accept,deny,monitor. - description String
- The description of the control policy. This field support fuzzy query.
- destination String
- The destination of the control policy. This field support fuzzy query.
- output
File String - File name where to save data source results.
- protos List<String>
- The proto list of the control policy. Valid values:
TCP,ICMP,UDP,ANY. When the destination_type isdomain, The proto must beTCP. - repeat
Types List<String> - The repeat type of the control policy. Valid values:
Permanent,Once,Daily,Weekly,Monthly. - rule
Id String - The rule id of the control policy. This field support fuzzy query.
- source String
- The source of the control policy. This field support fuzzy query.
- statuses List<Boolean>
- The enable status list of the control policy.
getCfwControlPolicies Result
The following output properties are available:
- Control
Policies List<GetCfw Control Policies Control Policy> - The collection of query.
- Direction string
- The direction of the control policy.
- Id string
- The provider-assigned unique ID for this managed resource.
- Total
Count int - The total count of query.
- Actions List<string>
- The action of the control policy.
- Description string
- The description of the control policy.
- Destination string
- The destination of the control policy.
- Output
File string - Protos List<string>
- The proto of the control policy.
- Repeat
Types List<string> - The repeat type of the control policy.
- Rule
Id string - The id of the control policy.
- Source string
- The source of the control policy.
- Statuses List<bool>
- Whether to enable the control policy.
- Control
Policies []GetCfw Control Policies Control Policy - The collection of query.
- Direction string
- The direction of the control policy.
- Id string
- The provider-assigned unique ID for this managed resource.
- Total
Count int - The total count of query.
- Actions []string
- The action of the control policy.
- Description string
- The description of the control policy.
- Destination string
- The destination of the control policy.
- Output
File string - Protos []string
- The proto of the control policy.
- Repeat
Types []string - The repeat type of the control policy.
- Rule
Id string - The id of the control policy.
- Source string
- The source of the control policy.
- Statuses []bool
- Whether to enable the control policy.
- control
Policies List<GetCfw Control Policies Control Policy> - The collection of query.
- direction String
- The direction of the control policy.
- id String
- The provider-assigned unique ID for this managed resource.
- total
Count Integer - The total count of query.
- actions List<String>
- The action of the control policy.
- description String
- The description of the control policy.
- destination String
- The destination of the control policy.
- output
File String - protos List<String>
- The proto of the control policy.
- repeat
Types List<String> - The repeat type of the control policy.
- rule
Id String - The id of the control policy.
- source String
- The source of the control policy.
- statuses List<Boolean>
- Whether to enable the control policy.
- control
Policies GetCfw Control Policies Control Policy[] - The collection of query.
- direction string
- The direction of the control policy.
- id string
- The provider-assigned unique ID for this managed resource.
- total
Count number - The total count of query.
- actions string[]
- The action of the control policy.
- description string
- The description of the control policy.
- destination string
- The destination of the control policy.
- output
File string - protos string[]
- The proto of the control policy.
- repeat
Types string[] - The repeat type of the control policy.
- rule
Id string - The id of the control policy.
- source string
- The source of the control policy.
- statuses boolean[]
- Whether to enable the control policy.
- control_
policies Sequence[GetCfw Control Policies Control Policy] - The collection of query.
- direction str
- The direction of the control policy.
- id str
- The provider-assigned unique ID for this managed resource.
- total_
count int - The total count of query.
- actions Sequence[str]
- The action of the control policy.
- description str
- The description of the control policy.
- destination str
- The destination of the control policy.
- output_
file str - protos Sequence[str]
- The proto of the control policy.
- repeat_
types Sequence[str] - The repeat type of the control policy.
- rule_
id str - The id of the control policy.
- source str
- The source of the control policy.
- statuses Sequence[bool]
- Whether to enable the control policy.
- control
Policies List<Property Map> - The collection of query.
- direction String
- The direction of the control policy.
- id String
- The provider-assigned unique ID for this managed resource.
- total
Count Number - The total count of query.
- actions List<String>
- The action of the control policy.
- description String
- The description of the control policy.
- destination String
- The destination of the control policy.
- output
File String - protos List<String>
- The proto of the control policy.
- repeat
Types List<String> - The repeat type of the control policy.
- rule
Id String - The id of the control policy.
- source String
- The source of the control policy.
- statuses List<Boolean>
- Whether to enable the control policy.
Supporting Types
GetCfwControlPoliciesControlPolicy
- Account
Id string - The account id of the control policy.
- Action string
- The action list of the control policy. Valid values:
accept,deny,monitor. - Description string
- The description of the control policy. This field support fuzzy query.
- Dest
Port string - The dest port of the control policy.
- Dest
Port stringGroup Type - The dest port group type of the control policy.
- Dest
Port List<string>Lists - The dest port list of the control policy.
- Dest
Port stringType - The dest port type of the control policy.
- Destination string
- The destination of the control policy. This field support fuzzy query.
- Destination
Cidr List<string>Lists - The destination cidr list of the control policy.
- Destination
Group stringType - The destination group type of the control policy.
- Destination
Type string - The destination type of the control policy.
- Direction string
- The direction of control policy. Valid values:
in,out. - Effect
Status int - The effect status of the control policy. 1: Not yet effective, 2: Issued in progress, 3: Effective.
- End
Time int - The end time of the control policy. Unix timestamp.
- Hit
Cnt int - The hit count of the control policy.
- Id string
- The id of the control policy.
- Is
Effected bool - Whether the control policy is effected.
- Prio int
- The priority of the control policy.
- Proto string
- The proto list of the control policy. Valid values:
TCP,ICMP,UDP,ANY. When the destination_type isdomain, The proto must beTCP. - Repeat
Days List<int> - The repeat days of the control policy.
- Repeat
End stringTime - The repeat end time of the control policy.
- Repeat
Start stringTime - The repeat start time of the control policy.
- Repeat
Type string - The repeat type of the control policy. Valid values:
Permanent,Once,Daily,Weekly,Monthly. - Rule
Id string - The rule id of the control policy. This field support fuzzy query.
- Source string
- The source of the control policy. This field support fuzzy query.
- Source
Cidr List<string>Lists - The source cidr list of the control policy.
- Source
Group stringType - The source group type of the control policy.
- Source
Type string - The source type of the control policy.
- Start
Time int - The start time of the control policy. Unix timestamp.
- Status bool
- The enable status list of the control policy.
- Update
Time int - The update time of the control policy.
- Use
Count int - The use count of the control policy.
- Account
Id string - The account id of the control policy.
- Action string
- The action list of the control policy. Valid values:
accept,deny,monitor. - Description string
- The description of the control policy. This field support fuzzy query.
- Dest
Port string - The dest port of the control policy.
- Dest
Port stringGroup Type - The dest port group type of the control policy.
- Dest
Port []stringLists - The dest port list of the control policy.
- Dest
Port stringType - The dest port type of the control policy.
- Destination string
- The destination of the control policy. This field support fuzzy query.
- Destination
Cidr []stringLists - The destination cidr list of the control policy.
- Destination
Group stringType - The destination group type of the control policy.
- Destination
Type string - The destination type of the control policy.
- Direction string
- The direction of control policy. Valid values:
in,out. - Effect
Status int - The effect status of the control policy. 1: Not yet effective, 2: Issued in progress, 3: Effective.
- End
Time int - The end time of the control policy. Unix timestamp.
- Hit
Cnt int - The hit count of the control policy.
- Id string
- The id of the control policy.
- Is
Effected bool - Whether the control policy is effected.
- Prio int
- The priority of the control policy.
- Proto string
- The proto list of the control policy. Valid values:
TCP,ICMP,UDP,ANY. When the destination_type isdomain, The proto must beTCP. - Repeat
Days []int - The repeat days of the control policy.
- Repeat
End stringTime - The repeat end time of the control policy.
- Repeat
Start stringTime - The repeat start time of the control policy.
- Repeat
Type string - The repeat type of the control policy. Valid values:
Permanent,Once,Daily,Weekly,Monthly. - Rule
Id string - The rule id of the control policy. This field support fuzzy query.
- Source string
- The source of the control policy. This field support fuzzy query.
- Source
Cidr []stringLists - The source cidr list of the control policy.
- Source
Group stringType - The source group type of the control policy.
- Source
Type string - The source type of the control policy.
- Start
Time int - The start time of the control policy. Unix timestamp.
- Status bool
- The enable status list of the control policy.
- Update
Time int - The update time of the control policy.
- Use
Count int - The use count of the control policy.
- account
Id String - The account id of the control policy.
- action String
- The action list of the control policy. Valid values:
accept,deny,monitor. - description String
- The description of the control policy. This field support fuzzy query.
- dest
Port String - The dest port of the control policy.
- dest
Port StringGroup Type - The dest port group type of the control policy.
- dest
Port List<String>Lists - The dest port list of the control policy.
- dest
Port StringType - The dest port type of the control policy.
- destination String
- The destination of the control policy. This field support fuzzy query.
- destination
Cidr List<String>Lists - The destination cidr list of the control policy.
- destination
Group StringType - The destination group type of the control policy.
- destination
Type String - The destination type of the control policy.
- direction String
- The direction of control policy. Valid values:
in,out. - effect
Status Integer - The effect status of the control policy. 1: Not yet effective, 2: Issued in progress, 3: Effective.
- end
Time Integer - The end time of the control policy. Unix timestamp.
- hit
Cnt Integer - The hit count of the control policy.
- id String
- The id of the control policy.
- is
Effected Boolean - Whether the control policy is effected.
- prio Integer
- The priority of the control policy.
- proto String
- The proto list of the control policy. Valid values:
TCP,ICMP,UDP,ANY. When the destination_type isdomain, The proto must beTCP. - repeat
Days List<Integer> - The repeat days of the control policy.
- repeat
End StringTime - The repeat end time of the control policy.
- repeat
Start StringTime - The repeat start time of the control policy.
- repeat
Type String - The repeat type of the control policy. Valid values:
Permanent,Once,Daily,Weekly,Monthly. - rule
Id String - The rule id of the control policy. This field support fuzzy query.
- source String
- The source of the control policy. This field support fuzzy query.
- source
Cidr List<String>Lists - The source cidr list of the control policy.
- source
Group StringType - The source group type of the control policy.
- source
Type String - The source type of the control policy.
- start
Time Integer - The start time of the control policy. Unix timestamp.
- status Boolean
- The enable status list of the control policy.
- update
Time Integer - The update time of the control policy.
- use
Count Integer - The use count of the control policy.
- account
Id string - The account id of the control policy.
- action string
- The action list of the control policy. Valid values:
accept,deny,monitor. - description string
- The description of the control policy. This field support fuzzy query.
- dest
Port string - The dest port of the control policy.
- dest
Port stringGroup Type - The dest port group type of the control policy.
- dest
Port string[]Lists - The dest port list of the control policy.
- dest
Port stringType - The dest port type of the control policy.
- destination string
- The destination of the control policy. This field support fuzzy query.
- destination
Cidr string[]Lists - The destination cidr list of the control policy.
- destination
Group stringType - The destination group type of the control policy.
- destination
Type string - The destination type of the control policy.
- direction string
- The direction of control policy. Valid values:
in,out. - effect
Status number - The effect status of the control policy. 1: Not yet effective, 2: Issued in progress, 3: Effective.
- end
Time number - The end time of the control policy. Unix timestamp.
- hit
Cnt number - The hit count of the control policy.
- id string
- The id of the control policy.
- is
Effected boolean - Whether the control policy is effected.
- prio number
- The priority of the control policy.
- proto string
- The proto list of the control policy. Valid values:
TCP,ICMP,UDP,ANY. When the destination_type isdomain, The proto must beTCP. - repeat
Days number[] - The repeat days of the control policy.
- repeat
End stringTime - The repeat end time of the control policy.
- repeat
Start stringTime - The repeat start time of the control policy.
- repeat
Type string - The repeat type of the control policy. Valid values:
Permanent,Once,Daily,Weekly,Monthly. - rule
Id string - The rule id of the control policy. This field support fuzzy query.
- source string
- The source of the control policy. This field support fuzzy query.
- source
Cidr string[]Lists - The source cidr list of the control policy.
- source
Group stringType - The source group type of the control policy.
- source
Type string - The source type of the control policy.
- start
Time number - The start time of the control policy. Unix timestamp.
- status boolean
- The enable status list of the control policy.
- update
Time number - The update time of the control policy.
- use
Count number - The use count of the control policy.
- account_
id str - The account id of the control policy.
- action str
- The action list of the control policy. Valid values:
accept,deny,monitor. - description str
- The description of the control policy. This field support fuzzy query.
- dest_
port str - The dest port of the control policy.
- dest_
port_ strgroup_ type - The dest port group type of the control policy.
- dest_
port_ Sequence[str]lists - The dest port list of the control policy.
- dest_
port_ strtype - The dest port type of the control policy.
- destination str
- The destination of the control policy. This field support fuzzy query.
- destination_
cidr_ Sequence[str]lists - The destination cidr list of the control policy.
- destination_
group_ strtype - The destination group type of the control policy.
- destination_
type str - The destination type of the control policy.
- direction str
- The direction of control policy. Valid values:
in,out. - effect_
status int - The effect status of the control policy. 1: Not yet effective, 2: Issued in progress, 3: Effective.
- end_
time int - The end time of the control policy. Unix timestamp.
- hit_
cnt int - The hit count of the control policy.
- id str
- The id of the control policy.
- is_
effected bool - Whether the control policy is effected.
- prio int
- The priority of the control policy.
- proto str
- The proto list of the control policy. Valid values:
TCP,ICMP,UDP,ANY. When the destination_type isdomain, The proto must beTCP. - repeat_
days Sequence[int] - The repeat days of the control policy.
- repeat_
end_ strtime - The repeat end time of the control policy.
- repeat_
start_ strtime - The repeat start time of the control policy.
- repeat_
type str - The repeat type of the control policy. Valid values:
Permanent,Once,Daily,Weekly,Monthly. - rule_
id str - The rule id of the control policy. This field support fuzzy query.
- source str
- The source of the control policy. This field support fuzzy query.
- source_
cidr_ Sequence[str]lists - The source cidr list of the control policy.
- source_
group_ strtype - The source group type of the control policy.
- source_
type str - The source type of the control policy.
- start_
time int - The start time of the control policy. Unix timestamp.
- status bool
- The enable status list of the control policy.
- update_
time int - The update time of the control policy.
- use_
count int - The use count of the control policy.
- account
Id String - The account id of the control policy.
- action String
- The action list of the control policy. Valid values:
accept,deny,monitor. - description String
- The description of the control policy. This field support fuzzy query.
- dest
Port String - The dest port of the control policy.
- dest
Port StringGroup Type - The dest port group type of the control policy.
- dest
Port List<String>Lists - The dest port list of the control policy.
- dest
Port StringType - The dest port type of the control policy.
- destination String
- The destination of the control policy. This field support fuzzy query.
- destination
Cidr List<String>Lists - The destination cidr list of the control policy.
- destination
Group StringType - The destination group type of the control policy.
- destination
Type String - The destination type of the control policy.
- direction String
- The direction of control policy. Valid values:
in,out. - effect
Status Number - The effect status of the control policy. 1: Not yet effective, 2: Issued in progress, 3: Effective.
- end
Time Number - The end time of the control policy. Unix timestamp.
- hit
Cnt Number - The hit count of the control policy.
- id String
- The id of the control policy.
- is
Effected Boolean - Whether the control policy is effected.
- prio Number
- The priority of the control policy.
- proto String
- The proto list of the control policy. Valid values:
TCP,ICMP,UDP,ANY. When the destination_type isdomain, The proto must beTCP. - repeat
Days List<Number> - The repeat days of the control policy.
- repeat
End StringTime - The repeat end time of the control policy.
- repeat
Start StringTime - The repeat start time of the control policy.
- repeat
Type String - The repeat type of the control policy. Valid values:
Permanent,Once,Daily,Weekly,Monthly. - rule
Id String - The rule id of the control policy. This field support fuzzy query.
- source String
- The source of the control policy. This field support fuzzy query.
- source
Cidr List<String>Lists - The source cidr list of the control policy.
- source
Group StringType - The source group type of the control policy.
- source
Type String - The source type of the control policy.
- start
Time Number - The start time of the control policy. Unix timestamp.
- status Boolean
- The enable status list of the control policy.
- update
Time Number - The update time of the control policy.
- use
Count Number - The use count of the control policy.
Package Details
- Repository
- volcengine volcengine/pulumi-volcengine
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
volcengineTerraform Provider.
Volcengine v0.0.38 published on Friday, Oct 31, 2025 by Volcengine
