Strata Cloud Manager v0.4.3 published on Saturday, Nov 8, 2025 by Pulumi
Strata Cloud Manager v0.4.3 published on Saturday, Nov 8, 2025 by Pulumi
TrafficSteeringRule data source
Using getTrafficSteeringRule
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 getTrafficSteeringRule(args: GetTrafficSteeringRuleArgs, opts?: InvokeOptions): Promise<GetTrafficSteeringRuleResult>
function getTrafficSteeringRuleOutput(args: GetTrafficSteeringRuleOutputArgs, opts?: InvokeOptions): Output<GetTrafficSteeringRuleResult>def get_traffic_steering_rule(id: Optional[str] = None,
name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetTrafficSteeringRuleResult
def get_traffic_steering_rule_output(id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetTrafficSteeringRuleResult]func LookupTrafficSteeringRule(ctx *Context, args *LookupTrafficSteeringRuleArgs, opts ...InvokeOption) (*LookupTrafficSteeringRuleResult, error)
func LookupTrafficSteeringRuleOutput(ctx *Context, args *LookupTrafficSteeringRuleOutputArgs, opts ...InvokeOption) LookupTrafficSteeringRuleResultOutput> Note: This function is named LookupTrafficSteeringRule in the Go SDK.
public static class GetTrafficSteeringRule
{
public static Task<GetTrafficSteeringRuleResult> InvokeAsync(GetTrafficSteeringRuleArgs args, InvokeOptions? opts = null)
public static Output<GetTrafficSteeringRuleResult> Invoke(GetTrafficSteeringRuleInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetTrafficSteeringRuleResult> getTrafficSteeringRule(GetTrafficSteeringRuleArgs args, InvokeOptions options)
public static Output<GetTrafficSteeringRuleResult> getTrafficSteeringRule(GetTrafficSteeringRuleArgs args, InvokeOptions options)
fn::invoke:
function: scm:index/getTrafficSteeringRule:getTrafficSteeringRule
arguments:
# arguments dictionaryThe following arguments are supported:
getTrafficSteeringRule Result
The following output properties are available:
- Action
Get
Traffic Steering Rule Action - Action
- Categories List<string>
- Category
- Destinations List<string>
- Destination
- Folder string
- The folder containing the traffic steering rule
- Id string
- The UUID of the traffic steering rule
- Name string
- Name
- Services List<string>
- Service
- Source
Users List<string> - Source user
- Sources List<string>
- Source
- Tfid string
- Action
Get
Traffic Steering Rule Action - Action
- Categories []string
- Category
- Destinations []string
- Destination
- Folder string
- The folder containing the traffic steering rule
- Id string
- The UUID of the traffic steering rule
- Name string
- Name
- Services []string
- Service
- Source
Users []string - Source user
- Sources []string
- Source
- Tfid string
- action
Get
Traffic Steering Rule Action - Action
- categories List<String>
- Category
- destinations List<String>
- Destination
- folder String
- The folder containing the traffic steering rule
- id String
- The UUID of the traffic steering rule
- name String
- Name
- services List<String>
- Service
- source
Users List<String> - Source user
- sources List<String>
- Source
- tfid String
- action
Get
Traffic Steering Rule Action - Action
- categories string[]
- Category
- destinations string[]
- Destination
- folder string
- The folder containing the traffic steering rule
- id string
- The UUID of the traffic steering rule
- name string
- Name
- services string[]
- Service
- source
Users string[] - Source user
- sources string[]
- Source
- tfid string
- action
Get
Traffic Steering Rule Action - Action
- categories Sequence[str]
- Category
- destinations Sequence[str]
- Destination
- folder str
- The folder containing the traffic steering rule
- id str
- The UUID of the traffic steering rule
- name str
- Name
- services Sequence[str]
- Service
- source_
users Sequence[str] - Source user
- sources Sequence[str]
- Source
- tfid str
- action Property Map
- Action
- categories List<String>
- Category
- destinations List<String>
- Destination
- folder String
- The folder containing the traffic steering rule
- id String
- The UUID of the traffic steering rule
- name String
- Name
- services List<String>
- Service
- source
Users List<String> - Source user
- sources List<String>
- Source
- tfid String
Supporting Types
GetTrafficSteeringRuleAction
- forward Property Map
- Forward
GetTrafficSteeringRuleActionForward
- forward Property Map
- Forward
- no
Pbf Property Map - No pbf
GetTrafficSteeringRuleActionForwardForward
- Target string
- Target
- Target string
- Target
- target String
- Target
- target string
- Target
- target str
- Target
- target String
- Target
Package Details
- Repository
- scm pulumi/pulumi-scm
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
scmTerraform Provider.
Strata Cloud Manager v0.4.3 published on Saturday, Nov 8, 2025 by Pulumi
