oci.Opensearch.getOpensearchClusters
Explore with Pulumi AI
This data source provides the list of Opensearch Clusters in Oracle Cloud Infrastructure Opensearch service.
Returns a list of OpensearchClusters.
Prerequisites
The below policies must be created in compartment before creating OpensearchCluster
{Compartment-Name} - Name of your compartment
Allow service opensearch to manage vnics in compartment {Compartment-Name}
Allow service opensearch to use subnets in compartment {Compartment-Name}
Allow service opensearch to use network-security-groups in compartment {Compartment-Name}
Allow service opensearch to manage vcns in compartment {Compartment-Name}
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 testOpensearchClusters = oci.Opensearch.getOpensearchClusters({
    compartmentId: compartmentId,
    displayName: opensearchClusterDisplayName,
    id: opensearchClusterId,
    state: opensearchClusterState,
});
import pulumi
import pulumi_oci as oci
test_opensearch_clusters = oci.Opensearch.get_opensearch_clusters(compartment_id=compartment_id,
    display_name=opensearch_cluster_display_name,
    id=opensearch_cluster_id,
    state=opensearch_cluster_state)
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.GetOpensearchClusters(ctx, &opensearch.GetOpensearchClustersArgs{
			CompartmentId: compartmentId,
			DisplayName:   pulumi.StringRef(opensearchClusterDisplayName),
			Id:            pulumi.StringRef(opensearchClusterId),
			State:         pulumi.StringRef(opensearchClusterState),
		}, 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 testOpensearchClusters = Oci.Opensearch.GetOpensearchClusters.Invoke(new()
    {
        CompartmentId = compartmentId,
        DisplayName = opensearchClusterDisplayName,
        Id = opensearchClusterId,
        State = opensearchClusterState,
    });
});
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.GetOpensearchClustersArgs;
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 testOpensearchClusters = OpensearchFunctions.getOpensearchClusters(GetOpensearchClustersArgs.builder()
            .compartmentId(compartmentId)
            .displayName(opensearchClusterDisplayName)
            .id(opensearchClusterId)
            .state(opensearchClusterState)
            .build());
    }
}
variables:
  testOpensearchClusters:
    fn::invoke:
      Function: oci:Opensearch:getOpensearchClusters
      Arguments:
        compartmentId: ${compartmentId}
        displayName: ${opensearchClusterDisplayName}
        id: ${opensearchClusterId}
        state: ${opensearchClusterState}
