1. Packages
  2. Strata Cloud Manager Provider
  3. API Docs
  4. getHipProfile
Strata Cloud Manager v0.4.3 published on Saturday, Nov 8, 2025 by Pulumi
scm logo
Strata Cloud Manager v0.4.3 published on Saturday, Nov 8, 2025 by Pulumi

    HipProfile data source

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as scm from "@pulumi/scm";
    
    // Look up a single HIP Profile by its ID.
    const scmHipProfileDs = scm.getHipProfile({
        id: "e0a970b8-98d2-42e9-a273-53fbf67607c2",
    });
    export const hipProfileDsResult = scmHipProfileDs;
    
    import pulumi
    import pulumi_scm as scm
    
    # Look up a single HIP Profile by its ID.
    scm_hip_profile_ds = scm.get_hip_profile(id="e0a970b8-98d2-42e9-a273-53fbf67607c2")
    pulumi.export("hipProfileDsResult", scm_hip_profile_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 a single HIP Profile by its ID.
    		scmHipProfileDs, err := scm.LookupHipProfile(ctx, &scm.LookupHipProfileArgs{
    			Id: "e0a970b8-98d2-42e9-a273-53fbf67607c2",
    		}, nil)
    		if err != nil {
    			return err
    		}
    		ctx.Export("hipProfileDsResult", scmHipProfileDs)
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Scm = Pulumi.Scm;
    
    return await Deployment.RunAsync(() => 
    {
        // Look up a single HIP Profile by its ID.
        var scmHipProfileDs = Scm.GetHipProfile.Invoke(new()
        {
            Id = "e0a970b8-98d2-42e9-a273-53fbf67607c2",
        });
    
        return new Dictionary<string, object?>
        {
            ["hipProfileDsResult"] = scmHipProfileDs,
        };
    });
    
    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.GetHipProfileArgs;
    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 HIP Profile by its ID.
            final var scmHipProfileDs = ScmFunctions.getHipProfile(GetHipProfileArgs.builder()
                .id("e0a970b8-98d2-42e9-a273-53fbf67607c2")
                .build());
    
            ctx.export("hipProfileDsResult", scmHipProfileDs);
        }
    }
    
    variables:
      # Look up a single HIP Profile by its ID.
      scmHipProfileDs:
        fn::invoke:
          function: scm:getHipProfile
          arguments:
            id: e0a970b8-98d2-42e9-a273-53fbf67607c2
    outputs:
      # Output the details of the single HIP Profile object found.
      hipProfileDsResult: ${scmHipProfileDs}
    

    Using getHipProfile

    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 getHipProfile(args: GetHipProfileArgs, opts?: InvokeOptions): Promise<GetHipProfileResult>
    function getHipProfileOutput(args: GetHipProfileOutputArgs, opts?: InvokeOptions): Output<GetHipProfileResult>
    def get_hip_profile(id: Optional[str] = None,
                        name: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetHipProfileResult
    def get_hip_profile_output(id: Optional[pulumi.Input[str]] = None,
                        name: Optional[pulumi.Input[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetHipProfileResult]
    func LookupHipProfile(ctx *Context, args *LookupHipProfileArgs, opts ...InvokeOption) (*LookupHipProfileResult, error)
    func LookupHipProfileOutput(ctx *Context, args *LookupHipProfileOutputArgs, opts ...InvokeOption) LookupHipProfileResultOutput

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

    public static class GetHipProfile 
    {
        public static Task<GetHipProfileResult> InvokeAsync(GetHipProfileArgs args, InvokeOptions? opts = null)
        public static Output<GetHipProfileResult> Invoke(GetHipProfileInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetHipProfileResult> getHipProfile(GetHipProfileArgs args, InvokeOptions options)
    public static Output<GetHipProfileResult> getHipProfile(GetHipProfileArgs args, InvokeOptions options)
    
    fn::invoke:
      function: scm:index/getHipProfile:getHipProfile
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    UUID of the resource
    Name string
    The name of the HIP profile
    Id string
    UUID of the resource
    Name string
    The name of the HIP profile
    id String
    UUID of the resource
    name String
    The name of the HIP profile
    id string
    UUID of the resource
    name string
    The name of the HIP profile
    id str
    UUID of the resource
    name str
    The name of the HIP profile
    id String
    UUID of the resource
    name String
    The name of the HIP profile

    getHipProfile 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
    Match string
    Match
    Name string
    The name of the HIP profile
    Snippet string
    The snippet in which the resource is defined
    Tfid string
    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
    Match string
    Match
    Name string
    The name of the HIP profile
    Snippet string
    The snippet in which the resource is defined
    Tfid string
    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
    match String
    Match
    name String
    The name of the HIP profile
    snippet String
    The snippet in which the resource is defined
    tfid String
    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
    match string
    Match
    name string
    The name of the HIP profile
    snippet string
    The snippet in which the resource is defined
    tfid string
    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
    match str
    Match
    name str
    The name of the HIP profile
    snippet str
    The snippet in which the resource is defined
    tfid str
    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
    match String
    Match
    name String
    The name of the HIP profile
    snippet String
    The snippet in which the resource is defined
    tfid String

    Package Details

    Repository
    scm pulumi/pulumi-scm
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the scm Terraform Provider.
    scm logo
    Strata Cloud Manager v0.4.3 published on Saturday, Nov 8, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate