Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
published on Thursday, Apr 23, 2026 by Volcengine
Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
published on Thursday, Apr 23, 2026 by Volcengine
Data Source schema for Volcengine::VPC::TrafficMirrorFilterRule
Using getTrafficMirrorFilterRule
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 getTrafficMirrorFilterRule(args: GetTrafficMirrorFilterRuleArgs, opts?: InvokeOptions): Promise<GetTrafficMirrorFilterRuleResult>
function getTrafficMirrorFilterRuleOutput(args: GetTrafficMirrorFilterRuleOutputArgs, opts?: InvokeOptions): Output<GetTrafficMirrorFilterRuleResult>def get_traffic_mirror_filter_rule(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetTrafficMirrorFilterRuleResult
def get_traffic_mirror_filter_rule_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetTrafficMirrorFilterRuleResult]func LookupTrafficMirrorFilterRule(ctx *Context, args *LookupTrafficMirrorFilterRuleArgs, opts ...InvokeOption) (*LookupTrafficMirrorFilterRuleResult, error)
func LookupTrafficMirrorFilterRuleOutput(ctx *Context, args *LookupTrafficMirrorFilterRuleOutputArgs, opts ...InvokeOption) LookupTrafficMirrorFilterRuleResultOutput> Note: This function is named LookupTrafficMirrorFilterRule in the Go SDK.
public static class GetTrafficMirrorFilterRule
{
public static Task<GetTrafficMirrorFilterRuleResult> InvokeAsync(GetTrafficMirrorFilterRuleArgs args, InvokeOptions? opts = null)
public static Output<GetTrafficMirrorFilterRuleResult> Invoke(GetTrafficMirrorFilterRuleInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetTrafficMirrorFilterRuleResult> getTrafficMirrorFilterRule(GetTrafficMirrorFilterRuleArgs args, InvokeOptions options)
public static Output<GetTrafficMirrorFilterRuleResult> getTrafficMirrorFilterRule(GetTrafficMirrorFilterRuleArgs args, InvokeOptions options)
fn::invoke:
function: volcenginecc:vpc/getTrafficMirrorFilterRule:getTrafficMirrorFilterRule
arguments:
# arguments dictionaryThe 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 str
- Uniquely identifies the resource.
- id String
- Uniquely identifies the resource.
getTrafficMirrorFilterRule Result
The following output properties are available:
- Description string
- Description of the filtering rule.
- Destination
Cidr stringBlock - Destination network segment.
- Destination
Port stringRange - Destination port range for traffic. When Protocol is all or icmp, this parameter is not required. The default value is -1/-1, which means no port restriction. When Protocol is tcp or udp, this parameter is required. Valid range is 1–65535. Use a forward slash (/) to separate the start and end ports, such as 1/50, 80/80.
- Id string
- Uniquely identifies the resource.
- Policy string
- Traffic capture policy. accept: allow. When traffic from the mirror source matches this rule, the traffic is copied to the mirror target for monitoring and analysis. reject: reject. When traffic from the mirror source matches this rule, the traffic is not copied and monitoring and analysis are not performed.
- Priority int
- Priority of the filtering rule, ranging from 1 to 1000. The smaller the value, the higher the priority. Default is 1, which is the highest priority. For the same filtering condition and direction, the priority must be unique.
- Protocol string
- Traffic protocol. Valid values: all: includes TCP, UDP, and ICMP protocols. tcp: TCP protocol. udp: UDP protocol. icmp: ICMP protocol.
- Source
Cidr stringBlock - Source network segment.
- Source
Port stringRange - Source port range for traffic. When Protocol is all or icmp, this parameter is not required. The default value is -1/-1, which means no port restriction. When Protocol is tcp or udp, this parameter is required. Valid range is 1–65535. Use a forward slash (/) to separate the start and end ports, such as 1/50, 80/80.
- Status string
- Status of the filtering rule. Available: available. Deleting: deleting. Creating: creating. Pending: modifying.
- Traffic
Direction string - Traffic direction. Valid values: ingress: inbound rule. egress: outbound rule.
- Traffic
Mirror stringFilter Id - Filtering condition ID.
- Traffic
Mirror stringFilter Rule Id - Filtering rule ID.
- Description string
- Description of the filtering rule.
- Destination
Cidr stringBlock - Destination network segment.
- Destination
Port stringRange - Destination port range for traffic. When Protocol is all or icmp, this parameter is not required. The default value is -1/-1, which means no port restriction. When Protocol is tcp or udp, this parameter is required. Valid range is 1–65535. Use a forward slash (/) to separate the start and end ports, such as 1/50, 80/80.
- Id string
- Uniquely identifies the resource.
- Policy string
- Traffic capture policy. accept: allow. When traffic from the mirror source matches this rule, the traffic is copied to the mirror target for monitoring and analysis. reject: reject. When traffic from the mirror source matches this rule, the traffic is not copied and monitoring and analysis are not performed.
- Priority int
- Priority of the filtering rule, ranging from 1 to 1000. The smaller the value, the higher the priority. Default is 1, which is the highest priority. For the same filtering condition and direction, the priority must be unique.
- Protocol string
- Traffic protocol. Valid values: all: includes TCP, UDP, and ICMP protocols. tcp: TCP protocol. udp: UDP protocol. icmp: ICMP protocol.
- Source
Cidr stringBlock - Source network segment.
- Source
Port stringRange - Source port range for traffic. When Protocol is all or icmp, this parameter is not required. The default value is -1/-1, which means no port restriction. When Protocol is tcp or udp, this parameter is required. Valid range is 1–65535. Use a forward slash (/) to separate the start and end ports, such as 1/50, 80/80.
- Status string
- Status of the filtering rule. Available: available. Deleting: deleting. Creating: creating. Pending: modifying.
- Traffic
Direction string - Traffic direction. Valid values: ingress: inbound rule. egress: outbound rule.
- Traffic
Mirror stringFilter Id - Filtering condition ID.
- Traffic
Mirror stringFilter Rule Id - Filtering rule ID.
- description String
- Description of the filtering rule.
- destination
Cidr StringBlock - Destination network segment.
- destination
Port StringRange - Destination port range for traffic. When Protocol is all or icmp, this parameter is not required. The default value is -1/-1, which means no port restriction. When Protocol is tcp or udp, this parameter is required. Valid range is 1–65535. Use a forward slash (/) to separate the start and end ports, such as 1/50, 80/80.
- id String
- Uniquely identifies the resource.
- policy String
- Traffic capture policy. accept: allow. When traffic from the mirror source matches this rule, the traffic is copied to the mirror target for monitoring and analysis. reject: reject. When traffic from the mirror source matches this rule, the traffic is not copied and monitoring and analysis are not performed.
- priority Integer
- Priority of the filtering rule, ranging from 1 to 1000. The smaller the value, the higher the priority. Default is 1, which is the highest priority. For the same filtering condition and direction, the priority must be unique.
- protocol String
- Traffic protocol. Valid values: all: includes TCP, UDP, and ICMP protocols. tcp: TCP protocol. udp: UDP protocol. icmp: ICMP protocol.
- source
Cidr StringBlock - Source network segment.
- source
Port StringRange - Source port range for traffic. When Protocol is all or icmp, this parameter is not required. The default value is -1/-1, which means no port restriction. When Protocol is tcp or udp, this parameter is required. Valid range is 1–65535. Use a forward slash (/) to separate the start and end ports, such as 1/50, 80/80.
- status String
- Status of the filtering rule. Available: available. Deleting: deleting. Creating: creating. Pending: modifying.
- traffic
Direction String - Traffic direction. Valid values: ingress: inbound rule. egress: outbound rule.
- traffic
Mirror StringFilter Id - Filtering condition ID.
- traffic
Mirror StringFilter Rule Id - Filtering rule ID.
- description string
- Description of the filtering rule.
- destination
Cidr stringBlock - Destination network segment.
- destination
Port stringRange - Destination port range for traffic. When Protocol is all or icmp, this parameter is not required. The default value is -1/-1, which means no port restriction. When Protocol is tcp or udp, this parameter is required. Valid range is 1–65535. Use a forward slash (/) to separate the start and end ports, such as 1/50, 80/80.
- id string
- Uniquely identifies the resource.
- policy string
- Traffic capture policy. accept: allow. When traffic from the mirror source matches this rule, the traffic is copied to the mirror target for monitoring and analysis. reject: reject. When traffic from the mirror source matches this rule, the traffic is not copied and monitoring and analysis are not performed.
- priority number
- Priority of the filtering rule, ranging from 1 to 1000. The smaller the value, the higher the priority. Default is 1, which is the highest priority. For the same filtering condition and direction, the priority must be unique.
- protocol string
- Traffic protocol. Valid values: all: includes TCP, UDP, and ICMP protocols. tcp: TCP protocol. udp: UDP protocol. icmp: ICMP protocol.
- source
Cidr stringBlock - Source network segment.
- source
Port stringRange - Source port range for traffic. When Protocol is all or icmp, this parameter is not required. The default value is -1/-1, which means no port restriction. When Protocol is tcp or udp, this parameter is required. Valid range is 1–65535. Use a forward slash (/) to separate the start and end ports, such as 1/50, 80/80.
- status string
- Status of the filtering rule. Available: available. Deleting: deleting. Creating: creating. Pending: modifying.
- traffic
Direction string - Traffic direction. Valid values: ingress: inbound rule. egress: outbound rule.
- traffic
Mirror stringFilter Id - Filtering condition ID.
- traffic
Mirror stringFilter Rule Id - Filtering rule ID.
- description str
- Description of the filtering rule.
- destination_
cidr_ strblock - Destination network segment.
- destination_
port_ strrange - Destination port range for traffic. When Protocol is all or icmp, this parameter is not required. The default value is -1/-1, which means no port restriction. When Protocol is tcp or udp, this parameter is required. Valid range is 1–65535. Use a forward slash (/) to separate the start and end ports, such as 1/50, 80/80.
- id str
- Uniquely identifies the resource.
- policy str
- Traffic capture policy. accept: allow. When traffic from the mirror source matches this rule, the traffic is copied to the mirror target for monitoring and analysis. reject: reject. When traffic from the mirror source matches this rule, the traffic is not copied and monitoring and analysis are not performed.
- priority int
- Priority of the filtering rule, ranging from 1 to 1000. The smaller the value, the higher the priority. Default is 1, which is the highest priority. For the same filtering condition and direction, the priority must be unique.
- protocol str
- Traffic protocol. Valid values: all: includes TCP, UDP, and ICMP protocols. tcp: TCP protocol. udp: UDP protocol. icmp: ICMP protocol.
- source_
cidr_ strblock - Source network segment.
- source_
port_ strrange - Source port range for traffic. When Protocol is all or icmp, this parameter is not required. The default value is -1/-1, which means no port restriction. When Protocol is tcp or udp, this parameter is required. Valid range is 1–65535. Use a forward slash (/) to separate the start and end ports, such as 1/50, 80/80.
- status str
- Status of the filtering rule. Available: available. Deleting: deleting. Creating: creating. Pending: modifying.
- traffic_
direction str - Traffic direction. Valid values: ingress: inbound rule. egress: outbound rule.
- traffic_
mirror_ strfilter_ id - Filtering condition ID.
- traffic_
mirror_ strfilter_ rule_ id - Filtering rule ID.
- description String
- Description of the filtering rule.
- destination
Cidr StringBlock - Destination network segment.
- destination
Port StringRange - Destination port range for traffic. When Protocol is all or icmp, this parameter is not required. The default value is -1/-1, which means no port restriction. When Protocol is tcp or udp, this parameter is required. Valid range is 1–65535. Use a forward slash (/) to separate the start and end ports, such as 1/50, 80/80.
- id String
- Uniquely identifies the resource.
- policy String
- Traffic capture policy. accept: allow. When traffic from the mirror source matches this rule, the traffic is copied to the mirror target for monitoring and analysis. reject: reject. When traffic from the mirror source matches this rule, the traffic is not copied and monitoring and analysis are not performed.
- priority Number
- Priority of the filtering rule, ranging from 1 to 1000. The smaller the value, the higher the priority. Default is 1, which is the highest priority. For the same filtering condition and direction, the priority must be unique.
- protocol String
- Traffic protocol. Valid values: all: includes TCP, UDP, and ICMP protocols. tcp: TCP protocol. udp: UDP protocol. icmp: ICMP protocol.
- source
Cidr StringBlock - Source network segment.
- source
Port StringRange - Source port range for traffic. When Protocol is all or icmp, this parameter is not required. The default value is -1/-1, which means no port restriction. When Protocol is tcp or udp, this parameter is required. Valid range is 1–65535. Use a forward slash (/) to separate the start and end ports, such as 1/50, 80/80.
- status String
- Status of the filtering rule. Available: available. Deleting: deleting. Creating: creating. Pending: modifying.
- traffic
Direction String - Traffic direction. Valid values: ingress: inbound rule. egress: outbound rule.
- traffic
Mirror StringFilter Id - Filtering condition ID.
- traffic
Mirror StringFilter Rule Id - Filtering rule ID.
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.32
published on Thursday, Apr 23, 2026 by Volcengine
published on Thursday, Apr 23, 2026 by Volcengine
