oci.Opensearch.getOpensearchCluster
Explore with Pulumi AI
This data source provides details about a specific Opensearch Cluster resource in Oracle Cloud Infrastructure Opensearch service.
Gets a OpensearchCluster by identifier
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 testOpensearchCluster = oci.Opensearch.getOpensearchCluster({
opensearchClusterId: testOpensearchClusterOciOpensearchOpensearchCluster.id,
});
import pulumi
import pulumi_oci as oci
test_opensearch_cluster = oci.Opensearch.get_opensearch_cluster(opensearch_cluster_id=test_opensearch_cluster_oci_opensearch_opensearch_cluster["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.GetOpensearchCluster(ctx, &opensearch.GetOpensearchClusterArgs{
OpensearchClusterId: testOpensearchClusterOciOpensearchOpensearchCluster.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 testOpensearchCluster = Oci.Opensearch.GetOpensearchCluster.Invoke(new()
{
OpensearchClusterId = testOpensearchClusterOciOpensearchOpensearchCluster.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.GetOpensearchClusterArgs;
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 testOpensearchCluster = OpensearchFunctions.getOpensearchCluster(GetOpensearchClusterArgs.builder()
.opensearchClusterId(testOpensearchClusterOciOpensearchOpensearchCluster.id())
.build());
}
}
variables:
testOpensearchCluster:
fn::invoke:
Function: oci:Opensearch:getOpensearchCluster
Arguments:
opensearchClusterId: ${testOpensearchClusterOciOpensearchOpensearchCluster.id}
Using getOpensearchCluster
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 getOpensearchCluster(args: GetOpensearchClusterArgs, opts?: InvokeOptions): Promise<GetOpensearchClusterResult>
function getOpensearchClusterOutput(args: GetOpensearchClusterOutputArgs, opts?: InvokeOptions): Output<GetOpensearchClusterResult>
def get_opensearch_cluster(opensearch_cluster_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetOpensearchClusterResult
def get_opensearch_cluster_output(opensearch_cluster_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetOpensearchClusterResult]
func GetOpensearchCluster(ctx *Context, args *GetOpensearchClusterArgs, opts ...InvokeOption) (*GetOpensearchClusterResult, error)
func GetOpensearchClusterOutput(ctx *Context, args *GetOpensearchClusterOutputArgs, opts ...InvokeOption) GetOpensearchClusterResultOutput
> Note: This function is named GetOpensearchCluster
in the Go SDK.
public static class GetOpensearchCluster
{
public static Task<GetOpensearchClusterResult> InvokeAsync(GetOpensearchClusterArgs args, InvokeOptions? opts = null)
public static Output<GetOpensearchClusterResult> Invoke(GetOpensearchClusterInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetOpensearchClusterResult> getOpensearchCluster(GetOpensearchClusterArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:Opensearch/getOpensearchCluster:getOpensearchCluster
arguments:
# arguments dictionary
The following arguments are supported:
- Opensearch
Cluster stringId - unique OpensearchCluster identifier
- Opensearch
Cluster stringId - unique OpensearchCluster identifier
- opensearch
Cluster StringId - unique OpensearchCluster identifier
- opensearch
Cluster stringId - unique OpensearchCluster identifier
- opensearch_
cluster_ strid - unique OpensearchCluster identifier
- opensearch
Cluster StringId - unique OpensearchCluster identifier
getOpensearchCluster Result
The following output properties are available:
- Availability
Domains List<string> - The availability domains to distribute the cluser nodes across.
- Compartment
Id string - The OCID of the compartment where the cluster is located.
- Data
Node intCount - The number of data nodes configured for the cluster.
- Data
Node stringHost 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 stringHost 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.
- Dictionary<string, object>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Display
Name string - The name of the cluster. Avoid entering confidential information.
- 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
- The OCID of the cluster.
- Lifecycle
Details string - Additional information about the current lifecycle state of the cluster.
- Master
Node intCount - The number of master nodes configured for the cluster.
- Master
Node stringHost 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 stringHost Type - The instance type for the cluster's master nodes.
- Opendashboard
Fqdn string - 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 stringIp - The private IP address for the cluster's OpenSearch Dashboard.
- Opensearch
Cluster stringId - Opensearch
Fqdn string - The fully qualified domain name (FQDN) for the cluster's API endpoint.
- Opensearch
Private stringIp - The cluster's private IP address.
- Security
Master stringUser Name - The name of the master user that are used to manage security config
- Security
Master stringUser Password Hash - The password hash of the master user that are used to manage security config
- Security
Mode string - The security mode of the cluster.
- Software
Version string - The software version the cluster is running.
- State string
- The current state of the cluster.
- Subnet
Compartment stringId - The OCID for the compartment where the cluster's subnet is located.
- Subnet
Id 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"}
- Time
Created string - The amount of time in milliseconds since the cluster was created.
- Time
Deleted string - The amount of time in milliseconds since the cluster was updated.
- Time
Updated string - 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 stringId - The OCID for the compartment where the cluster's VCN is located.
- Vcn
Id string - The OCID of the cluster's VCN.
- Availability
Domains []string - The availability domains to distribute the cluser nodes across.
- Compartment
Id string - The OCID of the compartment where the cluster is located.
- Data
Node intCount - The number of data nodes configured for the cluster.
- Data
Node stringHost 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 stringHost 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.
- map[string]interface{}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Display
Name string - The name of the cluster. Avoid entering confidential information.
- 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
- The OCID of the cluster.
- Lifecycle
Details string - Additional information about the current lifecycle state of the cluster.
- Master
Node intCount - The number of master nodes configured for the cluster.
- Master
Node stringHost 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 stringHost Type - The instance type for the cluster's master nodes.
- Opendashboard
Fqdn string - 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 stringIp - The private IP address for the cluster's OpenSearch Dashboard.
- Opensearch
Cluster stringId - Opensearch
Fqdn string - The fully qualified domain name (FQDN) for the cluster's API endpoint.
- Opensearch
Private stringIp - The cluster's private IP address.
- Security
Master stringUser Name - The name of the master user that are used to manage security config
- Security
Master stringUser Password Hash - The password hash of the master user that are used to manage security config
- Security
Mode string - The security mode of the cluster.
- Software
Version string - The software version the cluster is running.
- State string
- The current state of the cluster.
- Subnet
Compartment stringId - The OCID for the compartment where the cluster's subnet is located.
- Subnet
Id 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"}
- Time
Created string - The amount of time in milliseconds since the cluster was created.
- Time
Deleted string - The amount of time in milliseconds since the cluster was updated.
- Time
Updated string - 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 stringId - The OCID for the compartment where the cluster's VCN is located.
- Vcn
Id string - The OCID of the cluster's VCN.
- availability
Domains List<String> - The availability domains to distribute the cluser nodes across.
- compartment
Id String - The OCID of the compartment where the cluster is located.
- data
Node IntegerCount - The number of data nodes configured for the cluster.
- data
Node StringHost Bare Metal Shape - The bare metal shape for the cluster's data nodes.
- data
Node IntegerHost Memory Gb - The amount of memory in GB, for the cluster's data nodes.
- data
Node IntegerHost Ocpu Count - The number of OCPUs configured for the cluster's data nodes.
- data
Node StringHost Type - The instance type for the cluster's data nodes.
- data
Node 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"}
- display
Name String - The name of the cluster. Avoid entering confidential information.
- 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
- The OCID of the cluster.
- lifecycle
Details String - Additional information about the current lifecycle state of the cluster.
- master
Node IntegerCount - The number of master nodes configured for the cluster.
- master
Node StringHost Bare Metal Shape - The bare metal shape for the cluster's master nodes.
- master
Node IntegerHost Memory Gb - The amount of memory in GB, for the cluster's master nodes.
- master
Node IntegerHost Ocpu Count - The number of OCPUs configured for cluster's master nodes.
- master
Node StringHost Type - The instance type for the cluster's master nodes.
- opendashboard
Fqdn String - The fully qualified domain name (FQDN) for the cluster's OpenSearch Dashboard API endpoint.
- opendashboard
Node IntegerCount - The number of OpenSearch Dashboard nodes configured for the cluster.
- opendashboard
Node IntegerHost Memory Gb - The amount of memory in GB, for the cluster's OpenSearch Dashboard nodes.
- opendashboard
Node IntegerHost Ocpu Count - The amount of memory in GB, for the cluster's OpenSearch Dashboard nodes.
- opendashboard
Private StringIp - The private IP address for the cluster's OpenSearch Dashboard.
- opensearch
Cluster StringId - opensearch
Fqdn String - The fully qualified domain name (FQDN) for the cluster's API endpoint.
- opensearch
Private StringIp - The cluster's private IP address.
- security
Master StringUser Name - The name of the master user that are used to manage security config
- security
Master StringUser Password Hash - The password hash of the master user that are used to manage security config
- security
Mode String - The security mode of the cluster.
- software
Version String - The software version the cluster is running.
- state String
- The current state of the cluster.
- subnet
Compartment StringId - The OCID for the compartment where the cluster's subnet is located.
- subnet
Id 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"}
- time
Created String - The amount of time in milliseconds since the cluster was created.
- time
Deleted String - The amount of time in milliseconds since the cluster was updated.
- time
Updated String - The amount of time in milliseconds since the cluster was updated.
- total
Storage IntegerGb - The size in GB of the cluster's total storage.
- vcn
Compartment StringId - The OCID for the compartment where the cluster's VCN is located.
- vcn
Id String - The OCID of the cluster's VCN.
- availability
Domains string[] - The availability domains to distribute the cluser nodes across.
- compartment
Id string - The OCID of the compartment where the cluster is located.
- data
Node numberCount - The number of data nodes configured for the cluster.
- data
Node stringHost Bare Metal Shape - The bare metal shape for the cluster's data nodes.
- data
Node numberHost Memory Gb - The amount of memory in GB, for the cluster's data nodes.
- data
Node numberHost Ocpu Count - The number of OCPUs configured for the cluster's data nodes.
- data
Node stringHost Type - The instance type for the cluster's data nodes.
- data
Node 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"}
- display
Name string - The name of the cluster. Avoid entering confidential information.
- 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
- The OCID of the cluster.
- lifecycle
Details string - Additional information about the current lifecycle state of the cluster.
- master
Node numberCount - The number of master nodes configured for the cluster.
- master
Node stringHost Bare Metal Shape - The bare metal shape for the cluster's master nodes.
- master
Node numberHost Memory Gb - The amount of memory in GB, for the cluster's master nodes.
- master
Node numberHost Ocpu Count - The number of OCPUs configured for cluster's master nodes.
- master
Node stringHost Type - The instance type for the cluster's master nodes.
- opendashboard
Fqdn string - The fully qualified domain name (FQDN) for the cluster's OpenSearch Dashboard API endpoint.
- opendashboard
Node numberCount - The number of OpenSearch Dashboard nodes configured for the cluster.
- opendashboard
Node numberHost Memory Gb - The amount of memory in GB, for the cluster's OpenSearch Dashboard nodes.
- opendashboard
Node numberHost Ocpu Count - The amount of memory in GB, for the cluster's OpenSearch Dashboard nodes.
- opendashboard
Private stringIp - The private IP address for the cluster's OpenSearch Dashboard.
- opensearch
Cluster stringId - opensearch
Fqdn string - The fully qualified domain name (FQDN) for the cluster's API endpoint.
- opensearch
Private stringIp - The cluster's private IP address.
- security
Master stringUser Name - The name of the master user that are used to manage security config
- security
Master stringUser Password Hash - The password hash of the master user that are used to manage security config
- security
Mode string - The security mode of the cluster.
- software
Version string - The software version the cluster is running.
- state string
- The current state of the cluster.
- subnet
Compartment stringId - The OCID for the compartment where the cluster's subnet is located.
- subnet
Id 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"}
- time
Created string - The amount of time in milliseconds since the cluster was created.
- time
Deleted string - The amount of time in milliseconds since the cluster was updated.
- time
Updated string - The amount of time in milliseconds since the cluster was updated.
- total
Storage numberGb - The size in GB of the cluster's total storage.
- vcn
Compartment stringId - The OCID for the compartment where the cluster's VCN is located.
- vcn
Id 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 OCID of the compartment where the cluster is located.
- 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 - The name of the cluster. Avoid entering confidential information.
- 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
- The OCID of the cluster.
- 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_
cluster_ strid - 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
- The current state of the cluster.
- 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.
- availability
Domains List<String> - The availability domains to distribute the cluser nodes across.
- compartment
Id String - The OCID of the compartment where the cluster is located.
- data
Node NumberCount - The number of data nodes configured for the cluster.
- data
Node StringHost Bare Metal Shape - The bare metal shape for the cluster's data nodes.
- data
Node NumberHost Memory Gb - The amount of memory in GB, for the cluster's data nodes.
- data
Node NumberHost Ocpu Count - The number of OCPUs configured for the cluster's data nodes.
- data
Node StringHost Type - The instance type for the cluster's data nodes.
- data
Node 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"}
- display
Name String - The name of the cluster. Avoid entering confidential information.
- 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
- The OCID of the cluster.
- lifecycle
Details String - Additional information about the current lifecycle state of the cluster.
- master
Node NumberCount - The number of master nodes configured for the cluster.
- master
Node StringHost Bare Metal Shape - The bare metal shape for the cluster's master nodes.
- master
Node NumberHost Memory Gb - The amount of memory in GB, for the cluster's master nodes.
- master
Node NumberHost Ocpu Count - The number of OCPUs configured for cluster's master nodes.
- master
Node StringHost Type - The instance type for the cluster's master nodes.
- opendashboard
Fqdn String - The fully qualified domain name (FQDN) for the cluster's OpenSearch Dashboard API endpoint.
- opendashboard
Node NumberCount - The number of OpenSearch Dashboard nodes configured for the cluster.
- opendashboard
Node NumberHost Memory Gb - The amount of memory in GB, for the cluster's OpenSearch Dashboard nodes.
- opendashboard
Node NumberHost Ocpu Count - The amount of memory in GB, for the cluster's OpenSearch Dashboard nodes.
- opendashboard
Private StringIp - The private IP address for the cluster's OpenSearch Dashboard.
- opensearch
Cluster StringId - opensearch
Fqdn String - The fully qualified domain name (FQDN) for the cluster's API endpoint.
- opensearch
Private StringIp - The cluster's private IP address.
- security
Master StringUser Name - The name of the master user that are used to manage security config
- security
Master StringUser Password Hash - The password hash of the master user that are used to manage security config
- security
Mode String - The security mode of the cluster.
- software
Version String - The software version the cluster is running.
- state String
- The current state of the cluster.
- subnet
Compartment StringId - The OCID for the compartment where the cluster's subnet is located.
- subnet
Id 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"}
- time
Created String - The amount of time in milliseconds since the cluster was created.
- time
Deleted String - The amount of time in milliseconds since the cluster was updated.
- time
Updated String - The amount of time in milliseconds since the cluster was updated.
- total
Storage NumberGb - The size in GB of the cluster's total storage.
- vcn
Compartment StringId - The OCID for the compartment where the cluster's VCN is located.
- vcn
Id 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
oci
Terraform Provider.