Viewing docs for Strata Cloud Manager v1.0.5
published on Saturday, Mar 21, 2026 by Pulumi
published on Saturday, Mar 21, 2026 by Pulumi
Viewing docs for Strata Cloud Manager v1.0.5
published on Saturday, Mar 21, 2026 by Pulumi
published on Saturday, Mar 21, 2026 by Pulumi
HipmatchMatchList data source
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as scm from "@pulumi/scm";
// Look up the hipmatch match list by its ID.
const hipmatchMatchListDs = scm.getHipmatchMatchList({
id: "ee509dcd-207e-43ca-bd35-d2f459aa7fb0",
});
export const hipmatchMatchListDataSourceResults = hipmatchMatchListDs;
import pulumi
import pulumi_scm as scm
# Look up the hipmatch match list by its ID.
hipmatch_match_list_ds = scm.get_hipmatch_match_list(id="ee509dcd-207e-43ca-bd35-d2f459aa7fb0")
pulumi.export("hipmatchMatchListDataSourceResults", hipmatch_match_list_ds)
package main
import (
"github.com/pulumi/pulumi-scm/sdk/go/scm"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
// Look up the hipmatch match list by its ID.
hipmatchMatchListDs, err := scm.LookupHipmatchMatchList(ctx, &scm.LookupHipmatchMatchListArgs{
Id: "ee509dcd-207e-43ca-bd35-d2f459aa7fb0",
}, nil)
if err != nil {
return err
}
ctx.Export("hipmatchMatchListDataSourceResults", hipmatchMatchListDs)
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Scm = Pulumi.Scm;
return await Deployment.RunAsync(() =>
{
// Look up the hipmatch match list by its ID.
var hipmatchMatchListDs = Scm.GetHipmatchMatchList.Invoke(new()
{
Id = "ee509dcd-207e-43ca-bd35-d2f459aa7fb0",
});
return new Dictionary<string, object?>
{
["hipmatchMatchListDataSourceResults"] = hipmatchMatchListDs,
};
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.scm.ScmFunctions;
import com.pulumi.scm.inputs.GetHipmatchMatchListArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
// Look up the hipmatch match list by its ID.
final var hipmatchMatchListDs = ScmFunctions.getHipmatchMatchList(GetHipmatchMatchListArgs.builder()
.id("ee509dcd-207e-43ca-bd35-d2f459aa7fb0")
.build());
ctx.export("hipmatchMatchListDataSourceResults", hipmatchMatchListDs);
}
}
variables:
# Look up the hipmatch match list by its ID.
hipmatchMatchListDs:
fn::invoke:
function: scm:getHipmatchMatchList
arguments:
id: ee509dcd-207e-43ca-bd35-d2f459aa7fb0
outputs:
# Output the details of the hipmatch match list
hipmatchMatchListDataSourceResults: ${hipmatchMatchListDs}
Using getHipmatchMatchList
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 getHipmatchMatchList(args: GetHipmatchMatchListArgs, opts?: InvokeOptions): Promise<GetHipmatchMatchListResult>
function getHipmatchMatchListOutput(args: GetHipmatchMatchListOutputArgs, opts?: InvokeOptions): Output<GetHipmatchMatchListResult>def get_hipmatch_match_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) -> GetHipmatchMatchListResult
def get_hipmatch_match_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[GetHipmatchMatchListResult]func LookupHipmatchMatchList(ctx *Context, args *LookupHipmatchMatchListArgs, opts ...InvokeOption) (*LookupHipmatchMatchListResult, error)
func LookupHipmatchMatchListOutput(ctx *Context, args *LookupHipmatchMatchListOutputArgs, opts ...InvokeOption) LookupHipmatchMatchListResultOutput> Note: This function is named LookupHipmatchMatchList in the Go SDK.
public static class GetHipmatchMatchList
{
public static Task<GetHipmatchMatchListResult> InvokeAsync(GetHipmatchMatchListArgs args, InvokeOptions? opts = null)
public static Output<GetHipmatchMatchListResult> Invoke(GetHipmatchMatchListInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetHipmatchMatchListResult> getHipmatchMatchList(GetHipmatchMatchListArgs args, InvokeOptions options)
public static Output<GetHipmatchMatchListResult> getHipmatchMatchList(GetHipmatchMatchListArgs args, InvokeOptions options)
fn::invoke:
function: scm:index/getHipmatchMatchList:getHipmatchMatchList
arguments:
# arguments dictionaryThe following arguments are supported:
getHipmatchMatchList Result
The following output properties are available:
- Description string
- Device string
- The device in which the resource is defined
- Filter string
- Folder string
- Id string
- UUID of the resource
- Name string
- Quarantine bool
- Send
Emails List<string> - Send
Https List<string> - Send
Snmptraps List<string> - Send
Syslogs List<string> - Send
To boolPanorama - Snippet string
- Tfid string
- Description string
- Device string
- The device in which the resource is defined
- Filter string
- Folder string
- Id string
- UUID of the resource
- Name string
- Quarantine bool
- Send
Emails []string - Send
Https []string - Send
Snmptraps []string - Send
Syslogs []string - Send
To boolPanorama - Snippet string
- Tfid string
- description String
- device String
- The device in which the resource is defined
- filter String
- folder String
- id String
- UUID of the resource
- name String
- quarantine Boolean
- send
Emails List<String> - send
Https List<String> - send
Snmptraps List<String> - send
Syslogs List<String> - send
To BooleanPanorama - snippet String
- tfid String
- description string
- device string
- The device in which the resource is defined
- filter string
- folder string
- id string
- UUID of the resource
- name string
- quarantine boolean
- send
Emails string[] - send
Https string[] - send
Snmptraps string[] - send
Syslogs string[] - send
To booleanPanorama - snippet string
- tfid string
- description str
- device str
- The device in which the resource is defined
- filter str
- folder str
- id str
- UUID of the resource
- name str
- quarantine bool
- send_
emails Sequence[str] - send_
https Sequence[str] - send_
snmptraps Sequence[str] - send_
syslogs Sequence[str] - send_
to_ boolpanorama - snippet str
- tfid str
- description String
- device String
- The device in which the resource is defined
- filter String
- folder String
- id String
- UUID of the resource
- name String
- quarantine Boolean
- send
Emails List<String> - send
Https List<String> - send
Snmptraps List<String> - send
Syslogs List<String> - send
To BooleanPanorama - snippet String
- tfid String
Package Details
- Repository
- scm pulumi/pulumi-scm
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
scmTerraform Provider.
Viewing docs for Strata Cloud Manager v1.0.5
published on Saturday, Mar 21, 2026 by Pulumi
published on Saturday, Mar 21, 2026 by Pulumi
