Strata Cloud Manager v1.0.3 published on Thursday, Jan 22, 2026 by Pulumi
Strata Cloud Manager v1.0.3 published on Thursday, Jan 22, 2026 by Pulumi
RoutePathAccessList data source
Using getRoutePathAccessList
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 getRoutePathAccessList(args: GetRoutePathAccessListArgs, opts?: InvokeOptions): Promise<GetRoutePathAccessListResult>
function getRoutePathAccessListOutput(args: GetRoutePathAccessListOutputArgs, opts?: InvokeOptions): Output<GetRoutePathAccessListResult>def get_route_path_access_list(device: Optional[str] = None,
folder: Optional[str] = None,
id: Optional[str] = None,
name: Optional[str] = None,
snippet: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetRoutePathAccessListResult
def get_route_path_access_list_output(device: Optional[pulumi.Input[str]] = None,
folder: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
snippet: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetRoutePathAccessListResult]func LookupRoutePathAccessList(ctx *Context, args *LookupRoutePathAccessListArgs, opts ...InvokeOption) (*LookupRoutePathAccessListResult, error)
func LookupRoutePathAccessListOutput(ctx *Context, args *LookupRoutePathAccessListOutputArgs, opts ...InvokeOption) LookupRoutePathAccessListResultOutput> Note: This function is named LookupRoutePathAccessList in the Go SDK.
public static class GetRoutePathAccessList
{
public static Task<GetRoutePathAccessListResult> InvokeAsync(GetRoutePathAccessListArgs args, InvokeOptions? opts = null)
public static Output<GetRoutePathAccessListResult> Invoke(GetRoutePathAccessListInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetRoutePathAccessListResult> getRoutePathAccessList(GetRoutePathAccessListArgs args, InvokeOptions options)
public static Output<GetRoutePathAccessListResult> getRoutePathAccessList(GetRoutePathAccessListArgs args, InvokeOptions options)
fn::invoke:
function: scm:index/getRoutePathAccessList:getRoutePathAccessList
arguments:
# arguments dictionaryThe following arguments are supported:
getRoutePathAccessList Result
The following output properties are available:
- Aspath
Entries List<GetRoute Path Access List Aspath Entry> - Description string
- Device string
- The device in which the resource is defined
- Folder string
- Id string
- UUID of the resource
- Name string
- Snippet string
- Tfid string
- Aspath
Entries []GetRoute Path Access List Aspath Entry - Description string
- Device string
- The device in which the resource is defined
- Folder string
- Id string
- UUID of the resource
- Name string
- Snippet string
- Tfid string
- aspath
Entries List<GetRoute Path Access List Aspath Entry> - description String
- device String
- The device in which the resource is defined
- folder String
- id String
- UUID of the resource
- name String
- snippet String
- tfid String
- aspath
Entries GetRoute Path Access List Aspath Entry[] - description string
- device string
- The device in which the resource is defined
- folder string
- id string
- UUID of the resource
- name string
- snippet string
- tfid string
- aspath_
entries Sequence[GetRoute Path Access List Aspath Entry] - description str
- device str
- The device in which the resource is defined
- folder str
- id str
- UUID of the resource
- name str
- snippet str
- tfid str
- aspath
Entries List<Property Map> - description String
- device String
- The device in which the resource is defined
- folder String
- id String
- UUID of the resource
- name String
- snippet String
- tfid String
Supporting Types
GetRoutePathAccessListAspathEntry
- Action string
- Action
- Aspath
Regex string - AS path regular expression
- Name int
- Sequence number
- Action string
- Action
- Aspath
Regex string - AS path regular expression
- Name int
- Sequence number
- action String
- Action
- aspath
Regex String - AS path regular expression
- name Integer
- Sequence number
- action string
- Action
- aspath
Regex string - AS path regular expression
- name number
- Sequence number
- action str
- Action
- aspath_
regex str - AS path regular expression
- name int
- Sequence number
- action String
- Action
- aspath
Regex String - AS path regular expression
- name Number
- Sequence number
Package Details
- Repository
- scm pulumi/pulumi-scm
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
scmTerraform Provider.
Strata Cloud Manager v1.0.3 published on Thursday, Jan 22, 2026 by Pulumi
