StrongDM v1.32.0 published on Monday, Oct 13, 2025 by Piers Karsenbarg
sdm.getPeeringGroup
Start a Neo task
Explain and create a sdm.getPeeringGroup resource
PeeringGroups are the building blocks used for explicit network topology making. They may be linked to other peering groups. Sets of PeeringGroupResource and PeeringGroupNode can be attached to a peering group.
Using getPeeringGroup
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 getPeeringGroup(args: GetPeeringGroupArgs, opts?: InvokeOptions): Promise<GetPeeringGroupResult>
function getPeeringGroupOutput(args: GetPeeringGroupOutputArgs, opts?: InvokeOptions): Output<GetPeeringGroupResult>def get_peering_group(id: Optional[str] = None,
name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetPeeringGroupResult
def get_peering_group_output(id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetPeeringGroupResult]func LookupPeeringGroup(ctx *Context, args *LookupPeeringGroupArgs, opts ...InvokeOption) (*LookupPeeringGroupResult, error)
func LookupPeeringGroupOutput(ctx *Context, args *LookupPeeringGroupOutputArgs, opts ...InvokeOption) LookupPeeringGroupResultOutput> Note: This function is named LookupPeeringGroup in the Go SDK.
public static class GetPeeringGroup
{
public static Task<GetPeeringGroupResult> InvokeAsync(GetPeeringGroupArgs args, InvokeOptions? opts = null)
public static Output<GetPeeringGroupResult> Invoke(GetPeeringGroupInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetPeeringGroupResult> getPeeringGroup(GetPeeringGroupArgs args, InvokeOptions options)
public static Output<GetPeeringGroupResult> getPeeringGroup(GetPeeringGroupArgs args, InvokeOptions options)
fn::invoke:
function: sdm:index/getPeeringGroup:getPeeringGroup
arguments:
# arguments dictionaryThe following arguments are supported:
getPeeringGroup Result
The following output properties are available:
- Ids List<string>
- a list of strings of ids of data sources that match the given arguments.
- Peering
Groups List<PiersKarsenbarg. Sdm. Outputs. Get Peering Group Peering Group> - A list where each element has the following attributes:
- Id string
- Unique identifier of the PeeringGroup.
- Name string
- Unique human-readable name of the PeeringGroup.
- Ids []string
- a list of strings of ids of data sources that match the given arguments.
- Peering
Groups []GetPeering Group Peering Group - A list where each element has the following attributes:
- Id string
- Unique identifier of the PeeringGroup.
- Name string
- Unique human-readable name of the PeeringGroup.
- ids List<String>
- a list of strings of ids of data sources that match the given arguments.
- peering
Groups List<GetPeering Group Peering Group> - A list where each element has the following attributes:
- id String
- Unique identifier of the PeeringGroup.
- name String
- Unique human-readable name of the PeeringGroup.
- ids string[]
- a list of strings of ids of data sources that match the given arguments.
- peering
Groups GetPeering Group Peering Group[] - A list where each element has the following attributes:
- id string
- Unique identifier of the PeeringGroup.
- name string
- Unique human-readable name of the PeeringGroup.
- ids Sequence[str]
- a list of strings of ids of data sources that match the given arguments.
- peering_
groups Sequence[GetPeering Group Peering Group] - A list where each element has the following attributes:
- id str
- Unique identifier of the PeeringGroup.
- name str
- Unique human-readable name of the PeeringGroup.
- ids List<String>
- a list of strings of ids of data sources that match the given arguments.
- peering
Groups List<Property Map> - A list where each element has the following attributes:
- id String
- Unique identifier of the PeeringGroup.
- name String
- Unique human-readable name of the PeeringGroup.
Supporting Types
GetPeeringGroupPeeringGroup
Package Details
- Repository
- sdm pierskarsenbarg/pulumi-sdm
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
sdmTerraform Provider.
