1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. Opensearch
  5. getOpensearchVersions
Oracle Cloud Infrastructure v1.27.0 published on Friday, Mar 15, 2024 by Pulumi

oci.Opensearch.getOpensearchVersions

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v1.27.0 published on Friday, Mar 15, 2024 by Pulumi

    This data source provides the list of Opensearch Versions in Oracle Cloud Infrastructure Opensearch service.

    Lists the supported Opensearch versions

    Prerequisites

    The below policies must be created in compartment before creating OpensearchCluster

    {Compartment-Name} - Name of your compartment
    import * as pulumi from "@pulumi/pulumi";
    
    import pulumi
    
    package main
    
    import (
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    
    return await Deployment.RunAsync(() => 
    {
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    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) {
        }
    }
    
    {}
    

    For latest documentation on OpenSearch use please refer to https://docs.oracle.com/en-us/iaas/Content/search-opensearch/home.htm
    Required permissions: https://docs.oracle.com/en-us/iaas/Content/search-opensearch/Concepts/ocisearchpermissions.htm

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testOpensearchVersions = oci.Opensearch.getOpensearchVersions({
        compartmentId: _var.compartment_id,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_opensearch_versions = oci.Opensearch.get_opensearch_versions(compartment_id=var["compartment_id"])
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/go/oci/Opensearch"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := Opensearch.GetOpensearchVersions(ctx, &opensearch.GetOpensearchVersionsArgs{
    			CompartmentId: _var.Compartment_id,
    		}, 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 testOpensearchVersions = Oci.Opensearch.GetOpensearchVersions.Invoke(new()
        {
            CompartmentId = @var.Compartment_id,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.oci.Opensearch.OpensearchFunctions;
    import com.pulumi.oci.Opensearch.inputs.GetOpensearchVersionsArgs;
    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 testOpensearchVersions = OpensearchFunctions.getOpensearchVersions(GetOpensearchVersionsArgs.builder()
                .compartmentId(var_.compartment_id())
                .build());
    
        }
    }
    
    variables:
      testOpensearchVersions:
        fn::invoke:
          Function: oci:Opensearch:getOpensearchVersions
          Arguments:
            compartmentId: ${var.compartment_id}
    

    Using getOpensearchVersions

    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 getOpensearchVersions(args: GetOpensearchVersionsArgs, opts?: InvokeOptions): Promise<GetOpensearchVersionsResult>
    function getOpensearchVersionsOutput(args: GetOpensearchVersionsOutputArgs, opts?: InvokeOptions): Output<GetOpensearchVersionsResult>
    def get_opensearch_versions(compartment_id: Optional[str] = None,
                                filters: Optional[Sequence[_opensearch.GetOpensearchVersionsFilter]] = None,
                                opts: Optional[InvokeOptions] = None) -> GetOpensearchVersionsResult
    def get_opensearch_versions_output(compartment_id: Optional[pulumi.Input[str]] = None,
                                filters: Optional[pulumi.Input[Sequence[pulumi.Input[_opensearch.GetOpensearchVersionsFilterArgs]]]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetOpensearchVersionsResult]
    func GetOpensearchVersions(ctx *Context, args *GetOpensearchVersionsArgs, opts ...InvokeOption) (*GetOpensearchVersionsResult, error)
    func GetOpensearchVersionsOutput(ctx *Context, args *GetOpensearchVersionsOutputArgs, opts ...InvokeOption) GetOpensearchVersionsResultOutput

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

    public static class GetOpensearchVersions 
    {
        public static Task<GetOpensearchVersionsResult> InvokeAsync(GetOpensearchVersionsArgs args, InvokeOptions? opts = null)
        public static Output<GetOpensearchVersionsResult> Invoke(GetOpensearchVersionsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetOpensearchVersionsResult> getOpensearchVersions(GetOpensearchVersionsArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: oci:Opensearch/getOpensearchVersions:getOpensearchVersions
      arguments:
        # arguments dictionary

    The following arguments are supported:

    CompartmentId string
    The ID of the compartment in which to list resources.
    Filters List<GetOpensearchVersionsFilter>
    CompartmentId string
    The ID of the compartment in which to list resources.
    Filters []GetOpensearchVersionsFilter
    compartmentId String
    The ID of the compartment in which to list resources.
    filters List<GetVersionsFilter>
    compartmentId string
    The ID of the compartment in which to list resources.
    filters GetOpensearchVersionsFilter[]
    compartment_id str
    The ID of the compartment in which to list resources.
    filters GetOpensearchVersionsFilter]
    compartmentId String
    The ID of the compartment in which to list resources.
    filters List<Property Map>

    getOpensearchVersions Result

    The following output properties are available:

    CompartmentId string
    Id string
    The provider-assigned unique ID for this managed resource.
    OpensearchVersionsCollections List<GetOpensearchVersionsOpensearchVersionsCollection>
    The list of opensearch_versions_collection.
    Filters List<GetOpensearchVersionsFilter>
    CompartmentId string
    Id string
    The provider-assigned unique ID for this managed resource.
    OpensearchVersionsCollections []GetOpensearchVersionsOpensearchVersionsCollection
    The list of opensearch_versions_collection.
    Filters []GetOpensearchVersionsFilter
    compartmentId String
    id String
    The provider-assigned unique ID for this managed resource.
    opensearchVersionsCollections List<GetVersionsVersionsCollection>
    The list of opensearch_versions_collection.
    filters List<GetVersionsFilter>
    compartmentId string
    id string
    The provider-assigned unique ID for this managed resource.
    opensearchVersionsCollections GetOpensearchVersionsOpensearchVersionsCollection[]
    The list of opensearch_versions_collection.
    filters GetOpensearchVersionsFilter[]
    compartment_id str
    id str
    The provider-assigned unique ID for this managed resource.
    opensearch_versions_collections GetOpensearchVersionsOpensearchVersionsCollection]
    The list of opensearch_versions_collection.
    filters GetOpensearchVersionsFilter]
    compartmentId String
    id String
    The provider-assigned unique ID for this managed resource.
    opensearchVersionsCollections List<Property Map>
    The list of opensearch_versions_collection.
    filters List<Property Map>

    Supporting Types

    GetOpensearchVersionsFilter

    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

    GetOpensearchVersionsOpensearchVersionsCollection

    items List<GetVersionsVersionsCollectionItem>
    A list of OpenSearch versions.
    items List<Property Map>
    A list of OpenSearch versions.

    GetOpensearchVersionsOpensearchVersionsCollectionItem

    Version string
    The version of OpenSearch.
    Version string
    The version of OpenSearch.
    version String
    The version of OpenSearch.
    version string
    The version of OpenSearch.
    version str
    The version of OpenSearch.
    version String
    The version of OpenSearch.

    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 v1.27.0 published on Friday, Mar 15, 2024 by Pulumi