Using getOpensearchClusters
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 getOpensearchClusters(args: GetOpensearchClustersArgs, opts?: InvokeOptions): Promise<GetOpensearchClustersResult>
function getOpensearchClustersOutput(args: GetOpensearchClustersOutputArgs, opts?: InvokeOptions): Output<GetOpensearchClustersResult>def get_opensearch_clusters(compartment_id: Optional[str] = None,
                            display_name: Optional[str] = None,
                            filters: Optional[Sequence[_opensearch.GetOpensearchClustersFilter]] = None,
                            id: Optional[str] = None,
                            state: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetOpensearchClustersResult
def get_opensearch_clusters_output(compartment_id: Optional[pulumi.Input[str]] = None,
                            display_name: Optional[pulumi.Input[str]] = None,
                            filters: Optional[pulumi.Input[Sequence[pulumi.Input[_opensearch.GetOpensearchClustersFilterArgs]]]] = None,
                            id: Optional[pulumi.Input[str]] = None,
                            state: Optional[pulumi.Input[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetOpensearchClustersResult]func GetOpensearchClusters(ctx *Context, args *GetOpensearchClustersArgs, opts ...InvokeOption) (*GetOpensearchClustersResult, error)
func GetOpensearchClustersOutput(ctx *Context, args *GetOpensearchClustersOutputArgs, opts ...InvokeOption) GetOpensearchClustersResultOutput> Note: This function is named GetOpensearchClusters in the Go SDK.
public static class GetOpensearchClusters 
{
    public static Task<GetOpensearchClustersResult> InvokeAsync(GetOpensearchClustersArgs args, InvokeOptions? opts = null)
    public static Output<GetOpensearchClustersResult> Invoke(GetOpensearchClustersInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetOpensearchClustersResult> getOpensearchClusters(GetOpensearchClustersArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: oci:Opensearch/getOpensearchClusters:getOpensearchClusters
  arguments:
    # arguments dictionaryThe 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<GetOpensearch Clusters Filter> 
- Id string
- unique OpensearchCluster identifier
- State string
- A filter to return only OpensearchClusters their lifecycleState matches the given lifecycleState.
- 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
[]GetOpensearch Clusters Filter 
- Id string
- unique OpensearchCluster identifier
- State string
- A filter to return only OpensearchClusters their lifecycleState matches the given lifecycleState.
- 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<GetClusters Filter> 
- id String
- unique OpensearchCluster identifier
- state String
- A filter to return only OpensearchClusters their lifecycleState matches the given lifecycleState.
- 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
GetOpensearch Clusters Filter[] 
- id string
- unique OpensearchCluster identifier
- state string
- A filter to return only OpensearchClusters their lifecycleState matches the given lifecycleState.
- 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[opensearch.Get Opensearch Clusters Filter] 
- id str
- unique OpensearchCluster identifier
- state str
- A filter to return only OpensearchClusters their lifecycleState matches the given lifecycleState.
- 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
- unique OpensearchCluster identifier
- state String
- A filter to return only OpensearchClusters their lifecycleState matches the given lifecycleState.
getOpensearchClusters Result
The following output properties are available:
- CompartmentId string
- The OCID of the compartment where the cluster is located.
- OpensearchCluster List<GetCollections Opensearch Clusters Opensearch Cluster Collection> 
- The list of opensearch_cluster_collection.
- DisplayName string
- The name of the cluster. Avoid entering confidential information.
- Filters
List<GetOpensearch Clusters Filter> 
- Id string
- The OCID of the cluster.
- State string
- The current state of the cluster.
- CompartmentId string
- The OCID of the compartment where the cluster is located.
- OpensearchCluster []GetCollections Opensearch Clusters Opensearch Cluster Collection 
- The list of opensearch_cluster_collection.
- DisplayName string
- The name of the cluster. Avoid entering confidential information.
- Filters
[]GetOpensearch Clusters Filter 
- Id string
- The OCID of the cluster.
- State string
- The current state of the cluster.
- compartmentId String
- The OCID of the compartment where the cluster is located.
- opensearchCluster List<GetCollections Clusters Cluster Collection> 
- The list of opensearch_cluster_collection.
- displayName String
- The name of the cluster. Avoid entering confidential information.
- filters
List<GetClusters Filter> 
- id String
- The OCID of the cluster.
- state String
- The current state of the cluster.
- compartmentId string
- The OCID of the compartment where the cluster is located.
- opensearchCluster GetCollections Opensearch Clusters Opensearch Cluster Collection[] 
- The list of opensearch_cluster_collection.
- displayName string
- The name of the cluster. Avoid entering confidential information.
- filters
GetOpensearch Clusters Filter[] 
- id string
- The OCID of the cluster.
- state string
- The current state of the cluster.
- compartment_id str
- The OCID of the compartment where the cluster is located.
- opensearch_cluster_ Sequence[opensearch.collections Get Opensearch Clusters Opensearch Cluster Collection] 
- The list of opensearch_cluster_collection.
- display_name str
- The name of the cluster. Avoid entering confidential information.
- filters
Sequence[opensearch.Get Opensearch Clusters Filter] 
- id str
- The OCID of the cluster.
- state str
- The current state of the cluster.
- compartmentId String
- The OCID of the compartment where the cluster is located.
- opensearchCluster List<Property Map>Collections 
- The list of opensearch_cluster_collection.
- displayName String
- The name of the cluster. Avoid entering confidential information.
- filters List<Property Map>
- id String
- The OCID of the cluster.
- state String
- The current state of the cluster.
Supporting Types
GetOpensearchClustersFilter   
GetOpensearchClustersOpensearchClusterCollection     
GetOpensearchClustersOpensearchClusterCollectionItem      
- AvailabilityDomains List<string>
- The availability domains to distribute the cluser nodes across.
- CompartmentId string
- The ID of the compartment in which to list resources.
- DataNode intCount 
- The number of data nodes configured for the cluster.
- DataNode stringHost Bare Metal Shape 
- The bare metal shape for the cluster's data nodes.
- DataNode intHost Memory Gb 
- The amount of memory in GB, for the cluster's data nodes.
- DataNode intHost Ocpu Count 
- The number of OCPUs configured for the cluster's data nodes.
- DataNode stringHost Type 
- The instance type for the cluster's data nodes.
- DataNode intStorage Gb 
- The amount of storage in GB, to configure per node for the cluster's data nodes.
- Dictionary<string, object>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- DisplayName string
- A filter to return only resources that match the entire display name given.
- Fqdn string
- The fully qualified domain name (FQDN) for the cluster's API endpoint.
- Dictionary<string, object>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- Id string
- unique OpensearchCluster identifier
- LifecycleDetails string
- Additional information about the current lifecycle state of the cluster.
- MasterNode intCount 
- The number of master nodes configured for the cluster.
- MasterNode stringHost Bare Metal Shape 
- The bare metal shape for the cluster's master nodes.
- MasterNode intHost Memory Gb 
- The amount of memory in GB, for the cluster's master nodes.
- MasterNode intHost Ocpu Count 
- The number of OCPUs configured for cluster's master nodes.
- MasterNode stringHost Type 
- The instance type for the cluster's master nodes.
- OpendashboardFqdn string
- The fully qualified domain name (FQDN) for the cluster's OpenSearch Dashboard API endpoint.
- OpendashboardNode intCount 
- The number of OpenSearch Dashboard nodes configured for the cluster.
- OpendashboardNode intHost Memory Gb 
- The amount of memory in GB, for the cluster's OpenSearch Dashboard nodes.
- OpendashboardNode intHost Ocpu Count 
- The amount of memory in GB, for the cluster's OpenSearch Dashboard nodes.
- OpendashboardPrivate stringIp 
- The private IP address for the cluster's OpenSearch Dashboard.
- OpensearchFqdn string
- The fully qualified domain name (FQDN) for the cluster's API endpoint.
- OpensearchPrivate stringIp 
- The cluster's private IP address.
- SecurityMaster stringUser Name 
- The name of the master user that are used to manage security config
- SecurityMaster stringUser Password Hash 
- The password hash of the master user that are used to manage security config
- SecurityMode string
- The security mode of the cluster.
- SoftwareVersion string
- The software version the cluster is running.
- State string
- A filter to return only OpensearchClusters their lifecycleState matches the given lifecycleState.
- SubnetCompartment stringId 
- The OCID for the compartment where the cluster's subnet is located.
- SubnetId string
- The OCID of the cluster's subnet.
- Dictionary<string, object>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
- TimeCreated string
- The amount of time in milliseconds since the cluster was created.
- TimeDeleted string
- The amount of time in milliseconds since the cluster was updated.
- TimeUpdated string
- The amount of time in milliseconds since the cluster was updated.
- TotalStorage intGb 
- The size in GB of the cluster's total storage.
- VcnCompartment stringId 
- The OCID for the compartment where the cluster's VCN is located.
- VcnId string
- The OCID of the cluster's VCN.
- AvailabilityDomains []string
- The availability domains to distribute the cluser nodes across.
- CompartmentId string
- The ID of the compartment in which to list resources.
- DataNode intCount 
- The number of data nodes configured for the cluster.
- DataNode stringHost Bare Metal Shape 
- The bare metal shape for the cluster's data nodes.
- DataNode intHost Memory Gb 
- The amount of memory in GB, for the cluster's data nodes.
- DataNode intHost Ocpu Count 
- The number of OCPUs configured for the cluster's data nodes.
- DataNode stringHost Type 
- The instance type for the cluster's data nodes.
- DataNode intStorage Gb 
- The amount of storage in GB, to configure per node for the cluster's data nodes.
- map[string]interface{}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- DisplayName string
- A filter to return only resources that match the entire display name given.
- Fqdn string
- The fully qualified domain name (FQDN) for the cluster's API endpoint.
- map[string]interface{}
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- Id string
- unique OpensearchCluster identifier
- LifecycleDetails string
- Additional information about the current lifecycle state of the cluster.
- MasterNode intCount 
- The number of master nodes configured for the cluster.
- MasterNode stringHost Bare Metal Shape 
- The bare metal shape for the cluster's master nodes.
- MasterNode intHost Memory Gb 
- The amount of memory in GB, for the cluster's master nodes.
- MasterNode intHost Ocpu Count 
- The number of OCPUs configured for cluster's master nodes.
- MasterNode stringHost Type 
- The instance type for the cluster's master nodes.
- OpendashboardFqdn string
- The fully qualified domain name (FQDN) for the cluster's OpenSearch Dashboard API endpoint.
- OpendashboardNode intCount 
- The number of OpenSearch Dashboard nodes configured for the cluster.
- OpendashboardNode intHost Memory Gb 
- The amount of memory in GB, for the cluster's OpenSearch Dashboard nodes.
- OpendashboardNode intHost Ocpu Count 
- The amount of memory in GB, for the cluster's OpenSearch Dashboard nodes.
- OpendashboardPrivate stringIp 
- The private IP address for the cluster's OpenSearch Dashboard.
- OpensearchFqdn string
- The fully qualified domain name (FQDN) for the cluster's API endpoint.
- OpensearchPrivate stringIp 
- The cluster's private IP address.
- SecurityMaster stringUser Name 
- The name of the master user that are used to manage security config
- SecurityMaster stringUser Password Hash 
- The password hash of the master user that are used to manage security config
- SecurityMode string
- The security mode of the cluster.
- SoftwareVersion string
- The software version the cluster is running.
- State string
- A filter to return only OpensearchClusters their lifecycleState matches the given lifecycleState.
- SubnetCompartment stringId 
- The OCID for the compartment where the cluster's subnet is located.
- SubnetId string
- The OCID of the cluster's subnet.
- map[string]interface{}
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
- TimeCreated string
- The amount of time in milliseconds since the cluster was created.
- TimeDeleted string
- The amount of time in milliseconds since the cluster was updated.
- TimeUpdated string
- The amount of time in milliseconds since the cluster was updated.
- TotalStorage intGb 
- The size in GB of the cluster's total storage.
- VcnCompartment stringId 
- The OCID for the compartment where the cluster's VCN is located.
- VcnId string
- The OCID of the cluster's VCN.
- availabilityDomains List<String>
- The availability domains to distribute the cluser nodes across.
- compartmentId String
- The ID of the compartment in which to list resources.
- dataNode IntegerCount 
- The number of data nodes configured for the cluster.
- dataNode StringHost Bare Metal Shape 
- The bare metal shape for the cluster's data nodes.
- dataNode IntegerHost Memory Gb 
- The amount of memory in GB, for the cluster's data nodes.
- dataNode IntegerHost Ocpu Count 
- The number of OCPUs configured for the cluster's data nodes.
- dataNode StringHost Type 
- The instance type for the cluster's data nodes.
- dataNode IntegerStorage Gb 
- The amount of storage in GB, to configure per node for the cluster's data nodes.
- Map<String,Object>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- displayName String
- A filter to return only resources that match the entire display name given.
- fqdn String
- The fully qualified domain name (FQDN) for the cluster's API endpoint.
- Map<String,Object>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- id String
- unique OpensearchCluster identifier
- lifecycleDetails String
- Additional information about the current lifecycle state of the cluster.
- masterNode IntegerCount 
- The number of master nodes configured for the cluster.
- masterNode StringHost Bare Metal Shape 
- The bare metal shape for the cluster's master nodes.
- masterNode IntegerHost Memory Gb 
- The amount of memory in GB, for the cluster's master nodes.
- masterNode IntegerHost Ocpu Count 
- The number of OCPUs configured for cluster's master nodes.
- masterNode StringHost Type 
- The instance type for the cluster's master nodes.
- opendashboardFqdn String
- The fully qualified domain name (FQDN) for the cluster's OpenSearch Dashboard API endpoint.
- opendashboardNode IntegerCount 
- The number of OpenSearch Dashboard nodes configured for the cluster.
- opendashboardNode IntegerHost Memory Gb 
- The amount of memory in GB, for the cluster's OpenSearch Dashboard nodes.
- opendashboardNode IntegerHost Ocpu Count 
- The amount of memory in GB, for the cluster's OpenSearch Dashboard nodes.
- opendashboardPrivate StringIp 
- The private IP address for the cluster's OpenSearch Dashboard.
- opensearchFqdn String
- The fully qualified domain name (FQDN) for the cluster's API endpoint.
- opensearchPrivate StringIp 
- The cluster's private IP address.
- securityMaster StringUser Name 
- The name of the master user that are used to manage security config
- securityMaster StringUser Password Hash 
- The password hash of the master user that are used to manage security config
- securityMode String
- The security mode of the cluster.
- softwareVersion String
- The software version the cluster is running.
- state String
- A filter to return only OpensearchClusters their lifecycleState matches the given lifecycleState.
- subnetCompartment StringId 
- The OCID for the compartment where the cluster's subnet is located.
- subnetId String
- The OCID of the cluster's subnet.
- Map<String,Object>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
- timeCreated String
- The amount of time in milliseconds since the cluster was created.
- timeDeleted String
- The amount of time in milliseconds since the cluster was updated.
- timeUpdated String
- The amount of time in milliseconds since the cluster was updated.
- totalStorage IntegerGb 
- The size in GB of the cluster's total storage.
- vcnCompartment StringId 
- The OCID for the compartment where the cluster's VCN is located.
- vcnId String
- The OCID of the cluster's VCN.
- availabilityDomains string[]
- The availability domains to distribute the cluser nodes across.
- compartmentId string
- The ID of the compartment in which to list resources.
- dataNode numberCount 
- The number of data nodes configured for the cluster.
- dataNode stringHost Bare Metal Shape 
- The bare metal shape for the cluster's data nodes.
- dataNode numberHost Memory Gb 
- The amount of memory in GB, for the cluster's data nodes.
- dataNode numberHost Ocpu Count 
- The number of OCPUs configured for the cluster's data nodes.
- dataNode stringHost Type 
- The instance type for the cluster's data nodes.
- dataNode numberStorage Gb 
- The amount of storage in GB, to configure per node for the cluster's data nodes.
- {[key: string]: any}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- displayName string
- A filter to return only resources that match the entire display name given.
- fqdn string
- The fully qualified domain name (FQDN) for the cluster's API endpoint.
- {[key: string]: any}
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- id string
- unique OpensearchCluster identifier
- lifecycleDetails string
- Additional information about the current lifecycle state of the cluster.
- masterNode numberCount 
- The number of master nodes configured for the cluster.
- masterNode stringHost Bare Metal Shape 
- The bare metal shape for the cluster's master nodes.
- masterNode numberHost Memory Gb 
- The amount of memory in GB, for the cluster's master nodes.
- masterNode numberHost Ocpu Count 
- The number of OCPUs configured for cluster's master nodes.
- masterNode stringHost Type 
- The instance type for the cluster's master nodes.
- opendashboardFqdn string
- The fully qualified domain name (FQDN) for the cluster's OpenSearch Dashboard API endpoint.
- opendashboardNode numberCount 
- The number of OpenSearch Dashboard nodes configured for the cluster.
- opendashboardNode numberHost Memory Gb 
- The amount of memory in GB, for the cluster's OpenSearch Dashboard nodes.
- opendashboardNode numberHost Ocpu Count 
- The amount of memory in GB, for the cluster's OpenSearch Dashboard nodes.
- opendashboardPrivate stringIp 
- The private IP address for the cluster's OpenSearch Dashboard.
- opensearchFqdn string
- The fully qualified domain name (FQDN) for the cluster's API endpoint.
- opensearchPrivate stringIp 
- The cluster's private IP address.
- securityMaster stringUser Name 
- The name of the master user that are used to manage security config
- securityMaster stringUser Password Hash 
- The password hash of the master user that are used to manage security config
- securityMode string
- The security mode of the cluster.
- softwareVersion string
- The software version the cluster is running.
- state string
- A filter to return only OpensearchClusters their lifecycleState matches the given lifecycleState.
- subnetCompartment stringId 
- The OCID for the compartment where the cluster's subnet is located.
- subnetId string
- The OCID of the cluster's subnet.
- {[key: string]: any}
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
- timeCreated string
- The amount of time in milliseconds since the cluster was created.
- timeDeleted string
- The amount of time in milliseconds since the cluster was updated.
- timeUpdated string
- The amount of time in milliseconds since the cluster was updated.
- totalStorage numberGb 
- The size in GB of the cluster's total storage.
- vcnCompartment stringId 
- The OCID for the compartment where the cluster's VCN is located.
- vcnId string
- The OCID of the cluster's VCN.
- availability_domains Sequence[str]
- The availability domains to distribute the cluser nodes across.
- compartment_id str
- The ID of the compartment in which to list resources.
- data_node_ intcount 
- The number of data nodes configured for the cluster.
- data_node_ strhost_ bare_ metal_ shape 
- The bare metal shape for the cluster's data nodes.
- data_node_ inthost_ memory_ gb 
- The amount of memory in GB, for the cluster's data nodes.
- data_node_ inthost_ ocpu_ count 
- The number of OCPUs configured for the cluster's data nodes.
- data_node_ strhost_ type 
- The instance type for the cluster's data nodes.
- data_node_ intstorage_ gb 
- The amount of storage in GB, to configure per node for the cluster's data nodes.
- Mapping[str, Any]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- display_name str
- A filter to return only resources that match the entire display name given.
- fqdn str
- The fully qualified domain name (FQDN) for the cluster's API endpoint.
- Mapping[str, Any]
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- id str
- unique OpensearchCluster identifier
- lifecycle_details str
- Additional information about the current lifecycle state of the cluster.
- master_node_ intcount 
- The number of master nodes configured for the cluster.
- master_node_ strhost_ bare_ metal_ shape 
- The bare metal shape for the cluster's master nodes.
- master_node_ inthost_ memory_ gb 
- The amount of memory in GB, for the cluster's master nodes.
- master_node_ inthost_ ocpu_ count 
- The number of OCPUs configured for cluster's master nodes.
- master_node_ strhost_ type 
- The instance type for the cluster's master nodes.
- opendashboard_fqdn str
- The fully qualified domain name (FQDN) for the cluster's OpenSearch Dashboard API endpoint.
- opendashboard_node_ intcount 
- The number of OpenSearch Dashboard nodes configured for the cluster.
- opendashboard_node_ inthost_ memory_ gb 
- The amount of memory in GB, for the cluster's OpenSearch Dashboard nodes.
- opendashboard_node_ inthost_ ocpu_ count 
- The amount of memory in GB, for the cluster's OpenSearch Dashboard nodes.
- opendashboard_private_ strip 
- The private IP address for the cluster's OpenSearch Dashboard.
- opensearch_fqdn str
- The fully qualified domain name (FQDN) for the cluster's API endpoint.
- opensearch_private_ strip 
- The cluster's private IP address.
- security_master_ struser_ name 
- The name of the master user that are used to manage security config
- security_master_ struser_ password_ hash 
- The password hash of the master user that are used to manage security config
- security_mode str
- The security mode of the cluster.
- software_version str
- The software version the cluster is running.
- state str
- A filter to return only OpensearchClusters their lifecycleState matches the given lifecycleState.
- subnet_compartment_ strid 
- The OCID for the compartment where the cluster's subnet is located.
- subnet_id str
- The OCID of the cluster's subnet.
- Mapping[str, Any]
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
- time_created str
- The amount of time in milliseconds since the cluster was created.
- time_deleted str
- The amount of time in milliseconds since the cluster was updated.
- time_updated str
- The amount of time in milliseconds since the cluster was updated.
- total_storage_ intgb 
- The size in GB of the cluster's total storage.
- vcn_compartment_ strid 
- The OCID for the compartment where the cluster's VCN is located.
- vcn_id str
- The OCID of the cluster's VCN.
- availabilityDomains List<String>
- The availability domains to distribute the cluser nodes across.
- compartmentId String
- The ID of the compartment in which to list resources.
- dataNode NumberCount 
- The number of data nodes configured for the cluster.
- dataNode StringHost Bare Metal Shape 
- The bare metal shape for the cluster's data nodes.
- dataNode NumberHost Memory Gb 
- The amount of memory in GB, for the cluster's data nodes.
- dataNode NumberHost Ocpu Count 
- The number of OCPUs configured for the cluster's data nodes.
- dataNode StringHost Type 
- The instance type for the cluster's data nodes.
- dataNode NumberStorage Gb 
- The amount of storage in GB, to configure per node for the cluster's data nodes.
- Map<Any>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- displayName String
- A filter to return only resources that match the entire display name given.
- fqdn String
- The fully qualified domain name (FQDN) for the cluster's API endpoint.
- Map<Any>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- id String
- unique OpensearchCluster identifier
- lifecycleDetails String
- Additional information about the current lifecycle state of the cluster.
- masterNode NumberCount 
- The number of master nodes configured for the cluster.
- masterNode StringHost Bare Metal Shape 
- The bare metal shape for the cluster's master nodes.
- masterNode NumberHost Memory Gb 
- The amount of memory in GB, for the cluster's master nodes.
- masterNode NumberHost Ocpu Count 
- The number of OCPUs configured for cluster's master nodes.
- masterNode StringHost Type 
- The instance type for the cluster's master nodes.
- opendashboardFqdn String
- The fully qualified domain name (FQDN) for the cluster's OpenSearch Dashboard API endpoint.
- opendashboardNode NumberCount 
- The number of OpenSearch Dashboard nodes configured for the cluster.
- opendashboardNode NumberHost Memory Gb 
- The amount of memory in GB, for the cluster's OpenSearch Dashboard nodes.
- opendashboardNode NumberHost Ocpu Count 
- The amount of memory in GB, for the cluster's OpenSearch Dashboard nodes.
- opendashboardPrivate StringIp 
- The private IP address for the cluster's OpenSearch Dashboard.
- opensearchFqdn String
- The fully qualified domain name (FQDN) for the cluster's API endpoint.
- opensearchPrivate StringIp 
- The cluster's private IP address.
- securityMaster StringUser Name 
- The name of the master user that are used to manage security config
- securityMaster StringUser Password Hash 
- The password hash of the master user that are used to manage security config
- securityMode String
- The security mode of the cluster.
- softwareVersion String
- The software version the cluster is running.
- state String
- A filter to return only OpensearchClusters their lifecycleState matches the given lifecycleState.
- subnetCompartment StringId 
- The OCID for the compartment where the cluster's subnet is located.
- subnetId String
- The OCID of the cluster's subnet.
- Map<Any>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
- timeCreated String
- The amount of time in milliseconds since the cluster was created.
- timeDeleted String
- The amount of time in milliseconds since the cluster was updated.
- timeUpdated String
- The amount of time in milliseconds since the cluster was updated.
- totalStorage NumberGb 
- The size in GB of the cluster's total storage.
- vcnCompartment StringId 
- The OCID for the compartment where the cluster's VCN is located.
- vcnId String
- The OCID of the cluster's VCN.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.