1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. AiVision
  5. getStreamGroups
Oracle Cloud Infrastructure v3.7.0 published on Saturday, Sep 13, 2025 by Pulumi

oci.AiVision.getStreamGroups

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v3.7.0 published on Saturday, Sep 13, 2025 by Pulumi

    This data source provides the list of Stream Groups in Oracle Cloud Infrastructure Ai Vision service.

    Gets a list of the streamGroups in the specified compartment.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testStreamGroups = oci.AiVision.getStreamGroups({
        compartmentId: compartmentId,
        displayName: streamGroupDisplayName,
        id: streamGroupId,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_stream_groups = oci.AiVision.get_stream_groups(compartment_id=compartment_id,
        display_name=stream_group_display_name,
        id=stream_group_id)
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/v3/go/oci/aivision"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := aivision.GetStreamGroups(ctx, &aivision.GetStreamGroupsArgs{
    			CompartmentId: pulumi.StringRef(compartmentId),
    			DisplayName:   pulumi.StringRef(streamGroupDisplayName),
    			Id:            pulumi.StringRef(streamGroupId),
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Oci = Pulumi.Oci;
    
    return await Deployment.RunAsync(() => 
    {
        var testStreamGroups = Oci.AiVision.GetStreamGroups.Invoke(new()
        {
            CompartmentId = compartmentId,
            DisplayName = streamGroupDisplayName,
            Id = streamGroupId,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.oci.AiVision.AiVisionFunctions;
    import com.pulumi.oci.AiVision.inputs.GetStreamGroupsArgs;
    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) {
            final var testStreamGroups = AiVisionFunctions.getStreamGroups(GetStreamGroupsArgs.builder()
                .compartmentId(compartmentId)
                .displayName(streamGroupDisplayName)
                .id(streamGroupId)
                .build());
    
        }
    }
    
    variables:
      testStreamGroups:
        fn::invoke:
          function: oci:AiVision:getStreamGroups
          arguments:
            compartmentId: ${compartmentId}
            displayName: ${streamGroupDisplayName}
            id: ${streamGroupId}
    

    Using getStreamGroups

    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 getStreamGroups(args: GetStreamGroupsArgs, opts?: InvokeOptions): Promise<GetStreamGroupsResult>
    function getStreamGroupsOutput(args: GetStreamGroupsOutputArgs, opts?: InvokeOptions): Output<GetStreamGroupsResult>
    def get_stream_groups(compartment_id: Optional[str] = None,
                          display_name: Optional[str] = None,
                          filters: Optional[Sequence[GetStreamGroupsFilter]] = None,
                          id: Optional[str] = None,
                          opts: Optional[InvokeOptions] = None) -> GetStreamGroupsResult
    def get_stream_groups_output(compartment_id: Optional[pulumi.Input[str]] = None,
                          display_name: Optional[pulumi.Input[str]] = None,
                          filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetStreamGroupsFilterArgs]]]] = None,
                          id: Optional[pulumi.Input[str]] = None,
                          opts: Optional[InvokeOptions] = None) -> Output[GetStreamGroupsResult]
    func GetStreamGroups(ctx *Context, args *GetStreamGroupsArgs, opts ...InvokeOption) (*GetStreamGroupsResult, error)
    func GetStreamGroupsOutput(ctx *Context, args *GetStreamGroupsOutputArgs, opts ...InvokeOption) GetStreamGroupsResultOutput

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

    public static class GetStreamGroups 
    {
        public static Task<GetStreamGroupsResult> InvokeAsync(GetStreamGroupsArgs args, InvokeOptions? opts = null)
        public static Output<GetStreamGroupsResult> Invoke(GetStreamGroupsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetStreamGroupsResult> getStreamGroups(GetStreamGroupsArgs args, InvokeOptions options)
    public static Output<GetStreamGroupsResult> getStreamGroups(GetStreamGroupsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: oci:AiVision/getStreamGroups:getStreamGroups
      arguments:
        # arguments dictionary

    The following arguments are supported:

    CompartmentId string
    The ID of the compartment in which to list resources.
    DisplayName string
    A filter to return only resources that match the entire display name given.
    Filters List<GetStreamGroupsFilter>
    Id string
    The filter to find the device with the given identifier.
    CompartmentId string
    The ID of the compartment in which to list resources.
    DisplayName string
    A filter to return only resources that match the entire display name given.
    Filters []GetStreamGroupsFilter
    Id string
    The filter to find the device with the given identifier.
    compartmentId String
    The ID of the compartment in which to list resources.
    displayName String
    A filter to return only resources that match the entire display name given.
    filters List<GetStreamGroupsFilter>
    id String
    The filter to find the device with the given identifier.
    compartmentId string
    The ID of the compartment in which to list resources.
    displayName string
    A filter to return only resources that match the entire display name given.
    filters GetStreamGroupsFilter[]
    id string
    The filter to find the device with the given identifier.
    compartment_id str
    The ID of the compartment in which to list resources.
    display_name str
    A filter to return only resources that match the entire display name given.
    filters Sequence[GetStreamGroupsFilter]
    id str
    The filter to find the device with the given identifier.
    compartmentId String
    The ID of the compartment in which to list resources.
    displayName String
    A filter to return only resources that match the entire display name given.
    filters List<Property Map>
    id String
    The filter to find the device with the given identifier.

    getStreamGroups Result

    The following output properties are available:

    StreamGroupCollections List<GetStreamGroupsStreamGroupCollection>
    The list of stream_group_collection.
    CompartmentId string
    OCID of compartment
    DisplayName string
    A human-friendly name for the streamGroup.
    Filters List<GetStreamGroupsFilter>
    Id string
    OCID of the streamGroup.
    StreamGroupCollections []GetStreamGroupsStreamGroupCollection
    The list of stream_group_collection.
    CompartmentId string
    OCID of compartment
    DisplayName string
    A human-friendly name for the streamGroup.
    Filters []GetStreamGroupsFilter
    Id string
    OCID of the streamGroup.
    streamGroupCollections List<GetStreamGroupsStreamGroupCollection>
    The list of stream_group_collection.
    compartmentId String
    OCID of compartment
    displayName String
    A human-friendly name for the streamGroup.
    filters List<GetStreamGroupsFilter>
    id String
    OCID of the streamGroup.
    streamGroupCollections GetStreamGroupsStreamGroupCollection[]
    The list of stream_group_collection.
    compartmentId string
    OCID of compartment
    displayName string
    A human-friendly name for the streamGroup.
    filters GetStreamGroupsFilter[]
    id string
    OCID of the streamGroup.
    stream_group_collections Sequence[GetStreamGroupsStreamGroupCollection]
    The list of stream_group_collection.
    compartment_id str
    OCID of compartment
    display_name str
    A human-friendly name for the streamGroup.
    filters Sequence[GetStreamGroupsFilter]
    id str
    OCID of the streamGroup.
    streamGroupCollections List<Property Map>
    The list of stream_group_collection.
    compartmentId String
    OCID of compartment
    displayName String
    A human-friendly name for the streamGroup.
    filters List<Property Map>
    id String
    OCID of the streamGroup.

    Supporting Types

    GetStreamGroupsFilter

    Name string
    Values List<string>
    Regex bool
    Name string
    Values []string
    Regex bool
    name String
    values List<String>
    regex Boolean
    name string
    values string[]
    regex boolean
    name str
    values Sequence[str]
    regex bool
    name String
    values List<String>
    regex Boolean

    GetStreamGroupsStreamGroupCollection

    GetStreamGroupsStreamGroupCollectionItem

    CompartmentId string
    The ID of the compartment in which to list resources.
    DefinedTags Dictionary<string, string>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For example: {"foo-namespace": {"bar-key": "value"}}
    DisplayName string
    A filter to return only resources that match the entire display name given.
    FreeformTags Dictionary<string, string>
    A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only. For example: {"bar-key": "value"}
    Id string
    The filter to find the device with the given identifier.
    IsEnabled bool
    Stream
    State string
    The current state of the streamGroup.
    StreamOverlaps List<GetStreamGroupsStreamGroupCollectionItemStreamOverlap>
    List of streamSource OCIDs where the streamSource overlaps in field of view.
    StreamSourceIds List<string>
    List of streamSource OCIDs associated with the stream group
    SystemTags Dictionary<string, string>
    Usage of system tag keys. These predefined keys are scoped to namespaces. For example: {"orcl-cloud": {"free-tier-retained": "true"}}
    TimeCreated string
    When the streamGroup was created, as an RFC3339 datetime string.
    TimeUpdated string
    When the streamGroup was updated, as an RFC3339 datetime string.
    CompartmentId string
    The ID of the compartment in which to list resources.
    DefinedTags map[string]string
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For example: {"foo-namespace": {"bar-key": "value"}}
    DisplayName string
    A filter to return only resources that match the entire display name given.
    FreeformTags map[string]string
    A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only. For example: {"bar-key": "value"}
    Id string
    The filter to find the device with the given identifier.
    IsEnabled bool
    Stream
    State string
    The current state of the streamGroup.
    StreamOverlaps []GetStreamGroupsStreamGroupCollectionItemStreamOverlap
    List of streamSource OCIDs where the streamSource overlaps in field of view.
    StreamSourceIds []string
    List of streamSource OCIDs associated with the stream group
    SystemTags map[string]string
    Usage of system tag keys. These predefined keys are scoped to namespaces. For example: {"orcl-cloud": {"free-tier-retained": "true"}}
    TimeCreated string
    When the streamGroup was created, as an RFC3339 datetime string.
    TimeUpdated string
    When the streamGroup was updated, as an RFC3339 datetime string.
    compartmentId String
    The ID of the compartment in which to list resources.
    definedTags Map<String,String>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For example: {"foo-namespace": {"bar-key": "value"}}
    displayName String
    A filter to return only resources that match the entire display name given.
    freeformTags Map<String,String>
    A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only. For example: {"bar-key": "value"}
    id String
    The filter to find the device with the given identifier.
    isEnabled Boolean
    Stream
    state String
    The current state of the streamGroup.
    streamOverlaps List<GetStreamGroupsStreamGroupCollectionItemStreamOverlap>
    List of streamSource OCIDs where the streamSource overlaps in field of view.
    streamSourceIds List<String>
    List of streamSource OCIDs associated with the stream group
    systemTags Map<String,String>
    Usage of system tag keys. These predefined keys are scoped to namespaces. For example: {"orcl-cloud": {"free-tier-retained": "true"}}
    timeCreated String
    When the streamGroup was created, as an RFC3339 datetime string.
    timeUpdated String
    When the streamGroup was updated, as an RFC3339 datetime string.
    compartmentId string
    The ID of the compartment in which to list resources.
    definedTags {[key: string]: string}
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For example: {"foo-namespace": {"bar-key": "value"}}
    displayName string
    A filter to return only resources that match the entire display name given.
    freeformTags {[key: string]: string}
    A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only. For example: {"bar-key": "value"}
    id string
    The filter to find the device with the given identifier.
    isEnabled boolean
    Stream
    state string
    The current state of the streamGroup.
    streamOverlaps GetStreamGroupsStreamGroupCollectionItemStreamOverlap[]
    List of streamSource OCIDs where the streamSource overlaps in field of view.
    streamSourceIds string[]
    List of streamSource OCIDs associated with the stream group
    systemTags {[key: string]: string}
    Usage of system tag keys. These predefined keys are scoped to namespaces. For example: {"orcl-cloud": {"free-tier-retained": "true"}}
    timeCreated string
    When the streamGroup was created, as an RFC3339 datetime string.
    timeUpdated string
    When the streamGroup was updated, as an RFC3339 datetime string.
    compartment_id str
    The ID of the compartment in which to list resources.
    defined_tags Mapping[str, str]
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For example: {"foo-namespace": {"bar-key": "value"}}
    display_name str
    A filter to return only resources that match the entire display name given.
    freeform_tags Mapping[str, str]
    A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only. For example: {"bar-key": "value"}
    id str
    The filter to find the device with the given identifier.
    is_enabled bool
    Stream
    state str
    The current state of the streamGroup.
    stream_overlaps Sequence[GetStreamGroupsStreamGroupCollectionItemStreamOverlap]
    List of streamSource OCIDs where the streamSource overlaps in field of view.
    stream_source_ids Sequence[str]
    List of streamSource OCIDs associated with the stream group
    system_tags Mapping[str, str]
    Usage of system tag keys. These predefined keys are scoped to namespaces. For example: {"orcl-cloud": {"free-tier-retained": "true"}}
    time_created str
    When the streamGroup was created, as an RFC3339 datetime string.
    time_updated str
    When the streamGroup was updated, as an RFC3339 datetime string.
    compartmentId String
    The ID of the compartment in which to list resources.
    definedTags Map<String>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For example: {"foo-namespace": {"bar-key": "value"}}
    displayName String
    A filter to return only resources that match the entire display name given.
    freeformTags Map<String>
    A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only. For example: {"bar-key": "value"}
    id String
    The filter to find the device with the given identifier.
    isEnabled Boolean
    Stream
    state String
    The current state of the streamGroup.
    streamOverlaps List<Property Map>
    List of streamSource OCIDs where the streamSource overlaps in field of view.
    streamSourceIds List<String>
    List of streamSource OCIDs associated with the stream group
    systemTags Map<String>
    Usage of system tag keys. These predefined keys are scoped to namespaces. For example: {"orcl-cloud": {"free-tier-retained": "true"}}
    timeCreated String
    When the streamGroup was created, as an RFC3339 datetime string.
    timeUpdated String
    When the streamGroup was updated, as an RFC3339 datetime string.

    GetStreamGroupsStreamGroupCollectionItemStreamOverlap

    OverlappingStreams List<string>
    List of streamSource OCIDs.
    OverlappingStreams []string
    List of streamSource OCIDs.
    overlappingStreams List<String>
    List of streamSource OCIDs.
    overlappingStreams string[]
    List of streamSource OCIDs.
    overlapping_streams Sequence[str]
    List of streamSource OCIDs.
    overlappingStreams List<String>
    List of streamSource OCIDs.

    Package Details

    Repository
    oci pulumi/pulumi-oci
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the oci Terraform Provider.
    oci logo
    Oracle Cloud Infrastructure v3.7.0 published on Saturday, Sep 13, 2025 by Pulumi