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
RouteCommunityList data source
Using getRouteCommunityList
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 getRouteCommunityList(args: GetRouteCommunityListArgs, opts?: InvokeOptions): Promise<GetRouteCommunityListResult>
function getRouteCommunityListOutput(args: GetRouteCommunityListOutputArgs, opts?: InvokeOptions): Output<GetRouteCommunityListResult>def get_route_community_list(id: Optional[str] = None,
name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetRouteCommunityListResult
def get_route_community_list_output(id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetRouteCommunityListResult]func LookupRouteCommunityList(ctx *Context, args *LookupRouteCommunityListArgs, opts ...InvokeOption) (*LookupRouteCommunityListResult, error)
func LookupRouteCommunityListOutput(ctx *Context, args *LookupRouteCommunityListOutputArgs, opts ...InvokeOption) LookupRouteCommunityListResultOutput> Note: This function is named LookupRouteCommunityList in the Go SDK.
public static class GetRouteCommunityList
{
public static Task<GetRouteCommunityListResult> InvokeAsync(GetRouteCommunityListArgs args, InvokeOptions? opts = null)
public static Output<GetRouteCommunityListResult> Invoke(GetRouteCommunityListInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetRouteCommunityListResult> getRouteCommunityList(GetRouteCommunityListArgs args, InvokeOptions options)
public static Output<GetRouteCommunityListResult> getRouteCommunityList(GetRouteCommunityListArgs args, InvokeOptions options)
fn::invoke:
function: scm:index/getRouteCommunityList:getRouteCommunityList
arguments:
# arguments dictionaryThe following arguments are supported:
getRouteCommunityList Result
The following output properties are available:
- 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
- Route community list name
- Snippet string
- The snippet in which the resource is defined
- Tfid string
- Type
Get
Route Community List Type - Type
- 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
- Route community list name
- Snippet string
- The snippet in which the resource is defined
- Tfid string
- Type
Get
Route Community List Type - Type
- 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
- Route community list name
- snippet String
- The snippet in which the resource is defined
- tfid String
- type
Get
Route Community List Type - Type
- 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
- Route community list name
- snippet string
- The snippet in which the resource is defined
- tfid string
- type
Get
Route Community List Type - Type
- 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
- Route community list name
- snippet str
- The snippet in which the resource is defined
- tfid str
- type
Get
Route Community List Type - Type
- 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
- Route community list name
- snippet String
- The snippet in which the resource is defined
- tfid String
- type Property Map
- Type
Supporting Types
GetRouteCommunityListType
- extended Property Map
- Extended
- large Property Map
- Large
- regular Property Map
- Regular
GetRouteCommunityListTypeExtended
- Extended
Entries List<GetRoute Community List Type Extended Extended Entry> - Extended community lists
- Extended
Entries []GetRoute Community List Type Extended Extended Entry - Extended community lists
- extended
Entries List<GetRoute Community List Type Extended Extended Entry> - Extended community lists
- extended
Entries GetRoute Community List Type Extended Extended Entry[] - Extended community lists
- extended_
entries Sequence[GetRoute Community List Type Extended Extended Entry] - Extended community lists
- extended
Entries List<Property Map> - Extended community lists
GetRouteCommunityListTypeExtendedExtendedEntry
- action str
- Action
- lc_
regexes Sequence[str] - Extended community regular expression
- name int
- Sequence number
GetRouteCommunityListTypeLarge
- Large
Entries List<GetRoute Community List Type Large Large Entry> - Large community lists
- Large
Entries []GetRoute Community List Type Large Large Entry - Large community lists
- large
Entries List<GetRoute Community List Type Large Large Entry> - Large community lists
- large
Entries GetRoute Community List Type Large Large Entry[] - Large community lists
- large_
entries Sequence[GetRoute Community List Type Large Large Entry] - Large community lists
- large
Entries List<Property Map> - Large community lists
GetRouteCommunityListTypeLargeLargeEntry
- action str
- Action
- lc_
regexes Sequence[str] - Large community regular expression
- name int
- Sequence number
GetRouteCommunityListTypeRegular
- Regular
Entries List<GetRoute Community List Type Regular Regular Entry> - Regular community lists
- Regular
Entries []GetRoute Community List Type Regular Regular Entry - Regular community lists
- regular
Entries List<GetRoute Community List Type Regular Regular Entry> - Regular community lists
- regular
Entries GetRoute Community List Type Regular Regular Entry[] - Regular community lists
- regular_
entries Sequence[GetRoute Community List Type Regular Regular Entry] - Regular community lists
- regular
Entries List<Property Map> - Regular community lists
GetRouteCommunityListTypeRegularRegularEntry
- Action string
- Action
- Communities List<string>
- Communities
- Name int
- Sequence number
- Action string
- Action
- Communities []string
- Communities
- Name int
- Sequence number
- action String
- Action
- communities List<String>
- Communities
- name Integer
- Sequence number
- action string
- Action
- communities string[]
- Communities
- name number
- Sequence number
- action str
- Action
- communities Sequence[str]
- Communities
- name int
- Sequence number
- action String
- Action
- communities List<String>
- Communities
- 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
