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
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(id: Optional[str] = None,
name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetRoutePathAccessListResult
def get_route_path_access_list_output(id: Optional[pulumi.Input[str]] = None,
name: 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> - AS paths
- Description string
- Description
- Device string
- The device in which the resource is defined
- Folder string
- The folder in which the resource is defined
- Id string
- UUID of the resource
- Name string
- AS path access list name
- Snippet string
- The snippet in which the resource is defined
- Tfid string
- Aspath
Entries []GetRoute Path Access List Aspath Entry - AS paths
- Description string
- Description
- Device string
- The device in which the resource is defined
- Folder string
- The folder in which the resource is defined
- Id string
- UUID of the resource
- Name string
- AS path access list name
- Snippet string
- The snippet in which the resource is defined
- Tfid string
- aspath
Entries List<GetRoute Path Access List Aspath Entry> - AS paths
- description String
- Description
- device String
- The device in which the resource is defined
- folder String
- The folder in which the resource is defined
- id String
- UUID of the resource
- name String
- AS path access list name
- snippet String
- The snippet in which the resource is defined
- tfid String
- aspath
Entries GetRoute Path Access List Aspath Entry[] - AS paths
- description string
- Description
- device string
- The device in which the resource is defined
- folder string
- The folder in which the resource is defined
- id string
- UUID of the resource
- name string
- AS path access list name
- snippet string
- The snippet in which the resource is defined
- tfid string
- aspath_
entries Sequence[GetRoute Path Access List Aspath Entry] - AS paths
- description str
- Description
- device str
- The device in which the resource is defined
- folder str
- The folder in which the resource is defined
- id str
- UUID of the resource
- name str
- AS path access list name
- snippet str
- The snippet in which the resource is defined
- tfid str
- aspath
Entries List<Property Map> - AS paths
- description String
- Description
- device String
- The device in which the resource is defined
- folder String
- The folder in which the resource is defined
- id String
- UUID of the resource
- name String
- AS path access list name
- snippet String
- The snippet in which the resource is defined
- 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 v0.4.3 published on Saturday, Nov 8, 2025 by Pulumi
