1. Packages
  2. Packages
  3. Strata Cloud Manager Provider
  4. API Docs
  5. getForwardingProfileSourceApplication
Viewing docs for Strata Cloud Manager v1.0.6
published on Saturday, Apr 25, 2026 by Pulumi
scm logo
Viewing docs for Strata Cloud Manager v1.0.6
published on Saturday, Apr 25, 2026 by Pulumi

    ForwardingProfileSourceApplication data source

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as scm from "@pulumi/scm";
    
    // Look up a single forwarding profile source application by its ID.
    const example = scm.getForwardingProfileSourceApplication({
        id: "12345678-1234-1234-1234-123456789012",
    });
    export const forwardingProfileSourceApplicationResult = example;
    
    import pulumi
    import pulumi_scm as scm
    
    # Look up a single forwarding profile source application by its ID.
    example = scm.get_forwarding_profile_source_application(id="12345678-1234-1234-1234-123456789012")
    pulumi.export("forwardingProfileSourceApplicationResult", example)
    
    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 a single forwarding profile source application by its ID.
    		example, err := scm.GetForwardingProfileSourceApplication(ctx, &scm.LookupForwardingProfileSourceApplicationArgs{
    			Id: "12345678-1234-1234-1234-123456789012",
    		}, nil)
    		if err != nil {
    			return err
    		}
    		ctx.Export("forwardingProfileSourceApplicationResult", example)
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Scm = Pulumi.Scm;
    
    return await Deployment.RunAsync(() => 
    {
        // Look up a single forwarding profile source application by its ID.
        var example = Scm.Index.GetForwardingProfileSourceApplication.Invoke(new()
        {
            Id = "12345678-1234-1234-1234-123456789012",
        });
    
        return new Dictionary<string, object?>
        {
            ["forwardingProfileSourceApplicationResult"] = example,
        };
    });
    
    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.GetForwardingProfileSourceApplicationArgs;
    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 a single forwarding profile source application by its ID.
            final var example = ScmFunctions.getForwardingProfileSourceApplication(GetForwardingProfileSourceApplicationArgs.builder()
                .id("12345678-1234-1234-1234-123456789012")
                .build());
    
            ctx.export("forwardingProfileSourceApplicationResult", example);
        }
    }
    
    variables:
      # Look up a single forwarding profile source application by its ID.
      example:
        fn::invoke:
          function: scm:getForwardingProfileSourceApplication
          arguments:
            id: 12345678-1234-1234-1234-123456789012
    outputs:
      # Output the details of the forwarding profile source application.
      forwardingProfileSourceApplicationResult: ${example}
    

    Using getForwardingProfileSourceApplication

    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 getForwardingProfileSourceApplication(args: GetForwardingProfileSourceApplicationArgs, opts?: InvokeOptions): Promise<GetForwardingProfileSourceApplicationResult>
    function getForwardingProfileSourceApplicationOutput(args: GetForwardingProfileSourceApplicationOutputArgs, opts?: InvokeOptions): Output<GetForwardingProfileSourceApplicationResult>
    def get_forwarding_profile_source_application(folder: Optional[str] = None,
                                                  id: Optional[str] = None,
                                                  name: Optional[str] = None,
                                                  opts: Optional[InvokeOptions] = None) -> GetForwardingProfileSourceApplicationResult
    def get_forwarding_profile_source_application_output(folder: Optional[pulumi.Input[str]] = None,
                                                  id: Optional[pulumi.Input[str]] = None,
                                                  name: Optional[pulumi.Input[str]] = None,
                                                  opts: Optional[InvokeOptions] = None) -> Output[GetForwardingProfileSourceApplicationResult]
    func LookupForwardingProfileSourceApplication(ctx *Context, args *LookupForwardingProfileSourceApplicationArgs, opts ...InvokeOption) (*LookupForwardingProfileSourceApplicationResult, error)
    func LookupForwardingProfileSourceApplicationOutput(ctx *Context, args *LookupForwardingProfileSourceApplicationOutputArgs, opts ...InvokeOption) LookupForwardingProfileSourceApplicationResultOutput

    > Note: This function is named LookupForwardingProfileSourceApplication in the Go SDK.

    public static class GetForwardingProfileSourceApplication 
    {
        public static Task<GetForwardingProfileSourceApplicationResult> InvokeAsync(GetForwardingProfileSourceApplicationArgs args, InvokeOptions? opts = null)
        public static Output<GetForwardingProfileSourceApplicationResult> Invoke(GetForwardingProfileSourceApplicationInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetForwardingProfileSourceApplicationResult> getForwardingProfileSourceApplication(GetForwardingProfileSourceApplicationArgs args, InvokeOptions options)
    public static Output<GetForwardingProfileSourceApplicationResult> getForwardingProfileSourceApplication(GetForwardingProfileSourceApplicationArgs args, InvokeOptions options)
    
    fn::invoke:
      function: scm:index/getForwardingProfileSourceApplication:getForwardingProfileSourceApplication
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    The id of the source application
    Folder string
    The folder in which the resource is defined
    Name string
    The unique name identifying the source application. Must be alphanumeric with allowed characters [0-9a-zA-Z._-]
    Id string
    The id of the source application
    Folder string
    The folder in which the resource is defined
    Name string
    The unique name identifying the source application. Must be alphanumeric with allowed characters [0-9a-zA-Z._-]
    id String
    The id of the source application
    folder String
    The folder in which the resource is defined
    name String
    The unique name identifying the source application. Must be alphanumeric with allowed characters [0-9a-zA-Z._-]
    id string
    The id of the source application
    folder string
    The folder in which the resource is defined
    name string
    The unique name identifying the source application. Must be alphanumeric with allowed characters [0-9a-zA-Z._-]
    id str
    The id of the source application
    folder str
    The folder in which the resource is defined
    name str
    The unique name identifying the source application. Must be alphanumeric with allowed characters [0-9a-zA-Z._-]
    id String
    The id of the source application
    folder String
    The folder in which the resource is defined
    name String
    The unique name identifying the source application. Must be alphanumeric with allowed characters [0-9a-zA-Z._-]

    getForwardingProfileSourceApplication Result

    The following output properties are available:

    Applications List<string>
    List of application names to be included in this source application profile
    Description string
    fowarding profile source application description
    Folder string
    The folder in which the resource is defined
    Id string
    The id of the source application
    Name string
    The unique name identifying the source application. Must be alphanumeric with allowed characters [0-9a-zA-Z._-]
    Tfid string
    The Terraform ID.
    Applications []string
    List of application names to be included in this source application profile
    Description string
    fowarding profile source application description
    Folder string
    The folder in which the resource is defined
    Id string
    The id of the source application
    Name string
    The unique name identifying the source application. Must be alphanumeric with allowed characters [0-9a-zA-Z._-]
    Tfid string
    The Terraform ID.
    applications List<String>
    List of application names to be included in this source application profile
    description String
    fowarding profile source application description
    folder String
    The folder in which the resource is defined
    id String
    The id of the source application
    name String
    The unique name identifying the source application. Must be alphanumeric with allowed characters [0-9a-zA-Z._-]
    tfid String
    The Terraform ID.
    applications string[]
    List of application names to be included in this source application profile
    description string
    fowarding profile source application description
    folder string
    The folder in which the resource is defined
    id string
    The id of the source application
    name string
    The unique name identifying the source application. Must be alphanumeric with allowed characters [0-9a-zA-Z._-]
    tfid string
    The Terraform ID.
    applications Sequence[str]
    List of application names to be included in this source application profile
    description str
    fowarding profile source application description
    folder str
    The folder in which the resource is defined
    id str
    The id of the source application
    name str
    The unique name identifying the source application. Must be alphanumeric with allowed characters [0-9a-zA-Z._-]
    tfid str
    The Terraform ID.
    applications List<String>
    List of application names to be included in this source application profile
    description String
    fowarding profile source application description
    folder String
    The folder in which the resource is defined
    id String
    The id of the source application
    name String
    The unique name identifying the source application. Must be alphanumeric with allowed characters [0-9a-zA-Z._-]
    tfid String
    The Terraform ID.

    Package Details

    Repository
    scm pulumi/pulumi-scm
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the scm Terraform Provider.
    scm logo
    Viewing docs for Strata Cloud Manager v1.0.6
    published on Saturday, Apr 25, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.