oci.Opensearch.Cluster
Explore with Pulumi AI
This resource provides the Opensearch Cluster resource in Oracle Cloud Infrastructure Opensearch service.
Creates a new OpensearchCluster.
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
Create Cluster Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Cluster(name: string, args: ClusterArgs, opts?: CustomResourceOptions);
@overload
def Cluster(resource_name: str,
args: ClusterArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Cluster(resource_name: str,
opts: Optional[ResourceOptions] = None,
compartment_id: Optional[str] = None,
opendashboard_node_count: Optional[int] = None,
opendashboard_node_host_memory_gb: Optional[int] = None,
vcn_compartment_id: Optional[str] = None,
data_node_host_memory_gb: Optional[int] = None,
data_node_host_ocpu_count: Optional[int] = None,
data_node_host_type: Optional[str] = None,
data_node_storage_gb: Optional[int] = None,
data_node_count: Optional[int] = None,
vcn_id: Optional[str] = None,
subnet_compartment_id: Optional[str] = None,
subnet_id: Optional[str] = None,
software_version: Optional[str] = None,
master_node_count: Optional[int] = None,
opendashboard_node_host_ocpu_count: Optional[int] = None,
master_node_host_memory_gb: Optional[int] = None,
master_node_host_ocpu_count: Optional[int] = None,
master_node_host_type: Optional[str] = None,
display_name: Optional[str] = None,
defined_tags: Optional[Mapping[str, str]] = None,
master_node_host_bare_metal_shape: Optional[str] = None,
outbound_cluster_config: Optional[_opensearch.ClusterOutboundClusterConfigArgs] = None,
reverse_connection_endpoint_customer_ips: Optional[Sequence[str]] = None,
security_master_user_name: Optional[str] = None,
security_master_user_password_hash: Optional[str] = None,
security_mode: Optional[str] = None,
maintenance_details: Optional[_opensearch.ClusterMaintenanceDetailsArgs] = None,
inbound_cluster_ids: Optional[Sequence[str]] = None,
freeform_tags: Optional[Mapping[str, str]] = None,
system_tags: Optional[Mapping[str, str]] = None,
upgrade_major_version_trigger: Optional[int] = None,
data_node_host_bare_metal_shape: Optional[str] = None,
configure_outbound_cluster_trigger: Optional[int] = None)
func NewCluster(ctx *Context, name string, args ClusterArgs, opts ...ResourceOption) (*Cluster, error)
public Cluster(string name, ClusterArgs args, CustomResourceOptions? opts = null)
public Cluster(String name, ClusterArgs args)
public Cluster(String name, ClusterArgs args, CustomResourceOptions options)
type: oci:Opensearch:Cluster
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args ClusterArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args ClusterArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ClusterArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ClusterArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ClusterArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var exampleclusterResourceResourceFromOpensearchcluster = new Oci.Opensearch.Cluster("exampleclusterResourceResourceFromOpensearchcluster", new()
{
CompartmentId = "string",
OpendashboardNodeCount = 0,
OpendashboardNodeHostMemoryGb = 0,
VcnCompartmentId = "string",
DataNodeHostMemoryGb = 0,
DataNodeHostOcpuCount = 0,
DataNodeHostType = "string",
DataNodeStorageGb = 0,
DataNodeCount = 0,
VcnId = "string",
SubnetCompartmentId = "string",
SubnetId = "string",
SoftwareVersion = "string",
MasterNodeCount = 0,
OpendashboardNodeHostOcpuCount = 0,
MasterNodeHostMemoryGb = 0,
MasterNodeHostOcpuCount = 0,
MasterNodeHostType = "string",
DisplayName = "string",
DefinedTags =
{
{ "string", "string" },
},
MasterNodeHostBareMetalShape = "string",
OutboundClusterConfig = new Oci.Opensearch.Inputs.ClusterOutboundClusterConfigArgs
{
IsEnabled = false,
OutboundClusters = new[]
{
new Oci.Opensearch.Inputs.ClusterOutboundClusterConfigOutboundClusterArgs
{
DisplayName = "string",
SeedClusterId = "string",
IsSkipUnavailable = false,
Mode = "string",
PingSchedule = "string",
},
},
},
ReverseConnectionEndpointCustomerIps = new[]
{
"string",
},
SecurityMasterUserName = "string",
SecurityMasterUserPasswordHash = "string",
SecurityMode = "string",
MaintenanceDetails = new Oci.Opensearch.Inputs.ClusterMaintenanceDetailsArgs
{
EndTime = "string",
NotificationEmailIds = new[]
{
"string",
},
StartTime = "string",
State = "string",
},
InboundClusterIds = new[]
{
"string",
},
FreeformTags =
{
{ "string", "string" },
},
SystemTags =
{
{ "string", "string" },
},
UpgradeMajorVersionTrigger = 0,
DataNodeHostBareMetalShape = "string",
ConfigureOutboundClusterTrigger = 0,
});
example, err := Opensearch.NewCluster(ctx, "exampleclusterResourceResourceFromOpensearchcluster", &Opensearch.ClusterArgs{
CompartmentId: pulumi.String("string"),
OpendashboardNodeCount: pulumi.Int(0),
OpendashboardNodeHostMemoryGb: pulumi.Int(0),
VcnCompartmentId: pulumi.String("string"),
DataNodeHostMemoryGb: pulumi.Int(0),
DataNodeHostOcpuCount: pulumi.Int(0),
DataNodeHostType: pulumi.String("string"),
DataNodeStorageGb: pulumi.Int(0),
DataNodeCount: pulumi.Int(0),
VcnId: pulumi.String("string"),
SubnetCompartmentId: pulumi.String("string"),
SubnetId: pulumi.String("string"),
SoftwareVersion: pulumi.String("string"),
MasterNodeCount: pulumi.Int(0),
OpendashboardNodeHostOcpuCount: pulumi.Int(0),
MasterNodeHostMemoryGb: pulumi.Int(0),
MasterNodeHostOcpuCount: pulumi.Int(0),
MasterNodeHostType: pulumi.String("string"),
DisplayName: pulumi.String("string"),
DefinedTags: pulumi.StringMap{
"string": pulumi.String("string"),
},
MasterNodeHostBareMetalShape: pulumi.String("string"),
OutboundClusterConfig: &opensearch.ClusterOutboundClusterConfigArgs{
IsEnabled: pulumi.Bool(false),
OutboundClusters: opensearch.ClusterOutboundClusterConfigOutboundClusterArray{
&opensearch.ClusterOutboundClusterConfigOutboundClusterArgs{
DisplayName: pulumi.String("string"),
SeedClusterId: pulumi.String("string"),
IsSkipUnavailable: pulumi.Bool(false),
Mode: pulumi.String("string"),
PingSchedule: pulumi.String("string"),
},
},
},
ReverseConnectionEndpointCustomerIps: pulumi.StringArray{
pulumi.String("string"),
},
SecurityMasterUserName: pulumi.String("string"),
SecurityMasterUserPasswordHash: pulumi.String("string"),
SecurityMode: pulumi.String("string"),
MaintenanceDetails: &opensearch.ClusterMaintenanceDetailsArgs{
EndTime: pulumi.String("string"),
NotificationEmailIds: pulumi.StringArray{
pulumi.String("string"),
},
StartTime: pulumi.String("string"),
State: pulumi.String("string"),
},
InboundClusterIds: pulumi.StringArray{
pulumi.String("string"),
},
FreeformTags: pulumi.StringMap{
"string": pulumi.String("string"),
},
SystemTags: pulumi.StringMap{
"string": pulumi.String("string"),
},
UpgradeMajorVersionTrigger: pulumi.Int(0),
DataNodeHostBareMetalShape: pulumi.String("string"),
ConfigureOutboundClusterTrigger: pulumi.Int(0),
})
var exampleclusterResourceResourceFromOpensearchcluster = new Cluster("exampleclusterResourceResourceFromOpensearchcluster", ClusterArgs.builder()
.compartmentId("string")
.opendashboardNodeCount(0)
.opendashboardNodeHostMemoryGb(0)
.vcnCompartmentId("string")
.dataNodeHostMemoryGb(0)
.dataNodeHostOcpuCount(0)
.dataNodeHostType("string")
.dataNodeStorageGb(0)
.dataNodeCount(0)
.vcnId("string")
.subnetCompartmentId("string")
.subnetId("string")
.softwareVersion("string")
.masterNodeCount(0)
.opendashboardNodeHostOcpuCount(0)
.masterNodeHostMemoryGb(0)
.masterNodeHostOcpuCount(0)
.masterNodeHostType("string")
.displayName("string")
.definedTags(Map.of("string", "string"))
.masterNodeHostBareMetalShape("string")
.outboundClusterConfig(ClusterOutboundClusterConfigArgs.builder()
.isEnabled(false)
.outboundClusters(ClusterOutboundClusterConfigOutboundClusterArgs.builder()
.displayName("string")
.seedClusterId("string")
.isSkipUnavailable(false)
.mode("string")
.pingSchedule("string")
.build())
.build())
.reverseConnectionEndpointCustomerIps("string")
.securityMasterUserName("string")
.securityMasterUserPasswordHash("string")
.securityMode("string")
.maintenanceDetails(ClusterMaintenanceDetailsArgs.builder()
.endTime("string")
.notificationEmailIds("string")
.startTime("string")
.state("string")
.build())
.inboundClusterIds("string")
.freeformTags(Map.of("string", "string"))
.systemTags(Map.of("string", "string"))
.upgradeMajorVersionTrigger(0)
.dataNodeHostBareMetalShape("string")
.configureOutboundClusterTrigger(0)
.build());
examplecluster_resource_resource_from_opensearchcluster = oci.opensearch.Cluster("exampleclusterResourceResourceFromOpensearchcluster",
compartment_id="string",
opendashboard_node_count=0,
opendashboard_node_host_memory_gb=0,
vcn_compartment_id="string",
data_node_host_memory_gb=0,
data_node_host_ocpu_count=0,
data_node_host_type="string",
data_node_storage_gb=0,
data_node_count=0,
vcn_id="string",
subnet_compartment_id="string",
subnet_id="string",
software_version="string",
master_node_count=0,
opendashboard_node_host_ocpu_count=0,
master_node_host_memory_gb=0,
master_node_host_ocpu_count=0,
master_node_host_type="string",
display_name="string",
defined_tags={
"string": "string",
},
master_node_host_bare_metal_shape="string",
outbound_cluster_config={
"is_enabled": False,
"outbound_clusters": [{
"display_name": "string",
"seed_cluster_id": "string",
"is_skip_unavailable": False,
"mode": "string",
"ping_schedule": "string",
}],
},
reverse_connection_endpoint_customer_ips=["string"],
security_master_user_name="string",
security_master_user_password_hash="string",
security_mode="string",
maintenance_details={
"end_time": "string",
"notification_email_ids": ["string"],
"start_time": "string",
"state": "string",
},
inbound_cluster_ids=["string"],
freeform_tags={
"string": "string",
},
system_tags={
"string": "string",
},
upgrade_major_version_trigger=0,
data_node_host_bare_metal_shape="string",
configure_outbound_cluster_trigger=0)
const exampleclusterResourceResourceFromOpensearchcluster = new oci.opensearch.Cluster("exampleclusterResourceResourceFromOpensearchcluster", {
compartmentId: "string",
opendashboardNodeCount: 0,
opendashboardNodeHostMemoryGb: 0,
vcnCompartmentId: "string",
dataNodeHostMemoryGb: 0,
dataNodeHostOcpuCount: 0,
dataNodeHostType: "string",
dataNodeStorageGb: 0,
dataNodeCount: 0,
vcnId: "string",
subnetCompartmentId: "string",
subnetId: "string",
softwareVersion: "string",
masterNodeCount: 0,
opendashboardNodeHostOcpuCount: 0,
masterNodeHostMemoryGb: 0,
masterNodeHostOcpuCount: 0,
masterNodeHostType: "string",
displayName: "string",
definedTags: {
string: "string",
},
masterNodeHostBareMetalShape: "string",
outboundClusterConfig: {
isEnabled: false,
outboundClusters: [{
displayName: "string",
seedClusterId: "string",
isSkipUnavailable: false,
mode: "string",
pingSchedule: "string",
}],
},
reverseConnectionEndpointCustomerIps: ["string"],
securityMasterUserName: "string",
securityMasterUserPasswordHash: "string",
securityMode: "string",
maintenanceDetails: {
endTime: "string",
notificationEmailIds: ["string"],
startTime: "string",
state: "string",
},
inboundClusterIds: ["string"],
freeformTags: {
string: "string",
},
systemTags: {
string: "string",
},
upgradeMajorVersionTrigger: 0,
dataNodeHostBareMetalShape: "string",
configureOutboundClusterTrigger: 0,
});
type: oci:Opensearch:Cluster
properties:
compartmentId: string
configureOutboundClusterTrigger: 0
dataNodeCount: 0
dataNodeHostBareMetalShape: string
dataNodeHostMemoryGb: 0
dataNodeHostOcpuCount: 0
dataNodeHostType: string
dataNodeStorageGb: 0
definedTags:
string: string
displayName: string
freeformTags:
string: string
inboundClusterIds:
- string
maintenanceDetails:
endTime: string
notificationEmailIds:
- string
startTime: string
state: string
masterNodeCount: 0
masterNodeHostBareMetalShape: string
masterNodeHostMemoryGb: 0
masterNodeHostOcpuCount: 0
masterNodeHostType: string
opendashboardNodeCount: 0
opendashboardNodeHostMemoryGb: 0
opendashboardNodeHostOcpuCount: 0
outboundClusterConfig:
isEnabled: false
outboundClusters:
- displayName: string
isSkipUnavailable: false
mode: string
pingSchedule: string
seedClusterId: string
reverseConnectionEndpointCustomerIps:
- string
securityMasterUserName: string
securityMasterUserPasswordHash: string
securityMode: string
softwareVersion: string
subnetCompartmentId: string
subnetId: string
systemTags:
string: string
upgradeMajorVersionTrigger: 0
vcnCompartmentId: string
vcnId: string
Cluster Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Cluster resource accepts the following input properties:
- Compartment
Id string - The OCID of the compartment to create the cluster in.
- Data
Node intCount - (Updatable) The number of data nodes to configure for the cluster.
- Data
Node intHost Memory Gb - (Updatable) The amount of memory in GB, to configure per node for the cluster's data nodes.
- Data
Node intHost Ocpu Count - (Updatable) The number of OCPUs to configure for the cluster's data nodes.
- Data
Node stringHost Type - TThe instance type for the cluster's data nodes.
- Data
Node intStorage Gb - (Updatable) The amount of storage in GB, to configure per node for the cluster's data nodes.
- Display
Name string - (Updatable) The name of the cluster. Avoid entering confidential information.
- Master
Node intCount - (Updatable) The number of master nodes to configure for the cluster.
- Master
Node intHost Memory Gb - (Updatable) The amount of memory in GB, to configure per node for the cluster's master nodes.
- Master
Node intHost Ocpu Count - (Updatable) The number of OCPUs to configure for the cluser's master nodes.
- Master
Node stringHost Type - The instance type for the cluster's master nodes.
- Opendashboard
Node intCount - (Updatable) The number of OpenSearch Dashboard nodes to configure for the cluster.
- Opendashboard
Node intHost Memory Gb - (Updatable) The amount of memory in GB, to configure for the cluster's OpenSearch Dashboard nodes.
- Opendashboard
Node intHost Ocpu Count - (Updatable) The number of OCPUs to configure for the cluster's OpenSearch Dashboard nodes.
- Software
Version string - (Updatable) The version of the software the cluster is running.
- 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.
- 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.
- Configure
Outbound intCluster Trigger - (Updatable) An optional property when incremented triggers Configure Outbound Cluster. Could be set to any integer value.
- Data
Node stringHost Bare Metal Shape - The bare metal shape for the cluster's data nodes.
- Dictionary<string, string>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Dictionary<string, string>
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Inbound
Cluster List<string>Ids - List of inbound clusters that will be queried using cross cluster search
- Maintenance
Details ClusterMaintenance Details - (Updatable) Details for creation of maintenance details
- Master
Node stringHost Bare Metal Shape - The bare metal shape for the cluster's master nodes.
- Outbound
Cluster ClusterConfig Outbound Cluster Config - (Updatable) This configuration is used for passing request details to connect outbound cluster(s) to the inbound cluster (coordinating cluster)
- Reverse
Connection List<string>Endpoint Customer Ips - (Updatable) The customer IP addresses of the endpoint in customer VCN
- Security
Master stringUser Name - (Updatable) The name of the master user that are used to manage security config
- Security
Master stringUser Password Hash - (Updatable) The password hash of the master user that are used to manage security config
- Security
Mode string - (Updatable) The security mode of the cluster.
- Dictionary<string, string>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Upgrade
Major intVersion Trigger An optional property to upgrade the major version of the cluster. This workflow upgrades the cluster without creating a clone. If you want to create a clone and upgrade the clone for testing please use SDK or CLI.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- Compartment
Id string - The OCID of the compartment to create the cluster in.
- Data
Node intCount - (Updatable) The number of data nodes to configure for the cluster.
- Data
Node intHost Memory Gb - (Updatable) The amount of memory in GB, to configure per node for the cluster's data nodes.
- Data
Node intHost Ocpu Count - (Updatable) The number of OCPUs to configure for the cluster's data nodes.
- Data
Node stringHost Type - TThe instance type for the cluster's data nodes.
- Data
Node intStorage Gb - (Updatable) The amount of storage in GB, to configure per node for the cluster's data nodes.
- Display
Name string - (Updatable) The name of the cluster. Avoid entering confidential information.
- Master
Node intCount - (Updatable) The number of master nodes to configure for the cluster.
- Master
Node intHost Memory Gb - (Updatable) The amount of memory in GB, to configure per node for the cluster's master nodes.
- Master
Node intHost Ocpu Count - (Updatable) The number of OCPUs to configure for the cluser's master nodes.
- Master
Node stringHost Type - The instance type for the cluster's master nodes.
- Opendashboard
Node intCount - (Updatable) The number of OpenSearch Dashboard nodes to configure for the cluster.
- Opendashboard
Node intHost Memory Gb - (Updatable) The amount of memory in GB, to configure for the cluster's OpenSearch Dashboard nodes.
- Opendashboard
Node intHost Ocpu Count - (Updatable) The number of OCPUs to configure for the cluster's OpenSearch Dashboard nodes.
- Software
Version string - (Updatable) The version of the software the cluster is running.
- 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.
- 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.
- Configure
Outbound intCluster Trigger - (Updatable) An optional property when incremented triggers Configure Outbound Cluster. Could be set to any integer value.
- Data
Node stringHost Bare Metal Shape - The bare metal shape for the cluster's data nodes.
- map[string]string
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- map[string]string
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Inbound
Cluster []stringIds - List of inbound clusters that will be queried using cross cluster search
- Maintenance
Details ClusterMaintenance Details Args - (Updatable) Details for creation of maintenance details
- Master
Node stringHost Bare Metal Shape - The bare metal shape for the cluster's master nodes.
- Outbound
Cluster ClusterConfig Outbound Cluster Config Args - (Updatable) This configuration is used for passing request details to connect outbound cluster(s) to the inbound cluster (coordinating cluster)
- Reverse
Connection []stringEndpoint Customer Ips - (Updatable) The customer IP addresses of the endpoint in customer VCN
- Security
Master stringUser Name - (Updatable) The name of the master user that are used to manage security config
- Security
Master stringUser Password Hash - (Updatable) The password hash of the master user that are used to manage security config
- Security
Mode string - (Updatable) The security mode of the cluster.
- map[string]string
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Upgrade
Major intVersion Trigger An optional property to upgrade the major version of the cluster. This workflow upgrades the cluster without creating a clone. If you want to create a clone and upgrade the clone for testing please use SDK or CLI.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- compartment
Id String - The OCID of the compartment to create the cluster in.
- data
Node IntegerCount - (Updatable) The number of data nodes to configure for the cluster.
- data
Node IntegerHost Memory Gb - (Updatable) The amount of memory in GB, to configure per node for the cluster's data nodes.
- data
Node IntegerHost Ocpu Count - (Updatable) The number of OCPUs to configure for the cluster's data nodes.
- data
Node StringHost Type - TThe instance type for the cluster's data nodes.
- data
Node IntegerStorage Gb - (Updatable) The amount of storage in GB, to configure per node for the cluster's data nodes.
- display
Name String - (Updatable) The name of the cluster. Avoid entering confidential information.
- master
Node IntegerCount - (Updatable) The number of master nodes to configure for the cluster.
- master
Node IntegerHost Memory Gb - (Updatable) The amount of memory in GB, to configure per node for the cluster's master nodes.
- master
Node IntegerHost Ocpu Count - (Updatable) The number of OCPUs to configure for the cluser's master nodes.
- master
Node StringHost Type - The instance type for the cluster's master nodes.
- opendashboard
Node IntegerCount - (Updatable) The number of OpenSearch Dashboard nodes to configure for the cluster.
- opendashboard
Node IntegerHost Memory Gb - (Updatable) The amount of memory in GB, to configure for the cluster's OpenSearch Dashboard nodes.
- opendashboard
Node IntegerHost Ocpu Count - (Updatable) The number of OCPUs to configure for the cluster's OpenSearch Dashboard nodes.
- software
Version String - (Updatable) The version of the software the cluster is running.
- 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.
- 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.
- configure
Outbound IntegerCluster Trigger - (Updatable) An optional property when incremented triggers Configure Outbound Cluster. Could be set to any integer value.
- data
Node StringHost Bare Metal Shape - The bare metal shape for the cluster's data nodes.
- Map<String,String>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Map<String,String>
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- inbound
Cluster List<String>Ids - List of inbound clusters that will be queried using cross cluster search
- maintenance
Details ClusterMaintenance Details - (Updatable) Details for creation of maintenance details
- master
Node StringHost Bare Metal Shape - The bare metal shape for the cluster's master nodes.
- outbound
Cluster ClusterConfig Outbound Cluster Config - (Updatable) This configuration is used for passing request details to connect outbound cluster(s) to the inbound cluster (coordinating cluster)
- reverse
Connection List<String>Endpoint Customer Ips - (Updatable) The customer IP addresses of the endpoint in customer VCN
- security
Master StringUser Name - (Updatable) The name of the master user that are used to manage security config
- security
Master StringUser Password Hash - (Updatable) The password hash of the master user that are used to manage security config
- security
Mode String - (Updatable) The security mode of the cluster.
- Map<String,String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- upgrade
Major IntegerVersion Trigger An optional property to upgrade the major version of the cluster. This workflow upgrades the cluster without creating a clone. If you want to create a clone and upgrade the clone for testing please use SDK or CLI.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- compartment
Id string - The OCID of the compartment to create the cluster in.
- data
Node numberCount - (Updatable) The number of data nodes to configure for the cluster.
- data
Node numberHost Memory Gb - (Updatable) The amount of memory in GB, to configure per node for the cluster's data nodes.
- data
Node numberHost Ocpu Count - (Updatable) The number of OCPUs to configure for the cluster's data nodes.
- data
Node stringHost Type - TThe instance type for the cluster's data nodes.
- data
Node numberStorage Gb - (Updatable) The amount of storage in GB, to configure per node for the cluster's data nodes.
- display
Name string - (Updatable) The name of the cluster. Avoid entering confidential information.
- master
Node numberCount - (Updatable) The number of master nodes to configure for the cluster.
- master
Node numberHost Memory Gb - (Updatable) The amount of memory in GB, to configure per node for the cluster's master nodes.
- master
Node numberHost Ocpu Count - (Updatable) The number of OCPUs to configure for the cluser's master nodes.
- master
Node stringHost Type - The instance type for the cluster's master nodes.
- opendashboard
Node numberCount - (Updatable) The number of OpenSearch Dashboard nodes to configure for the cluster.
- opendashboard
Node numberHost Memory Gb - (Updatable) The amount of memory in GB, to configure for the cluster's OpenSearch Dashboard nodes.
- opendashboard
Node numberHost Ocpu Count - (Updatable) The number of OCPUs to configure for the cluster's OpenSearch Dashboard nodes.
- software
Version string - (Updatable) The version of the software the cluster is running.
- 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.
- 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.
- configure
Outbound numberCluster Trigger - (Updatable) An optional property when incremented triggers Configure Outbound Cluster. Could be set to any integer value.
- data
Node stringHost Bare Metal Shape - The bare metal shape for the cluster's data nodes.
- {[key: string]: string}
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- {[key: string]: string}
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- inbound
Cluster string[]Ids - List of inbound clusters that will be queried using cross cluster search
- maintenance
Details ClusterMaintenance Details - (Updatable) Details for creation of maintenance details
- master
Node stringHost Bare Metal Shape - The bare metal shape for the cluster's master nodes.
- outbound
Cluster ClusterConfig Outbound Cluster Config - (Updatable) This configuration is used for passing request details to connect outbound cluster(s) to the inbound cluster (coordinating cluster)
- reverse
Connection string[]Endpoint Customer Ips - (Updatable) The customer IP addresses of the endpoint in customer VCN
- security
Master stringUser Name - (Updatable) The name of the master user that are used to manage security config
- security
Master stringUser Password Hash - (Updatable) The password hash of the master user that are used to manage security config
- security
Mode string - (Updatable) The security mode of the cluster.
- {[key: string]: string}
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- upgrade
Major numberVersion Trigger An optional property to upgrade the major version of the cluster. This workflow upgrades the cluster without creating a clone. If you want to create a clone and upgrade the clone for testing please use SDK or CLI.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- compartment_
id str - The OCID of the compartment to create the cluster in.
- data_
node_ intcount - (Updatable) The number of data nodes to configure for the cluster.
- data_
node_ inthost_ memory_ gb - (Updatable) The amount of memory in GB, to configure per node for the cluster's data nodes.
- data_
node_ inthost_ ocpu_ count - (Updatable) The number of OCPUs to configure for the cluster's data nodes.
- data_
node_ strhost_ type - TThe instance type for the cluster's data nodes.
- data_
node_ intstorage_ gb - (Updatable) The amount of storage in GB, to configure per node for the cluster's data nodes.
- display_
name str - (Updatable) The name of the cluster. Avoid entering confidential information.
- master_
node_ intcount - (Updatable) The number of master nodes to configure for the cluster.
- master_
node_ inthost_ memory_ gb - (Updatable) The amount of memory in GB, to configure per node for the cluster's master nodes.
- master_
node_ inthost_ ocpu_ count - (Updatable) The number of OCPUs to configure for the cluser's master nodes.
- master_
node_ strhost_ type - The instance type for the cluster's master nodes.
- opendashboard_
node_ intcount - (Updatable) The number of OpenSearch Dashboard nodes to configure for the cluster.
- opendashboard_
node_ inthost_ memory_ gb - (Updatable) The amount of memory in GB, to configure for the cluster's OpenSearch Dashboard nodes.
- opendashboard_
node_ inthost_ ocpu_ count - (Updatable) The number of OCPUs to configure for the cluster's OpenSearch Dashboard nodes.
- software_
version str - (Updatable) The version of the software the cluster is running.
- 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.
- 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.
- configure_
outbound_ intcluster_ trigger - (Updatable) An optional property when incremented triggers Configure Outbound Cluster. Could be set to any integer value.
- data_
node_ strhost_ bare_ metal_ shape - The bare metal shape for the cluster's data nodes.
- Mapping[str, str]
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Mapping[str, str]
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- inbound_
cluster_ Sequence[str]ids - List of inbound clusters that will be queried using cross cluster search
- maintenance_
details opensearch.Cluster Maintenance Details Args - (Updatable) Details for creation of maintenance details
- master_
node_ strhost_ bare_ metal_ shape - The bare metal shape for the cluster's master nodes.
- outbound_
cluster_ opensearch.config Cluster Outbound Cluster Config Args - (Updatable) This configuration is used for passing request details to connect outbound cluster(s) to the inbound cluster (coordinating cluster)
- reverse_
connection_ Sequence[str]endpoint_ customer_ ips - (Updatable) The customer IP addresses of the endpoint in customer VCN
- security_
master_ struser_ name - (Updatable) The name of the master user that are used to manage security config
- security_
master_ struser_ password_ hash - (Updatable) The password hash of the master user that are used to manage security config
- security_
mode str - (Updatable) The security mode of the cluster.
- Mapping[str, str]
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- upgrade_
major_ intversion_ trigger An optional property to upgrade the major version of the cluster. This workflow upgrades the cluster without creating a clone. If you want to create a clone and upgrade the clone for testing please use SDK or CLI.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- compartment
Id String - The OCID of the compartment to create the cluster in.
- data
Node NumberCount - (Updatable) The number of data nodes to configure for the cluster.
- data
Node NumberHost Memory Gb - (Updatable) The amount of memory in GB, to configure per node for the cluster's data nodes.
- data
Node NumberHost Ocpu Count - (Updatable) The number of OCPUs to configure for the cluster's data nodes.
- data
Node StringHost Type - TThe instance type for the cluster's data nodes.
- data
Node NumberStorage Gb - (Updatable) The amount of storage in GB, to configure per node for the cluster's data nodes.
- display
Name String - (Updatable) The name of the cluster. Avoid entering confidential information.
- master
Node NumberCount - (Updatable) The number of master nodes to configure for the cluster.
- master
Node NumberHost Memory Gb - (Updatable) The amount of memory in GB, to configure per node for the cluster's master nodes.
- master
Node NumberHost Ocpu Count - (Updatable) The number of OCPUs to configure for the cluser's master nodes.
- master
Node StringHost Type - The instance type for the cluster's master nodes.
- opendashboard
Node NumberCount - (Updatable) The number of OpenSearch Dashboard nodes to configure for the cluster.
- opendashboard
Node NumberHost Memory Gb - (Updatable) The amount of memory in GB, to configure for the cluster's OpenSearch Dashboard nodes.
- opendashboard
Node NumberHost Ocpu Count - (Updatable) The number of OCPUs to configure for the cluster's OpenSearch Dashboard nodes.
- software
Version String - (Updatable) The version of the software the cluster is running.
- 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.
- 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.
- configure
Outbound NumberCluster Trigger - (Updatable) An optional property when incremented triggers Configure Outbound Cluster. Could be set to any integer value.
- data
Node StringHost Bare Metal Shape - The bare metal shape for the cluster's data nodes.
- Map<String>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Map<String>
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- inbound
Cluster List<String>Ids - List of inbound clusters that will be queried using cross cluster search
- maintenance
Details Property Map - (Updatable) Details for creation of maintenance details
- master
Node StringHost Bare Metal Shape - The bare metal shape for the cluster's master nodes.
- outbound
Cluster Property MapConfig - (Updatable) This configuration is used for passing request details to connect outbound cluster(s) to the inbound cluster (coordinating cluster)
- reverse
Connection List<String>Endpoint Customer Ips - (Updatable) The customer IP addresses of the endpoint in customer VCN
- security
Master StringUser Name - (Updatable) The name of the master user that are used to manage security config
- security
Master StringUser Password Hash - (Updatable) The password hash of the master user that are used to manage security config
- security
Mode String - (Updatable) The security mode of the cluster.
- Map<String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- upgrade
Major NumberVersion Trigger An optional property to upgrade the major version of the cluster. This workflow upgrades the cluster without creating a clone. If you want to create a clone and upgrade the clone for testing please use SDK or CLI.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
Outputs
All input properties are implicitly available as output properties. Additionally, the Cluster resource produces the following output properties:
- Availability
Domains List<string> - The availability domains to distribute the cluser nodes across.
- Fqdn string
- The fully qualified domain name (FQDN) for the cluster's API endpoint.
- Id string
- The provider-assigned unique ID for this managed resource.
- Lifecycle
Details string - Additional information about the current lifecycle state of the cluster.
- Opendashboard
Fqdn string - The fully qualified domain name (FQDN) for the cluster's OpenSearch Dashboard API endpoint.
- Opendashboard
Private stringIp - The private IP address for the cluster's OpenSearch Dashboard.
- Opensearch
Fqdn string - The fully qualified domain name (FQDN) for the cluster's API endpoint.
- Opensearch
Private stringIp - The cluster's private IP address.
- Reverse
Connection List<ClusterEndpoints Reverse Connection Endpoint> - The list of reverse connection endpoints.
- State string
- The current state of the cluster.
- 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.
- Availability
Domains []string - The availability domains to distribute the cluser nodes across.
- Fqdn string
- The fully qualified domain name (FQDN) for the cluster's API endpoint.
- Id string
- The provider-assigned unique ID for this managed resource.
- Lifecycle
Details string - Additional information about the current lifecycle state of the cluster.
- Opendashboard
Fqdn string - The fully qualified domain name (FQDN) for the cluster's OpenSearch Dashboard API endpoint.
- Opendashboard
Private stringIp - The private IP address for the cluster's OpenSearch Dashboard.
- Opensearch
Fqdn string - The fully qualified domain name (FQDN) for the cluster's API endpoint.
- Opensearch
Private stringIp - The cluster's private IP address.
- Reverse
Connection []ClusterEndpoints Reverse Connection Endpoint - The list of reverse connection endpoints.
- State string
- The current state of the cluster.
- 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.
- availability
Domains List<String> - The availability domains to distribute the cluser nodes across.
- fqdn String
- The fully qualified domain name (FQDN) for the cluster's API endpoint.
- id String
- The provider-assigned unique ID for this managed resource.
- lifecycle
Details String - Additional information about the current lifecycle state of the cluster.
- opendashboard
Fqdn String - The fully qualified domain name (FQDN) for the cluster's OpenSearch Dashboard API endpoint.
- opendashboard
Private StringIp - The private IP address for the cluster's OpenSearch Dashboard.
- opensearch
Fqdn String - The fully qualified domain name (FQDN) for the cluster's API endpoint.
- opensearch
Private StringIp - The cluster's private IP address.
- reverse
Connection List<ClusterEndpoints Reverse Connection Endpoint> - The list of reverse connection endpoints.
- state String
- The current state of the cluster.
- 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.
- availability
Domains string[] - The availability domains to distribute the cluser nodes across.
- fqdn string
- The fully qualified domain name (FQDN) for the cluster's API endpoint.
- id string
- The provider-assigned unique ID for this managed resource.
- lifecycle
Details string - Additional information about the current lifecycle state of the cluster.
- opendashboard
Fqdn string - The fully qualified domain name (FQDN) for the cluster's OpenSearch Dashboard API endpoint.
- opendashboard
Private stringIp - The private IP address for the cluster's OpenSearch Dashboard.
- opensearch
Fqdn string - The fully qualified domain name (FQDN) for the cluster's API endpoint.
- opensearch
Private stringIp - The cluster's private IP address.
- reverse
Connection ClusterEndpoints Reverse Connection Endpoint[] - The list of reverse connection endpoints.
- state string
- The current state of the cluster.
- 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.
- availability_
domains Sequence[str] - The availability domains to distribute the cluser nodes across.
- fqdn str
- The fully qualified domain name (FQDN) for the cluster's API endpoint.
- id str
- The provider-assigned unique ID for this managed resource.
- lifecycle_
details str - Additional information about the current lifecycle state of the cluster.
- opendashboard_
fqdn str - The fully qualified domain name (FQDN) for the cluster's OpenSearch Dashboard API endpoint.
- 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.
- reverse_
connection_ Sequence[opensearch.endpoints Cluster Reverse Connection Endpoint] - The list of reverse connection endpoints.
- state str
- The current state of the cluster.
- 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.
- availability
Domains List<String> - The availability domains to distribute the cluser nodes across.
- fqdn String
- The fully qualified domain name (FQDN) for the cluster's API endpoint.
- id String
- The provider-assigned unique ID for this managed resource.
- lifecycle
Details String - Additional information about the current lifecycle state of the cluster.
- opendashboard
Fqdn String - The fully qualified domain name (FQDN) for the cluster's OpenSearch Dashboard API endpoint.
- opendashboard
Private StringIp - The private IP address for the cluster's OpenSearch Dashboard.
- opensearch
Fqdn String - The fully qualified domain name (FQDN) for the cluster's API endpoint.
- opensearch
Private StringIp - The cluster's private IP address.
- reverse
Connection List<Property Map>Endpoints - The list of reverse connection endpoints.
- state String
- The current state of the cluster.
- 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.
Look up Existing Cluster Resource
Get an existing Cluster resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: ClusterState, opts?: CustomResourceOptions): Cluster
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
availability_domains: Optional[Sequence[str]] = None,
compartment_id: Optional[str] = None,
configure_outbound_cluster_trigger: Optional[int] = None,
data_node_count: Optional[int] = None,
data_node_host_bare_metal_shape: Optional[str] = None,
data_node_host_memory_gb: Optional[int] = None,
data_node_host_ocpu_count: Optional[int] = None,
data_node_host_type: Optional[str] = None,
data_node_storage_gb: Optional[int] = None,
defined_tags: Optional[Mapping[str, str]] = None,
display_name: Optional[str] = None,
fqdn: Optional[str] = None,
freeform_tags: Optional[Mapping[str, str]] = None,
inbound_cluster_ids: Optional[Sequence[str]] = None,
lifecycle_details: Optional[str] = None,
maintenance_details: Optional[_opensearch.ClusterMaintenanceDetailsArgs] = None,
master_node_count: Optional[int] = None,
master_node_host_bare_metal_shape: Optional[str] = None,
master_node_host_memory_gb: Optional[int] = None,
master_node_host_ocpu_count: Optional[int] = None,
master_node_host_type: Optional[str] = None,
opendashboard_fqdn: Optional[str] = None,
opendashboard_node_count: Optional[int] = None,
opendashboard_node_host_memory_gb: Optional[int] = None,
opendashboard_node_host_ocpu_count: Optional[int] = None,
opendashboard_private_ip: Optional[str] = None,
opensearch_fqdn: Optional[str] = None,
opensearch_private_ip: Optional[str] = None,
outbound_cluster_config: Optional[_opensearch.ClusterOutboundClusterConfigArgs] = None,
reverse_connection_endpoint_customer_ips: Optional[Sequence[str]] = None,
reverse_connection_endpoints: Optional[Sequence[_opensearch.ClusterReverseConnectionEndpointArgs]] = None,
security_master_user_name: Optional[str] = None,
security_master_user_password_hash: Optional[str] = None,
security_mode: Optional[str] = None,
software_version: Optional[str] = None,
state: Optional[str] = None,
subnet_compartment_id: Optional[str] = None,
subnet_id: Optional[str] = None,
system_tags: Optional[Mapping[str, str]] = None,
time_created: Optional[str] = None,
time_deleted: Optional[str] = None,
time_updated: Optional[str] = None,
total_storage_gb: Optional[int] = None,
upgrade_major_version_trigger: Optional[int] = None,
vcn_compartment_id: Optional[str] = None,
vcn_id: Optional[str] = None) -> Cluster
func GetCluster(ctx *Context, name string, id IDInput, state *ClusterState, opts ...ResourceOption) (*Cluster, error)
public static Cluster Get(string name, Input<string> id, ClusterState? state, CustomResourceOptions? opts = null)
public static Cluster get(String name, Output<String> id, ClusterState state, CustomResourceOptions options)
resources: _: type: oci:Opensearch:Cluster get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Availability
Domains List<string> - The availability domains to distribute the cluser nodes across.
- Compartment
Id string - The OCID of the compartment to create the cluster in.
- Configure
Outbound intCluster Trigger - (Updatable) An optional property when incremented triggers Configure Outbound Cluster. Could be set to any integer value.
- Data
Node intCount - (Updatable) The number of data nodes to configure for the cluster.
- Data
Node stringHost Bare Metal Shape - The bare metal shape for the cluster's data nodes.
- Data
Node intHost Memory Gb - (Updatable) The amount of memory in GB, to configure per node for the cluster's data nodes.
- Data
Node intHost Ocpu Count - (Updatable) The number of OCPUs to configure for the cluster's data nodes.
- Data
Node stringHost Type - TThe instance type for the cluster's data nodes.
- Data
Node intStorage Gb - (Updatable) The amount of storage in GB, to configure per node for the cluster's data nodes.
- Dictionary<string, string>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Display
Name string - (Updatable) 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, string>
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Inbound
Cluster List<string>Ids - List of inbound clusters that will be queried using cross cluster search
- Lifecycle
Details string - Additional information about the current lifecycle state of the cluster.
- Maintenance
Details ClusterMaintenance Details - (Updatable) Details for creation of maintenance details
- Master
Node intCount - (Updatable) The number of master nodes to configure for the cluster.
- Master
Node stringHost Bare Metal Shape - The bare metal shape for the cluster's master nodes.
- Master
Node intHost Memory Gb - (Updatable) The amount of memory in GB, to configure per node for the cluster's master nodes.
- Master
Node intHost Ocpu Count - (Updatable) The number of OCPUs to configure for the cluser'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 - (Updatable) The number of OpenSearch Dashboard nodes to configure for the cluster.
- Opendashboard
Node intHost Memory Gb - (Updatable) The amount of memory in GB, to configure for the cluster's OpenSearch Dashboard nodes.
- Opendashboard
Node intHost Ocpu Count - (Updatable) The number of OCPUs to configure for the cluster's OpenSearch Dashboard nodes.
- Opendashboard
Private stringIp - The private IP address for the cluster's OpenSearch Dashboard.
- Opensearch
Fqdn string - The fully qualified domain name (FQDN) for the cluster's API endpoint.
- Opensearch
Private stringIp - The cluster's private IP address.
- Outbound
Cluster ClusterConfig Outbound Cluster Config - (Updatable) This configuration is used for passing request details to connect outbound cluster(s) to the inbound cluster (coordinating cluster)
- Reverse
Connection List<string>Endpoint Customer Ips - (Updatable) The customer IP addresses of the endpoint in customer VCN
- Reverse
Connection List<ClusterEndpoints Reverse Connection Endpoint> - The list of reverse connection endpoints.
- Security
Master stringUser Name - (Updatable) The name of the master user that are used to manage security config
- Security
Master stringUser Password Hash - (Updatable) The password hash of the master user that are used to manage security config
- Security
Mode string - (Updatable) The security mode of the cluster.
- Software
Version string - (Updatable) The version of the software 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, string>
- 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.
- Upgrade
Major intVersion Trigger An optional property to upgrade the major version of the cluster. This workflow upgrades the cluster without creating a clone. If you want to create a clone and upgrade the clone for testing please use SDK or CLI.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- 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 to create the cluster in.
- Configure
Outbound intCluster Trigger - (Updatable) An optional property when incremented triggers Configure Outbound Cluster. Could be set to any integer value.
- Data
Node intCount - (Updatable) The number of data nodes to configure for the cluster.
- Data
Node stringHost Bare Metal Shape - The bare metal shape for the cluster's data nodes.
- Data
Node intHost Memory Gb - (Updatable) The amount of memory in GB, to configure per node for the cluster's data nodes.
- Data
Node intHost Ocpu Count - (Updatable) The number of OCPUs to configure for the cluster's data nodes.
- Data
Node stringHost Type - TThe instance type for the cluster's data nodes.
- Data
Node intStorage Gb - (Updatable) The amount of storage in GB, to configure per node for the cluster's data nodes.
- map[string]string
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Display
Name string - (Updatable) 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]string
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Inbound
Cluster []stringIds - List of inbound clusters that will be queried using cross cluster search
- Lifecycle
Details string - Additional information about the current lifecycle state of the cluster.
- Maintenance
Details ClusterMaintenance Details Args - (Updatable) Details for creation of maintenance details
- Master
Node intCount - (Updatable) The number of master nodes to configure for the cluster.
- Master
Node stringHost Bare Metal Shape - The bare metal shape for the cluster's master nodes.
- Master
Node intHost Memory Gb - (Updatable) The amount of memory in GB, to configure per node for the cluster's master nodes.
- Master
Node intHost Ocpu Count - (Updatable) The number of OCPUs to configure for the cluser'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 - (Updatable) The number of OpenSearch Dashboard nodes to configure for the cluster.
- Opendashboard
Node intHost Memory Gb - (Updatable) The amount of memory in GB, to configure for the cluster's OpenSearch Dashboard nodes.
- Opendashboard
Node intHost Ocpu Count - (Updatable) The number of OCPUs to configure for the cluster's OpenSearch Dashboard nodes.
- Opendashboard
Private stringIp - The private IP address for the cluster's OpenSearch Dashboard.
- Opensearch
Fqdn string - The fully qualified domain name (FQDN) for the cluster's API endpoint.
- Opensearch
Private stringIp - The cluster's private IP address.
- Outbound
Cluster ClusterConfig Outbound Cluster Config Args - (Updatable) This configuration is used for passing request details to connect outbound cluster(s) to the inbound cluster (coordinating cluster)
- Reverse
Connection []stringEndpoint Customer Ips - (Updatable) The customer IP addresses of the endpoint in customer VCN
- Reverse
Connection []ClusterEndpoints Reverse Connection Endpoint Args - The list of reverse connection endpoints.
- Security
Master stringUser Name - (Updatable) The name of the master user that are used to manage security config
- Security
Master stringUser Password Hash - (Updatable) The password hash of the master user that are used to manage security config
- Security
Mode string - (Updatable) The security mode of the cluster.
- Software
Version string - (Updatable) The version of the software 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]string
- 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.
- Upgrade
Major intVersion Trigger An optional property to upgrade the major version of the cluster. This workflow upgrades the cluster without creating a clone. If you want to create a clone and upgrade the clone for testing please use SDK or CLI.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- 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 to create the cluster in.
- configure
Outbound IntegerCluster Trigger - (Updatable) An optional property when incremented triggers Configure Outbound Cluster. Could be set to any integer value.
- data
Node IntegerCount - (Updatable) The number of data nodes to configure for the cluster.
- data
Node StringHost Bare Metal Shape - The bare metal shape for the cluster's data nodes.
- data
Node IntegerHost Memory Gb - (Updatable) The amount of memory in GB, to configure per node for the cluster's data nodes.
- data
Node IntegerHost Ocpu Count - (Updatable) The number of OCPUs to configure for the cluster's data nodes.
- data
Node StringHost Type - TThe instance type for the cluster's data nodes.
- data
Node IntegerStorage Gb - (Updatable) The amount of storage in GB, to configure per node for the cluster's data nodes.
- Map<String,String>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display
Name String - (Updatable) 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,String>
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- inbound
Cluster List<String>Ids - List of inbound clusters that will be queried using cross cluster search
- lifecycle
Details String - Additional information about the current lifecycle state of the cluster.
- maintenance
Details ClusterMaintenance Details - (Updatable) Details for creation of maintenance details
- master
Node IntegerCount - (Updatable) The number of master nodes to configure for the cluster.
- master
Node StringHost Bare Metal Shape - The bare metal shape for the cluster's master nodes.
- master
Node IntegerHost Memory Gb - (Updatable) The amount of memory in GB, to configure per node for the cluster's master nodes.
- master
Node IntegerHost Ocpu Count - (Updatable) The number of OCPUs to configure for the cluser'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 - (Updatable) The number of OpenSearch Dashboard nodes to configure for the cluster.
- opendashboard
Node IntegerHost Memory Gb - (Updatable) The amount of memory in GB, to configure for the cluster's OpenSearch Dashboard nodes.
- opendashboard
Node IntegerHost Ocpu Count - (Updatable) The number of OCPUs to configure for the cluster's OpenSearch Dashboard nodes.
- opendashboard
Private StringIp - The private IP address for the cluster's OpenSearch Dashboard.
- opensearch
Fqdn String - The fully qualified domain name (FQDN) for the cluster's API endpoint.
- opensearch
Private StringIp - The cluster's private IP address.
- outbound
Cluster ClusterConfig Outbound Cluster Config - (Updatable) This configuration is used for passing request details to connect outbound cluster(s) to the inbound cluster (coordinating cluster)
- reverse
Connection List<String>Endpoint Customer Ips - (Updatable) The customer IP addresses of the endpoint in customer VCN
- reverse
Connection List<ClusterEndpoints Reverse Connection Endpoint> - The list of reverse connection endpoints.
- security
Master StringUser Name - (Updatable) The name of the master user that are used to manage security config
- security
Master StringUser Password Hash - (Updatable) The password hash of the master user that are used to manage security config
- security
Mode String - (Updatable) The security mode of the cluster.
- software
Version String - (Updatable) The version of the software 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,String>
- 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.
- upgrade
Major IntegerVersion Trigger An optional property to upgrade the major version of the cluster. This workflow upgrades the cluster without creating a clone. If you want to create a clone and upgrade the clone for testing please use SDK or CLI.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- 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 to create the cluster in.
- configure
Outbound numberCluster Trigger - (Updatable) An optional property when incremented triggers Configure Outbound Cluster. Could be set to any integer value.
- data
Node numberCount - (Updatable) The number of data nodes to configure for the cluster.
- data
Node stringHost Bare Metal Shape - The bare metal shape for the cluster's data nodes.
- data
Node numberHost Memory Gb - (Updatable) The amount of memory in GB, to configure per node for the cluster's data nodes.
- data
Node numberHost Ocpu Count - (Updatable) The number of OCPUs to configure for the cluster's data nodes.
- data
Node stringHost Type - TThe instance type for the cluster's data nodes.
- data
Node numberStorage Gb - (Updatable) The amount of storage in GB, to configure per node for the cluster's data nodes.
- {[key: string]: string}
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display
Name string - (Updatable) 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]: string}
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- inbound
Cluster string[]Ids - List of inbound clusters that will be queried using cross cluster search
- lifecycle
Details string - Additional information about the current lifecycle state of the cluster.
- maintenance
Details ClusterMaintenance Details - (Updatable) Details for creation of maintenance details
- master
Node numberCount - (Updatable) The number of master nodes to configure for the cluster.
- master
Node stringHost Bare Metal Shape - The bare metal shape for the cluster's master nodes.
- master
Node numberHost Memory Gb - (Updatable) The amount of memory in GB, to configure per node for the cluster's master nodes.
- master
Node numberHost Ocpu Count - (Updatable) The number of OCPUs to configure for the cluser'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 - (Updatable) The number of OpenSearch Dashboard nodes to configure for the cluster.
- opendashboard
Node numberHost Memory Gb - (Updatable) The amount of memory in GB, to configure for the cluster's OpenSearch Dashboard nodes.
- opendashboard
Node numberHost Ocpu Count - (Updatable) The number of OCPUs to configure for the cluster's OpenSearch Dashboard nodes.
- opendashboard
Private stringIp - The private IP address for the cluster's OpenSearch Dashboard.
- opensearch
Fqdn string - The fully qualified domain name (FQDN) for the cluster's API endpoint.
- opensearch
Private stringIp - The cluster's private IP address.
- outbound
Cluster ClusterConfig Outbound Cluster Config - (Updatable) This configuration is used for passing request details to connect outbound cluster(s) to the inbound cluster (coordinating cluster)
- reverse
Connection string[]Endpoint Customer Ips - (Updatable) The customer IP addresses of the endpoint in customer VCN
- reverse
Connection ClusterEndpoints Reverse Connection Endpoint[] - The list of reverse connection endpoints.
- security
Master stringUser Name - (Updatable) The name of the master user that are used to manage security config
- security
Master stringUser Password Hash - (Updatable) The password hash of the master user that are used to manage security config
- security
Mode string - (Updatable) The security mode of the cluster.
- software
Version string - (Updatable) The version of the software 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]: string}
- 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.
- upgrade
Major numberVersion Trigger An optional property to upgrade the major version of the cluster. This workflow upgrades the cluster without creating a clone. If you want to create a clone and upgrade the clone for testing please use SDK or CLI.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- 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 to create the cluster in.
- configure_
outbound_ intcluster_ trigger - (Updatable) An optional property when incremented triggers Configure Outbound Cluster. Could be set to any integer value.
- data_
node_ intcount - (Updatable) The number of data nodes to configure for the cluster.
- data_
node_ strhost_ bare_ metal_ shape - The bare metal shape for the cluster's data nodes.
- data_
node_ inthost_ memory_ gb - (Updatable) The amount of memory in GB, to configure per node for the cluster's data nodes.
- data_
node_ inthost_ ocpu_ count - (Updatable) The number of OCPUs to configure for the cluster's data nodes.
- data_
node_ strhost_ type - TThe instance type for the cluster's data nodes.
- data_
node_ intstorage_ gb - (Updatable) The amount of storage in GB, to configure per node for the cluster's data nodes.
- Mapping[str, str]
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display_
name str - (Updatable) 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, str]
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- inbound_
cluster_ Sequence[str]ids - List of inbound clusters that will be queried using cross cluster search
- lifecycle_
details str - Additional information about the current lifecycle state of the cluster.
- maintenance_
details opensearch.Cluster Maintenance Details Args - (Updatable) Details for creation of maintenance details
- master_
node_ intcount - (Updatable) The number of master nodes to configure for the cluster.
- master_
node_ strhost_ bare_ metal_ shape - The bare metal shape for the cluster's master nodes.
- master_
node_ inthost_ memory_ gb - (Updatable) The amount of memory in GB, to configure per node for the cluster's master nodes.
- master_
node_ inthost_ ocpu_ count - (Updatable) The number of OCPUs to configure for the cluser'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 - (Updatable) The number of OpenSearch Dashboard nodes to configure for the cluster.
- opendashboard_
node_ inthost_ memory_ gb - (Updatable) The amount of memory in GB, to configure for the cluster's OpenSearch Dashboard nodes.
- opendashboard_
node_ inthost_ ocpu_ count - (Updatable) The number of OCPUs to configure 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.
- outbound_
cluster_ opensearch.config Cluster Outbound Cluster Config Args - (Updatable) This configuration is used for passing request details to connect outbound cluster(s) to the inbound cluster (coordinating cluster)
- reverse_
connection_ Sequence[str]endpoint_ customer_ ips - (Updatable) The customer IP addresses of the endpoint in customer VCN
- reverse_
connection_ Sequence[opensearch.endpoints Cluster Reverse Connection Endpoint Args] - The list of reverse connection endpoints.
- security_
master_ struser_ name - (Updatable) The name of the master user that are used to manage security config
- security_
master_ struser_ password_ hash - (Updatable) The password hash of the master user that are used to manage security config
- security_
mode str - (Updatable) The security mode of the cluster.
- software_
version str - (Updatable) The version of the software 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, str]
- 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.
- upgrade_
major_ intversion_ trigger An optional property to upgrade the major version of the cluster. This workflow upgrades the cluster without creating a clone. If you want to create a clone and upgrade the clone for testing please use SDK or CLI.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- 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 to create the cluster in.
- configure
Outbound NumberCluster Trigger - (Updatable) An optional property when incremented triggers Configure Outbound Cluster. Could be set to any integer value.
- data
Node NumberCount - (Updatable) The number of data nodes to configure for the cluster.
- data
Node StringHost Bare Metal Shape - The bare metal shape for the cluster's data nodes.
- data
Node NumberHost Memory Gb - (Updatable) The amount of memory in GB, to configure per node for the cluster's data nodes.
- data
Node NumberHost Ocpu Count - (Updatable) The number of OCPUs to configure for the cluster's data nodes.
- data
Node StringHost Type - TThe instance type for the cluster's data nodes.
- data
Node NumberStorage Gb - (Updatable) The amount of storage in GB, to configure per node for the cluster's data nodes.
- Map<String>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display
Name String - (Updatable) 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>
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- inbound
Cluster List<String>Ids - List of inbound clusters that will be queried using cross cluster search
- lifecycle
Details String - Additional information about the current lifecycle state of the cluster.
- maintenance
Details Property Map - (Updatable) Details for creation of maintenance details
- master
Node NumberCount - (Updatable) The number of master nodes to configure for the cluster.
- master
Node StringHost Bare Metal Shape - The bare metal shape for the cluster's master nodes.
- master
Node NumberHost Memory Gb - (Updatable) The amount of memory in GB, to configure per node for the cluster's master nodes.
- master
Node NumberHost Ocpu Count - (Updatable) The number of OCPUs to configure for the cluser'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 - (Updatable) The number of OpenSearch Dashboard nodes to configure for the cluster.
- opendashboard
Node NumberHost Memory Gb - (Updatable) The amount of memory in GB, to configure for the cluster's OpenSearch Dashboard nodes.
- opendashboard
Node NumberHost Ocpu Count - (Updatable) The number of OCPUs to configure for the cluster's OpenSearch Dashboard nodes.
- opendashboard
Private StringIp - The private IP address for the cluster's OpenSearch Dashboard.
- opensearch
Fqdn String - The fully qualified domain name (FQDN) for the cluster's API endpoint.
- opensearch
Private StringIp - The cluster's private IP address.
- outbound
Cluster Property MapConfig - (Updatable) This configuration is used for passing request details to connect outbound cluster(s) to the inbound cluster (coordinating cluster)
- reverse
Connection List<String>Endpoint Customer Ips - (Updatable) The customer IP addresses of the endpoint in customer VCN
- reverse
Connection List<Property Map>Endpoints - The list of reverse connection endpoints.
- security
Master StringUser Name - (Updatable) The name of the master user that are used to manage security config
- security
Master StringUser Password Hash - (Updatable) The password hash of the master user that are used to manage security config
- security
Mode String - (Updatable) The security mode of the cluster.
- software
Version String - (Updatable) The version of the software 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>
- 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.
- upgrade
Major NumberVersion Trigger An optional property to upgrade the major version of the cluster. This workflow upgrades the cluster without creating a clone. If you want to create a clone and upgrade the clone for testing please use SDK or CLI.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- 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.
Supporting Types
ClusterMaintenanceDetails, ClusterMaintenanceDetailsArgs
- End
Time string - End time of the maintenance activity
- Notification
Email List<string>Ids - (Updatable) The Email IDs given by the customer to get notified about maintenance activities
- Start
Time string - Start time of the maintenance activity
- State string
- The current state of the cluster.
- End
Time string - End time of the maintenance activity
- Notification
Email []stringIds - (Updatable) The Email IDs given by the customer to get notified about maintenance activities
- Start
Time string - Start time of the maintenance activity
- State string
- The current state of the cluster.
- end
Time String - End time of the maintenance activity
- notification
Email List<String>Ids - (Updatable) The Email IDs given by the customer to get notified about maintenance activities
- start
Time String - Start time of the maintenance activity
- state String
- The current state of the cluster.
- end
Time string - End time of the maintenance activity
- notification
Email string[]Ids - (Updatable) The Email IDs given by the customer to get notified about maintenance activities
- start
Time string - Start time of the maintenance activity
- state string
- The current state of the cluster.
- end_
time str - End time of the maintenance activity
- notification_
email_ Sequence[str]ids - (Updatable) The Email IDs given by the customer to get notified about maintenance activities
- start_
time str - Start time of the maintenance activity
- state str
- The current state of the cluster.
- end
Time String - End time of the maintenance activity
- notification
Email List<String>Ids - (Updatable) The Email IDs given by the customer to get notified about maintenance activities
- start
Time String - Start time of the maintenance activity
- state String
- The current state of the cluster.
ClusterOutboundClusterConfig, ClusterOutboundClusterConfigArgs
- Is
Enabled bool - (Updatable) Flag to indicate whether outbound cluster configuration is enabled
- Outbound
Clusters List<ClusterOutbound Cluster Config Outbound Cluster> - (Updatable) List of outbound clusters to be connected to the inbound cluster
- Is
Enabled bool - (Updatable) Flag to indicate whether outbound cluster configuration is enabled
- Outbound
Clusters []ClusterOutbound Cluster Config Outbound Cluster - (Updatable) List of outbound clusters to be connected to the inbound cluster
- is
Enabled Boolean - (Updatable) Flag to indicate whether outbound cluster configuration is enabled
- outbound
Clusters List<ClusterOutbound Cluster Config Outbound Cluster> - (Updatable) List of outbound clusters to be connected to the inbound cluster
- is
Enabled boolean - (Updatable) Flag to indicate whether outbound cluster configuration is enabled
- outbound
Clusters ClusterOutbound Cluster Config Outbound Cluster[] - (Updatable) List of outbound clusters to be connected to the inbound cluster
- is_
enabled bool - (Updatable) Flag to indicate whether outbound cluster configuration is enabled
- outbound_
clusters Sequence[opensearch.Cluster Outbound Cluster Config Outbound Cluster] - (Updatable) List of outbound clusters to be connected to the inbound cluster
- is
Enabled Boolean - (Updatable) Flag to indicate whether outbound cluster configuration is enabled
- outbound
Clusters List<Property Map> - (Updatable) List of outbound clusters to be connected to the inbound cluster
ClusterOutboundClusterConfigOutboundCluster, ClusterOutboundClusterConfigOutboundClusterArgs
- Display
Name string - (Updatable) Name of the Outbound cluster. Avoid entering confidential information.
- Seed
Cluster stringId - (Updatable) OCID of the Outbound cluster
- bool
- (Updatable) Flag to indicate whether to skip the Outbound cluster during cross cluster search, if it is unavailable
- Mode string
- (Updatable) Mode for the cross cluster connection
- Ping
Schedule string - (Updatable) Sets the time interval between regular application-level ping messages that are sent to try and keep outbound cluster connections alive. If set to -1, application-level ping messages to this outbound cluster are not sent. If unset, application-level ping messages are sent according to the global transport.ping_schedule setting, which defaults to -1 meaning that pings are not sent.
- Display
Name string - (Updatable) Name of the Outbound cluster. Avoid entering confidential information.
- Seed
Cluster stringId - (Updatable) OCID of the Outbound cluster
- bool
- (Updatable) Flag to indicate whether to skip the Outbound cluster during cross cluster search, if it is unavailable
- Mode string
- (Updatable) Mode for the cross cluster connection
- Ping
Schedule string - (Updatable) Sets the time interval between regular application-level ping messages that are sent to try and keep outbound cluster connections alive. If set to -1, application-level ping messages to this outbound cluster are not sent. If unset, application-level ping messages are sent according to the global transport.ping_schedule setting, which defaults to -1 meaning that pings are not sent.
- display
Name String - (Updatable) Name of the Outbound cluster. Avoid entering confidential information.
- seed
Cluster StringId - (Updatable) OCID of the Outbound cluster
- Boolean
- (Updatable) Flag to indicate whether to skip the Outbound cluster during cross cluster search, if it is unavailable
- mode String
- (Updatable) Mode for the cross cluster connection
- ping
Schedule String - (Updatable) Sets the time interval between regular application-level ping messages that are sent to try and keep outbound cluster connections alive. If set to -1, application-level ping messages to this outbound cluster are not sent. If unset, application-level ping messages are sent according to the global transport.ping_schedule setting, which defaults to -1 meaning that pings are not sent.
- display
Name string - (Updatable) Name of the Outbound cluster. Avoid entering confidential information.
- seed
Cluster stringId - (Updatable) OCID of the Outbound cluster
- boolean
- (Updatable) Flag to indicate whether to skip the Outbound cluster during cross cluster search, if it is unavailable
- mode string
- (Updatable) Mode for the cross cluster connection
- ping
Schedule string - (Updatable) Sets the time interval between regular application-level ping messages that are sent to try and keep outbound cluster connections alive. If set to -1, application-level ping messages to this outbound cluster are not sent. If unset, application-level ping messages are sent according to the global transport.ping_schedule setting, which defaults to -1 meaning that pings are not sent.
- display_
name str - (Updatable) Name of the Outbound cluster. Avoid entering confidential information.
- seed_
cluster_ strid - (Updatable) OCID of the Outbound cluster
- bool
- (Updatable) Flag to indicate whether to skip the Outbound cluster during cross cluster search, if it is unavailable
- mode str
- (Updatable) Mode for the cross cluster connection
- ping_
schedule str - (Updatable) Sets the time interval between regular application-level ping messages that are sent to try and keep outbound cluster connections alive. If set to -1, application-level ping messages to this outbound cluster are not sent. If unset, application-level ping messages are sent according to the global transport.ping_schedule setting, which defaults to -1 meaning that pings are not sent.
- display
Name String - (Updatable) Name of the Outbound cluster. Avoid entering confidential information.
- seed
Cluster StringId - (Updatable) OCID of the Outbound cluster
- Boolean
- (Updatable) Flag to indicate whether to skip the Outbound cluster during cross cluster search, if it is unavailable
- mode String
- (Updatable) Mode for the cross cluster connection
- ping
Schedule String - (Updatable) Sets the time interval between regular application-level ping messages that are sent to try and keep outbound cluster connections alive. If set to -1, application-level ping messages to this outbound cluster are not sent. If unset, application-level ping messages are sent according to the global transport.ping_schedule setting, which defaults to -1 meaning that pings are not sent.
ClusterReverseConnectionEndpoint, ClusterReverseConnectionEndpointArgs
- Customer
Ip string - The IP addresses of the endpoint in customer VCN
- Nat
Ip string - The NAT IP addresses of the endpoint in service VCN
- Customer
Ip string - The IP addresses of the endpoint in customer VCN
- Nat
Ip string - The NAT IP addresses of the endpoint in service VCN
- customer
Ip String - The IP addresses of the endpoint in customer VCN
- nat
Ip String - The NAT IP addresses of the endpoint in service VCN
- customer
Ip string - The IP addresses of the endpoint in customer VCN
- nat
Ip string - The NAT IP addresses of the endpoint in service VCN
- customer_
ip str - The IP addresses of the endpoint in customer VCN
- nat_
ip str - The NAT IP addresses of the endpoint in service VCN
- customer
Ip String - The IP addresses of the endpoint in customer VCN
- nat
Ip String - The NAT IP addresses of the endpoint in service VCN
Import
OpensearchClusters can be imported using the id
, e.g.
$ pulumi import oci:Opensearch/cluster:Cluster test_opensearch_cluster "id"
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.