ec.getDeployment
Use this data source to retrieve information about an existing Elastic Cloud deployment.
Example Usage
using System.Collections.Generic;
using Pulumi;
using ElasticCloud = Pulumi.ElasticCloud;
return await Deployment.RunAsync(() =>
{
var example = ElasticCloud.GetDeployment.Invoke(new()
{
Id = "f759065e5e64e9f3546f6c44f2743893",
});
});
package main
import (
"github.com/pulumi/pulumi-ec/sdk/go/ec"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := ec.LookupDeployment(ctx, &ec.LookupDeploymentArgs{
Id: "f759065e5e64e9f3546f6c44f2743893",
}, nil)
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.ec.EcFunctions;
import com.pulumi.ec.inputs.GetDeploymentArgs;
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 example = EcFunctions.getDeployment(GetDeploymentArgs.builder()
.id("f759065e5e64e9f3546f6c44f2743893")
.build());
}
}
import pulumi
import pulumi_ec as ec
example = ec.get_deployment(id="f759065e5e64e9f3546f6c44f2743893")
import * as pulumi from "@pulumi/pulumi";
import * as ec from "@pulumi/ec";
const example = ec.getDeployment({
id: "f759065e5e64e9f3546f6c44f2743893",
});
variables:
example:
fn::invoke:
Function: ec:getDeployment
Arguments:
id: f759065e5e64e9f3546f6c44f2743893
Using getDeployment
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 getDeployment(args: GetDeploymentArgs, opts?: InvokeOptions): Promise<GetDeploymentResult>
function getDeploymentOutput(args: GetDeploymentOutputArgs, opts?: InvokeOptions): Output<GetDeploymentResult>
def get_deployment(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDeploymentResult
def get_deployment_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDeploymentResult]
func LookupDeployment(ctx *Context, args *LookupDeploymentArgs, opts ...InvokeOption) (*LookupDeploymentResult, error)
func LookupDeploymentOutput(ctx *Context, args *LookupDeploymentOutputArgs, opts ...InvokeOption) LookupDeploymentResultOutput
> Note: This function is named LookupDeployment
in the Go SDK.
public static class GetDeployment
{
public static Task<GetDeploymentResult> InvokeAsync(GetDeploymentArgs args, InvokeOptions? opts = null)
public static Output<GetDeploymentResult> Invoke(GetDeploymentInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDeploymentResult> getDeployment(GetDeploymentArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: ec:index/getDeployment:getDeployment
arguments:
# arguments dictionary
The following arguments are supported:
- Id string
The ID of an existing Elastic Cloud deployment.
- Id string
The ID of an existing Elastic Cloud deployment.
- id String
The ID of an existing Elastic Cloud deployment.
- id string
The ID of an existing Elastic Cloud deployment.
- id str
The ID of an existing Elastic Cloud deployment.
- id String
The ID of an existing Elastic Cloud deployment.
getDeployment Result
The following output properties are available:
- Alias string
Deployment alias.
- Apms
List<Pulumi.
Elastic Cloud. Outputs. Get Deployment Apm> Instance configuration of the APM type.
apm.#.elasticsearch_cluster_ref_id
- The user-specified ID of the Elasticsearch cluster to which this resource kind will link.apm.#.healthy
- Resource kind health status.apm.#.http_endpoint
- HTTP endpoint for the resource kind.apm.#.https_endpoint
- HTTPS endpoint for the resource kind.apm.#.ref_id
- User specified ref_id for the resource kind.apm.#.resource_id
- The resource unique identifier.apm.#.status
- Resource kind status (for example, "started", "stopped", etc).apm.#.version
- Elastic stack version.apm.#.topology
- Node topology element definition.apm.#.topology.#.instance_configuration_id
- Controls the allocation of this topology element as well as allowed sizes and node_types. It needs to match the ID of an existing instance configuration.apm.#.topology.#.size
- Amount of memory (RAM) per topology element in the "g" notation.apm.#.topology.#.zone_count
- Number of zones in which nodes will be placed.
- Deployment
Template stringId ID of the deployment template used to create the deployment.
- Elasticsearches
List<Pulumi.
Elastic Cloud. Outputs. Get Deployment Elasticsearch> Instance configuration of the Elasticsearch resource kind.
elasticsearch.#.autoscale
- Whether or not Elasticsearch autoscaling is enabled.elasticsearch.#.healthy
- Resource kind health status.elasticsearch.#.cloud_id
- The encoded Elasticsearch credentials to use in Beats or Logstash. See Configure Beats and Logstash with Cloud ID for more information.elasticsearch.#.http_endpoint
- HTTP endpoint for the resource kind.elasticsearch.#.https_endpoint
- HTTPS endpoint for the resource kind.elasticsearch.#.ref_id
- User specified ref_id for the resource kind.elasticsearch.#.resource_id
- The resource unique identifier.elasticsearch.#.status
- Resource kind status (for example, "started", "stopped", etc).elasticsearch.#.version
- Elastic stack version.elasticsearch.#.topology
- Topology element definition.elasticsearch.#.topology.#.instance_configuration_id
- Controls the allocation of this topology element as well as allowed sizes and node_types. It needs to match the ID of an existing instance configuration.elasticsearch.#.topology.#.size
- Amount of memory (RAM) per topology element in the "g" notation.elasticsearch.#.topology.#.zone_count
- Number of zones in which nodes will be placed.elasticsearch.#.topology.#.node_roles
- Defines the list of Elasticsearch node roles assigned to the topology element (>=7.10.0).elasticsearch.#.topology.#.node_type_data
- Defines whether this node can hold data (<7.10.0).elasticsearch.#.topology.#.node_type_master
- Defines whether this node can be elected master (<7.10.0).elasticsearch.#.topology.#.node_type_ingest
- Defines whether this node can run an ingest pipeline (<7.10.0).elasticsearch.#.topology.#.node_type_ml
- Defines whether this node can run ML jobs (<7.10.0).elasticsearch.#.topology.#.autoscaling.#.max_size
- The maximum size for the scale up policy.elasticsearch.#.topology.#.autoscaling.#.max_size_resource
- The maximum size resource for the scale up policy.elasticsearch.#.topology.#.autoscaling.#.min_size
- The minimum size for the scale down policy.elasticsearch.#.topology.#.autoscaling.#.min_size_resource
- The minimum size for the scale down policy.elasticsearch.#.topology.#.autoscaling.#.policy_override_json
- The advanced policy overrides for the autoscaling policy.
- Enterprise
Searches List<Pulumi.Elastic Cloud. Outputs. Get Deployment Enterprise Search> Instance configuration of the Enterprise Search type.
enterprise_search.#.elasticsearch_cluster_ref_id
- The user-specified ID of the Elasticsearch cluster to which this resource kind will link.enterprise_search.#.healthy
- Resource kind health status.enterprise_search.#.http_endpoint
- HTTP endpoint for the resource kind.enterprise_search.#.https_endpoint
- HTTPS endpoint for the resource kind.enterprise_search.#.ref_id
- User specified ref_id for the resource kind.enterprise_search.#.resource_id
- The resource unique identifier.enterprise_search.#.status
- Resource kind status (for example, "started", "stopped", etc).enterprise_search.#.version
- Elastic stack version.enterprise_search.#.topology
- Node topology element definition.enterprise_search.#.topology.#.instance_configuration_id
- Controls the allocation of this topology element as well as allowed sizes and node_types. It needs to match the ID of an existing instance configuration.enterprise_search.#.topology.#.size
- Amount of memory (RAM) per topology element in the "g" notation.enterprise_search.#.topology.#.zone_count
- Number of zones in which nodes will be placed.enterprise_search.#.topology.#.node_type_appserver
- Defines whether this instance should run as application/API server.enterprise_search.#.topology.#.node_type_connector
- Defines whether this instance should run as connector.enterprise_search.#.topology.#.node_type_worker
- Defines whether this instance should run as background worker.
- Healthy bool
Overall health status of the deployment.
- Id string
The unique ID of the deployment.
- Integrations
Servers List<Pulumi.Elastic Cloud. Outputs. Get Deployment Integrations Server> Instance configuration of the Integrations Server type.
integrations_server.#.elasticsearch_cluster_ref_id
- The user-specified ID of the Elasticsearch cluster to which this resource kind will link.integrations_server.#.healthy
- Resource kind health status.integrations_server.#.http_endpoint
- HTTP endpoint for the resource kind.integrations_server.#.https_endpoint
- HTTPS endpoint for the resource kind.integrations_server.#.ref_id
- User specified ref_id for the resource kind.integrations_server.#.resource_id
- The resource unique identifier.integrations_server.#.status
- Resource kind status (for example, "started", "stopped", etc).integrations_server.#.version
- Elastic stack version.integrations_server.#.topology
- Node topology element definition.integrations_server.#.topology.#.instance_configuration_id
- Controls the allocation of this topology element as well as allowed sizes and node_types. It needs to match the ID of an existing instance configuration.integrations_server.#.topology.#.size
- Amount of memory (RAM) per topology element in the "g" notation.integrations_server.#.topology.#.zone_count
- Number of zones in which nodes will be placed.
- Kibanas
List<Pulumi.
Elastic Cloud. Outputs. Get Deployment Kibana> Instance configuration of the Kibana type.
kibana.#.elasticsearch_cluster_ref_id
- The user-specified ID of the Elasticsearch cluster to which this resource kind will link.kibana.#.healthy
- Resource kind health status.kibana.#.http_endpoint
- HTTP endpoint for the resource kind.kibana.#.https_endpoint
- HTTPS endpoint for the resource kind.kibana.#.ref_id
- User specified ref_id for the resource kind.kibana.#.resource_id
- The resource unique identifier.kibana.#.status
- Resource kind status (for example, "started", "stopped", etc).kibana.#.version
- Elastic stack version.kibana.#.topology
- Node topology element definition.kibana.#.topology.#.instance_configuration_id
- Controls the allocation of this topology element as well as allowed sizes and node_types. It needs to match the ID of an existing instance configuration.kibana.#.topology.#.size
- Amount of memory (RAM) per topology element in the "g" notation.kibana.#.topology.#.zone_count
- Number of zones in which nodes will be placed.
- Name string
The name of the deployment.
- Observabilities
List<Pulumi.
Elastic Cloud. Outputs. Get Deployment Observability> Observability settings. Information about logs and metrics shipped to a dedicated deployment.
observability.#.deployment_id
- Destination deployment ID for the shipped logs and monitoring metrics.observability.#.ref_id
- Elasticsearch resource kind ref_id of the destination deployment.observability.#.logs
- Defines whether logs are enabled or disabled.observability.#.metrics
- Defines whether metrics are enabled or disabled.
- Region string
Region where the deployment can be found.
- Dictionary<string, string>
Key value map of arbitrary string tags.
- Traffic
Filters List<string> Traffic filter block, which contains a list of traffic filter rule identifiers.
- Alias string
Deployment alias.
- Apms
[]Get
Deployment Apm Instance configuration of the APM type.
apm.#.elasticsearch_cluster_ref_id
- The user-specified ID of the Elasticsearch cluster to which this resource kind will link.apm.#.healthy
- Resource kind health status.apm.#.http_endpoint
- HTTP endpoint for the resource kind.apm.#.https_endpoint
- HTTPS endpoint for the resource kind.apm.#.ref_id
- User specified ref_id for the resource kind.apm.#.resource_id
- The resource unique identifier.apm.#.status
- Resource kind status (for example, "started", "stopped", etc).apm.#.version
- Elastic stack version.apm.#.topology
- Node topology element definition.apm.#.topology.#.instance_configuration_id
- Controls the allocation of this topology element as well as allowed sizes and node_types. It needs to match the ID of an existing instance configuration.apm.#.topology.#.size
- Amount of memory (RAM) per topology element in the "g" notation.apm.#.topology.#.zone_count
- Number of zones in which nodes will be placed.
- Deployment
Template stringId ID of the deployment template used to create the deployment.
- Elasticsearches
[]Get
Deployment Elasticsearch Instance configuration of the Elasticsearch resource kind.
elasticsearch.#.autoscale
- Whether or not Elasticsearch autoscaling is enabled.elasticsearch.#.healthy
- Resource kind health status.elasticsearch.#.cloud_id
- The encoded Elasticsearch credentials to use in Beats or Logstash. See Configure Beats and Logstash with Cloud ID for more information.elasticsearch.#.http_endpoint
- HTTP endpoint for the resource kind.elasticsearch.#.https_endpoint
- HTTPS endpoint for the resource kind.elasticsearch.#.ref_id
- User specified ref_id for the resource kind.elasticsearch.#.resource_id
- The resource unique identifier.elasticsearch.#.status
- Resource kind status (for example, "started", "stopped", etc).elasticsearch.#.version
- Elastic stack version.elasticsearch.#.topology
- Topology element definition.elasticsearch.#.topology.#.instance_configuration_id
- Controls the allocation of this topology element as well as allowed sizes and node_types. It needs to match the ID of an existing instance configuration.elasticsearch.#.topology.#.size
- Amount of memory (RAM) per topology element in the "g" notation.elasticsearch.#.topology.#.zone_count
- Number of zones in which nodes will be placed.elasticsearch.#.topology.#.node_roles
- Defines the list of Elasticsearch node roles assigned to the topology element (>=7.10.0).elasticsearch.#.topology.#.node_type_data
- Defines whether this node can hold data (<7.10.0).elasticsearch.#.topology.#.node_type_master
- Defines whether this node can be elected master (<7.10.0).elasticsearch.#.topology.#.node_type_ingest
- Defines whether this node can run an ingest pipeline (<7.10.0).elasticsearch.#.topology.#.node_type_ml
- Defines whether this node can run ML jobs (<7.10.0).elasticsearch.#.topology.#.autoscaling.#.max_size
- The maximum size for the scale up policy.elasticsearch.#.topology.#.autoscaling.#.max_size_resource
- The maximum size resource for the scale up policy.elasticsearch.#.topology.#.autoscaling.#.min_size
- The minimum size for the scale down policy.elasticsearch.#.topology.#.autoscaling.#.min_size_resource
- The minimum size for the scale down policy.elasticsearch.#.topology.#.autoscaling.#.policy_override_json
- The advanced policy overrides for the autoscaling policy.
- Enterprise
Searches []GetDeployment Enterprise Search Instance configuration of the Enterprise Search type.
enterprise_search.#.elasticsearch_cluster_ref_id
- The user-specified ID of the Elasticsearch cluster to which this resource kind will link.enterprise_search.#.healthy
- Resource kind health status.enterprise_search.#.http_endpoint
- HTTP endpoint for the resource kind.enterprise_search.#.https_endpoint
- HTTPS endpoint for the resource kind.enterprise_search.#.ref_id
- User specified ref_id for the resource kind.enterprise_search.#.resource_id
- The resource unique identifier.enterprise_search.#.status
- Resource kind status (for example, "started", "stopped", etc).enterprise_search.#.version
- Elastic stack version.enterprise_search.#.topology
- Node topology element definition.enterprise_search.#.topology.#.instance_configuration_id
- Controls the allocation of this topology element as well as allowed sizes and node_types. It needs to match the ID of an existing instance configuration.enterprise_search.#.topology.#.size
- Amount of memory (RAM) per topology element in the "g" notation.enterprise_search.#.topology.#.zone_count
- Number of zones in which nodes will be placed.enterprise_search.#.topology.#.node_type_appserver
- Defines whether this instance should run as application/API server.enterprise_search.#.topology.#.node_type_connector
- Defines whether this instance should run as connector.enterprise_search.#.topology.#.node_type_worker
- Defines whether this instance should run as background worker.
- Healthy bool
Overall health status of the deployment.
- Id string
The unique ID of the deployment.
- Integrations
Servers []GetDeployment Integrations Server Instance configuration of the Integrations Server type.
integrations_server.#.elasticsearch_cluster_ref_id
- The user-specified ID of the Elasticsearch cluster to which this resource kind will link.integrations_server.#.healthy
- Resource kind health status.integrations_server.#.http_endpoint
- HTTP endpoint for the resource kind.integrations_server.#.https_endpoint
- HTTPS endpoint for the resource kind.integrations_server.#.ref_id
- User specified ref_id for the resource kind.integrations_server.#.resource_id
- The resource unique identifier.integrations_server.#.status
- Resource kind status (for example, "started", "stopped", etc).integrations_server.#.version
- Elastic stack version.integrations_server.#.topology
- Node topology element definition.integrations_server.#.topology.#.instance_configuration_id
- Controls the allocation of this topology element as well as allowed sizes and node_types. It needs to match the ID of an existing instance configuration.integrations_server.#.topology.#.size
- Amount of memory (RAM) per topology element in the "g" notation.integrations_server.#.topology.#.zone_count
- Number of zones in which nodes will be placed.
- Kibanas
[]Get
Deployment Kibana Instance configuration of the Kibana type.
kibana.#.elasticsearch_cluster_ref_id
- The user-specified ID of the Elasticsearch cluster to which this resource kind will link.kibana.#.healthy
- Resource kind health status.kibana.#.http_endpoint
- HTTP endpoint for the resource kind.kibana.#.https_endpoint
- HTTPS endpoint for the resource kind.kibana.#.ref_id
- User specified ref_id for the resource kind.kibana.#.resource_id
- The resource unique identifier.kibana.#.status
- Resource kind status (for example, "started", "stopped", etc).kibana.#.version
- Elastic stack version.kibana.#.topology
- Node topology element definition.kibana.#.topology.#.instance_configuration_id
- Controls the allocation of this topology element as well as allowed sizes and node_types. It needs to match the ID of an existing instance configuration.kibana.#.topology.#.size
- Amount of memory (RAM) per topology element in the "g" notation.kibana.#.topology.#.zone_count
- Number of zones in which nodes will be placed.
- Name string
The name of the deployment.
- Observabilities
[]Get
Deployment Observability Observability settings. Information about logs and metrics shipped to a dedicated deployment.
observability.#.deployment_id
- Destination deployment ID for the shipped logs and monitoring metrics.observability.#.ref_id
- Elasticsearch resource kind ref_id of the destination deployment.observability.#.logs
- Defines whether logs are enabled or disabled.observability.#.metrics
- Defines whether metrics are enabled or disabled.
- Region string
Region where the deployment can be found.
- map[string]string
Key value map of arbitrary string tags.
- Traffic
Filters []string Traffic filter block, which contains a list of traffic filter rule identifiers.
- alias String
Deployment alias.
- apms
List<Get
Deployment Apm> Instance configuration of the APM type.
apm.#.elasticsearch_cluster_ref_id
- The user-specified ID of the Elasticsearch cluster to which this resource kind will link.apm.#.healthy
- Resource kind health status.apm.#.http_endpoint
- HTTP endpoint for the resource kind.apm.#.https_endpoint
- HTTPS endpoint for the resource kind.apm.#.ref_id
- User specified ref_id for the resource kind.apm.#.resource_id
- The resource unique identifier.apm.#.status
- Resource kind status (for example, "started", "stopped", etc).apm.#.version
- Elastic stack version.apm.#.topology
- Node topology element definition.apm.#.topology.#.instance_configuration_id
- Controls the allocation of this topology element as well as allowed sizes and node_types. It needs to match the ID of an existing instance configuration.apm.#.topology.#.size
- Amount of memory (RAM) per topology element in the "g" notation.apm.#.topology.#.zone_count
- Number of zones in which nodes will be placed.
- deployment
Template StringId ID of the deployment template used to create the deployment.
- elasticsearches
List<Get
Deployment Elasticsearch> Instance configuration of the Elasticsearch resource kind.
elasticsearch.#.autoscale
- Whether or not Elasticsearch autoscaling is enabled.elasticsearch.#.healthy
- Resource kind health status.elasticsearch.#.cloud_id
- The encoded Elasticsearch credentials to use in Beats or Logstash. See Configure Beats and Logstash with Cloud ID for more information.elasticsearch.#.http_endpoint
- HTTP endpoint for the resource kind.elasticsearch.#.https_endpoint
- HTTPS endpoint for the resource kind.elasticsearch.#.ref_id
- User specified ref_id for the resource kind.elasticsearch.#.resource_id
- The resource unique identifier.elasticsearch.#.status
- Resource kind status (for example, "started", "stopped", etc).elasticsearch.#.version
- Elastic stack version.elasticsearch.#.topology
- Topology element definition.elasticsearch.#.topology.#.instance_configuration_id
- Controls the allocation of this topology element as well as allowed sizes and node_types. It needs to match the ID of an existing instance configuration.elasticsearch.#.topology.#.size
- Amount of memory (RAM) per topology element in the "g" notation.elasticsearch.#.topology.#.zone_count
- Number of zones in which nodes will be placed.elasticsearch.#.topology.#.node_roles
- Defines the list of Elasticsearch node roles assigned to the topology element (>=7.10.0).elasticsearch.#.topology.#.node_type_data
- Defines whether this node can hold data (<7.10.0).elasticsearch.#.topology.#.node_type_master
- Defines whether this node can be elected master (<7.10.0).elasticsearch.#.topology.#.node_type_ingest
- Defines whether this node can run an ingest pipeline (<7.10.0).elasticsearch.#.topology.#.node_type_ml
- Defines whether this node can run ML jobs (<7.10.0).elasticsearch.#.topology.#.autoscaling.#.max_size
- The maximum size for the scale up policy.elasticsearch.#.topology.#.autoscaling.#.max_size_resource
- The maximum size resource for the scale up policy.elasticsearch.#.topology.#.autoscaling.#.min_size
- The minimum size for the scale down policy.elasticsearch.#.topology.#.autoscaling.#.min_size_resource
- The minimum size for the scale down policy.elasticsearch.#.topology.#.autoscaling.#.policy_override_json
- The advanced policy overrides for the autoscaling policy.
- enterprise
Searches List<GetDeployment Enterprise Search> Instance configuration of the Enterprise Search type.
enterprise_search.#.elasticsearch_cluster_ref_id
- The user-specified ID of the Elasticsearch cluster to which this resource kind will link.enterprise_search.#.healthy
- Resource kind health status.enterprise_search.#.http_endpoint
- HTTP endpoint for the resource kind.enterprise_search.#.https_endpoint
- HTTPS endpoint for the resource kind.enterprise_search.#.ref_id
- User specified ref_id for the resource kind.enterprise_search.#.resource_id
- The resource unique identifier.enterprise_search.#.status
- Resource kind status (for example, "started", "stopped", etc).enterprise_search.#.version
- Elastic stack version.enterprise_search.#.topology
- Node topology element definition.enterprise_search.#.topology.#.instance_configuration_id
- Controls the allocation of this topology element as well as allowed sizes and node_types. It needs to match the ID of an existing instance configuration.enterprise_search.#.topology.#.size
- Amount of memory (RAM) per topology element in the "g" notation.enterprise_search.#.topology.#.zone_count
- Number of zones in which nodes will be placed.enterprise_search.#.topology.#.node_type_appserver
- Defines whether this instance should run as application/API server.enterprise_search.#.topology.#.node_type_connector
- Defines whether this instance should run as connector.enterprise_search.#.topology.#.node_type_worker
- Defines whether this instance should run as background worker.
- healthy Boolean
Overall health status of the deployment.
- id String
The unique ID of the deployment.
- integrations
Servers List<GetDeployment Integrations Server> Instance configuration of the Integrations Server type.
integrations_server.#.elasticsearch_cluster_ref_id
- The user-specified ID of the Elasticsearch cluster to which this resource kind will link.integrations_server.#.healthy
- Resource kind health status.integrations_server.#.http_endpoint
- HTTP endpoint for the resource kind.integrations_server.#.https_endpoint
- HTTPS endpoint for the resource kind.integrations_server.#.ref_id
- User specified ref_id for the resource kind.integrations_server.#.resource_id
- The resource unique identifier.integrations_server.#.status
- Resource kind status (for example, "started", "stopped", etc).integrations_server.#.version
- Elastic stack version.integrations_server.#.topology
- Node topology element definition.integrations_server.#.topology.#.instance_configuration_id
- Controls the allocation of this topology element as well as allowed sizes and node_types. It needs to match the ID of an existing instance configuration.integrations_server.#.topology.#.size
- Amount of memory (RAM) per topology element in the "g" notation.integrations_server.#.topology.#.zone_count
- Number of zones in which nodes will be placed.
- kibanas
List<Get
Deployment Kibana> Instance configuration of the Kibana type.
kibana.#.elasticsearch_cluster_ref_id
- The user-specified ID of the Elasticsearch cluster to which this resource kind will link.kibana.#.healthy
- Resource kind health status.kibana.#.http_endpoint
- HTTP endpoint for the resource kind.kibana.#.https_endpoint
- HTTPS endpoint for the resource kind.kibana.#.ref_id
- User specified ref_id for the resource kind.kibana.#.resource_id
- The resource unique identifier.kibana.#.status
- Resource kind status (for example, "started", "stopped", etc).kibana.#.version
- Elastic stack version.kibana.#.topology
- Node topology element definition.kibana.#.topology.#.instance_configuration_id
- Controls the allocation of this topology element as well as allowed sizes and node_types. It needs to match the ID of an existing instance configuration.kibana.#.topology.#.size
- Amount of memory (RAM) per topology element in the "g" notation.kibana.#.topology.#.zone_count
- Number of zones in which nodes will be placed.
- name String
The name of the deployment.
- observabilities
List<Get
Deployment Observability> Observability settings. Information about logs and metrics shipped to a dedicated deployment.
observability.#.deployment_id
- Destination deployment ID for the shipped logs and monitoring metrics.observability.#.ref_id
- Elasticsearch resource kind ref_id of the destination deployment.observability.#.logs
- Defines whether logs are enabled or disabled.observability.#.metrics
- Defines whether metrics are enabled or disabled.
- region String
Region where the deployment can be found.
- Map<String,String>
Key value map of arbitrary string tags.
- traffic
Filters List<String> Traffic filter block, which contains a list of traffic filter rule identifiers.
- alias string
Deployment alias.
- apms
Get
Deployment Apm[] Instance configuration of the APM type.
apm.#.elasticsearch_cluster_ref_id
- The user-specified ID of the Elasticsearch cluster to which this resource kind will link.apm.#.healthy
- Resource kind health status.apm.#.http_endpoint
- HTTP endpoint for the resource kind.apm.#.https_endpoint
- HTTPS endpoint for the resource kind.apm.#.ref_id
- User specified ref_id for the resource kind.apm.#.resource_id
- The resource unique identifier.apm.#.status
- Resource kind status (for example, "started", "stopped", etc).apm.#.version
- Elastic stack version.apm.#.topology
- Node topology element definition.apm.#.topology.#.instance_configuration_id
- Controls the allocation of this topology element as well as allowed sizes and node_types. It needs to match the ID of an existing instance configuration.apm.#.topology.#.size
- Amount of memory (RAM) per topology element in the "g" notation.apm.#.topology.#.zone_count
- Number of zones in which nodes will be placed.
- deployment
Template stringId ID of the deployment template used to create the deployment.
- elasticsearches
Get
Deployment Elasticsearch[] Instance configuration of the Elasticsearch resource kind.
elasticsearch.#.autoscale
- Whether or not Elasticsearch autoscaling is enabled.elasticsearch.#.healthy
- Resource kind health status.elasticsearch.#.cloud_id
- The encoded Elasticsearch credentials to use in Beats or Logstash. See Configure Beats and Logstash with Cloud ID for more information.elasticsearch.#.http_endpoint
- HTTP endpoint for the resource kind.elasticsearch.#.https_endpoint
- HTTPS endpoint for the resource kind.elasticsearch.#.ref_id
- User specified ref_id for the resource kind.elasticsearch.#.resource_id
- The resource unique identifier.elasticsearch.#.status
- Resource kind status (for example, "started", "stopped", etc).elasticsearch.#.version
- Elastic stack version.elasticsearch.#.topology
- Topology element definition.elasticsearch.#.topology.#.instance_configuration_id
- Controls the allocation of this topology element as well as allowed sizes and node_types. It needs to match the ID of an existing instance configuration.elasticsearch.#.topology.#.size
- Amount of memory (RAM) per topology element in the "g" notation.elasticsearch.#.topology.#.zone_count
- Number of zones in which nodes will be placed.elasticsearch.#.topology.#.node_roles
- Defines the list of Elasticsearch node roles assigned to the topology element (>=7.10.0).elasticsearch.#.topology.#.node_type_data
- Defines whether this node can hold data (<7.10.0).elasticsearch.#.topology.#.node_type_master
- Defines whether this node can be elected master (<7.10.0).elasticsearch.#.topology.#.node_type_ingest
- Defines whether this node can run an ingest pipeline (<7.10.0).elasticsearch.#.topology.#.node_type_ml
- Defines whether this node can run ML jobs (<7.10.0).elasticsearch.#.topology.#.autoscaling.#.max_size
- The maximum size for the scale up policy.elasticsearch.#.topology.#.autoscaling.#.max_size_resource
- The maximum size resource for the scale up policy.elasticsearch.#.topology.#.autoscaling.#.min_size
- The minimum size for the scale down policy.elasticsearch.#.topology.#.autoscaling.#.min_size_resource
- The minimum size for the scale down policy.elasticsearch.#.topology.#.autoscaling.#.policy_override_json
- The advanced policy overrides for the autoscaling policy.
- enterprise
Searches GetDeployment Enterprise Search[] Instance configuration of the Enterprise Search type.
enterprise_search.#.elasticsearch_cluster_ref_id
- The user-specified ID of the Elasticsearch cluster to which this resource kind will link.enterprise_search.#.healthy
- Resource kind health status.enterprise_search.#.http_endpoint
- HTTP endpoint for the resource kind.enterprise_search.#.https_endpoint
- HTTPS endpoint for the resource kind.enterprise_search.#.ref_id
- User specified ref_id for the resource kind.enterprise_search.#.resource_id
- The resource unique identifier.enterprise_search.#.status
- Resource kind status (for example, "started", "stopped", etc).enterprise_search.#.version
- Elastic stack version.enterprise_search.#.topology
- Node topology element definition.enterprise_search.#.topology.#.instance_configuration_id
- Controls the allocation of this topology element as well as allowed sizes and node_types. It needs to match the ID of an existing instance configuration.enterprise_search.#.topology.#.size
- Amount of memory (RAM) per topology element in the "g" notation.enterprise_search.#.topology.#.zone_count
- Number of zones in which nodes will be placed.enterprise_search.#.topology.#.node_type_appserver
- Defines whether this instance should run as application/API server.enterprise_search.#.topology.#.node_type_connector
- Defines whether this instance should run as connector.enterprise_search.#.topology.#.node_type_worker
- Defines whether this instance should run as background worker.
- healthy boolean
Overall health status of the deployment.
- id string
The unique ID of the deployment.
- integrations
Servers GetDeployment Integrations Server[] Instance configuration of the Integrations Server type.
integrations_server.#.elasticsearch_cluster_ref_id
- The user-specified ID of the Elasticsearch cluster to which this resource kind will link.integrations_server.#.healthy
- Resource kind health status.integrations_server.#.http_endpoint
- HTTP endpoint for the resource kind.integrations_server.#.https_endpoint
- HTTPS endpoint for the resource kind.integrations_server.#.ref_id
- User specified ref_id for the resource kind.integrations_server.#.resource_id
- The resource unique identifier.integrations_server.#.status
- Resource kind status (for example, "started", "stopped", etc).integrations_server.#.version
- Elastic stack version.integrations_server.#.topology
- Node topology element definition.integrations_server.#.topology.#.instance_configuration_id
- Controls the allocation of this topology element as well as allowed sizes and node_types. It needs to match the ID of an existing instance configuration.integrations_server.#.topology.#.size
- Amount of memory (RAM) per topology element in the "g" notation.integrations_server.#.topology.#.zone_count
- Number of zones in which nodes will be placed.
- kibanas
Get
Deployment Kibana[] Instance configuration of the Kibana type.
kibana.#.elasticsearch_cluster_ref_id
- The user-specified ID of the Elasticsearch cluster to which this resource kind will link.kibana.#.healthy
- Resource kind health status.kibana.#.http_endpoint
- HTTP endpoint for the resource kind.kibana.#.https_endpoint
- HTTPS endpoint for the resource kind.kibana.#.ref_id
- User specified ref_id for the resource kind.kibana.#.resource_id
- The resource unique identifier.kibana.#.status
- Resource kind status (for example, "started", "stopped", etc).kibana.#.version
- Elastic stack version.kibana.#.topology
- Node topology element definition.kibana.#.topology.#.instance_configuration_id
- Controls the allocation of this topology element as well as allowed sizes and node_types. It needs to match the ID of an existing instance configuration.kibana.#.topology.#.size
- Amount of memory (RAM) per topology element in the "g" notation.kibana.#.topology.#.zone_count
- Number of zones in which nodes will be placed.
- name string
The name of the deployment.
- observabilities
Get
Deployment Observability[] Observability settings. Information about logs and metrics shipped to a dedicated deployment.
observability.#.deployment_id
- Destination deployment ID for the shipped logs and monitoring metrics.observability.#.ref_id
- Elasticsearch resource kind ref_id of the destination deployment.observability.#.logs
- Defines whether logs are enabled or disabled.observability.#.metrics
- Defines whether metrics are enabled or disabled.
- region string
Region where the deployment can be found.
- {[key: string]: string}
Key value map of arbitrary string tags.
- traffic
Filters string[] Traffic filter block, which contains a list of traffic filter rule identifiers.
- alias str
Deployment alias.
- apms
Sequence[Get
Deployment Apm] Instance configuration of the APM type.
apm.#.elasticsearch_cluster_ref_id
- The user-specified ID of the Elasticsearch cluster to which this resource kind will link.apm.#.healthy
- Resource kind health status.apm.#.http_endpoint
- HTTP endpoint for the resource kind.apm.#.https_endpoint
- HTTPS endpoint for the resource kind.apm.#.ref_id
- User specified ref_id for the resource kind.apm.#.resource_id
- The resource unique identifier.apm.#.status
- Resource kind status (for example, "started", "stopped", etc).apm.#.version
- Elastic stack version.apm.#.topology
- Node topology element definition.apm.#.topology.#.instance_configuration_id
- Controls the allocation of this topology element as well as allowed sizes and node_types. It needs to match the ID of an existing instance configuration.apm.#.topology.#.size
- Amount of memory (RAM) per topology element in the "g" notation.apm.#.topology.#.zone_count
- Number of zones in which nodes will be placed.
- deployment_
template_ strid ID of the deployment template used to create the deployment.
- elasticsearches
Sequence[Get
Deployment Elasticsearch] Instance configuration of the Elasticsearch resource kind.
elasticsearch.#.autoscale
- Whether or not Elasticsearch autoscaling is enabled.elasticsearch.#.healthy
- Resource kind health status.elasticsearch.#.cloud_id
- The encoded Elasticsearch credentials to use in Beats or Logstash. See Configure Beats and Logstash with Cloud ID for more information.elasticsearch.#.http_endpoint
- HTTP endpoint for the resource kind.elasticsearch.#.https_endpoint
- HTTPS endpoint for the resource kind.elasticsearch.#.ref_id
- User specified ref_id for the resource kind.elasticsearch.#.resource_id
- The resource unique identifier.elasticsearch.#.status
- Resource kind status (for example, "started", "stopped", etc).elasticsearch.#.version
- Elastic stack version.elasticsearch.#.topology
- Topology element definition.elasticsearch.#.topology.#.instance_configuration_id
- Controls the allocation of this topology element as well as allowed sizes and node_types. It needs to match the ID of an existing instance configuration.elasticsearch.#.topology.#.size
- Amount of memory (RAM) per topology element in the "g" notation.elasticsearch.#.topology.#.zone_count
- Number of zones in which nodes will be placed.elasticsearch.#.topology.#.node_roles
- Defines the list of Elasticsearch node roles assigned to the topology element (>=7.10.0).elasticsearch.#.topology.#.node_type_data
- Defines whether this node can hold data (<7.10.0).elasticsearch.#.topology.#.node_type_master
- Defines whether this node can be elected master (<7.10.0).elasticsearch.#.topology.#.node_type_ingest
- Defines whether this node can run an ingest pipeline (<7.10.0).elasticsearch.#.topology.#.node_type_ml
- Defines whether this node can run ML jobs (<7.10.0).elasticsearch.#.topology.#.autoscaling.#.max_size
- The maximum size for the scale up policy.elasticsearch.#.topology.#.autoscaling.#.max_size_resource
- The maximum size resource for the scale up policy.elasticsearch.#.topology.#.autoscaling.#.min_size
- The minimum size for the scale down policy.elasticsearch.#.topology.#.autoscaling.#.min_size_resource
- The minimum size for the scale down policy.elasticsearch.#.topology.#.autoscaling.#.policy_override_json
- The advanced policy overrides for the autoscaling policy.
- enterprise_
searches Sequence[GetDeployment Enterprise Search] Instance configuration of the Enterprise Search type.
enterprise_search.#.elasticsearch_cluster_ref_id
- The user-specified ID of the Elasticsearch cluster to which this resource kind will link.enterprise_search.#.healthy
- Resource kind health status.enterprise_search.#.http_endpoint
- HTTP endpoint for the resource kind.enterprise_search.#.https_endpoint
- HTTPS endpoint for the resource kind.enterprise_search.#.ref_id
- User specified ref_id for the resource kind.enterprise_search.#.resource_id
- The resource unique identifier.enterprise_search.#.status
- Resource kind status (for example, "started", "stopped", etc).enterprise_search.#.version
- Elastic stack version.enterprise_search.#.topology
- Node topology element definition.enterprise_search.#.topology.#.instance_configuration_id
- Controls the allocation of this topology element as well as allowed sizes and node_types. It needs to match the ID of an existing instance configuration.enterprise_search.#.topology.#.size
- Amount of memory (RAM) per topology element in the "g" notation.enterprise_search.#.topology.#.zone_count
- Number of zones in which nodes will be placed.enterprise_search.#.topology.#.node_type_appserver
- Defines whether this instance should run as application/API server.enterprise_search.#.topology.#.node_type_connector
- Defines whether this instance should run as connector.enterprise_search.#.topology.#.node_type_worker
- Defines whether this instance should run as background worker.
- healthy bool
Overall health status of the deployment.
- id str
The unique ID of the deployment.
- integrations_
servers Sequence[GetDeployment Integrations Server] Instance configuration of the Integrations Server type.
integrations_server.#.elasticsearch_cluster_ref_id
- The user-specified ID of the Elasticsearch cluster to which this resource kind will link.integrations_server.#.healthy
- Resource kind health status.integrations_server.#.http_endpoint
- HTTP endpoint for the resource kind.integrations_server.#.https_endpoint
- HTTPS endpoint for the resource kind.integrations_server.#.ref_id
- User specified ref_id for the resource kind.integrations_server.#.resource_id
- The resource unique identifier.integrations_server.#.status
- Resource kind status (for example, "started", "stopped", etc).integrations_server.#.version
- Elastic stack version.integrations_server.#.topology
- Node topology element definition.integrations_server.#.topology.#.instance_configuration_id
- Controls the allocation of this topology element as well as allowed sizes and node_types. It needs to match the ID of an existing instance configuration.integrations_server.#.topology.#.size
- Amount of memory (RAM) per topology element in the "g" notation.integrations_server.#.topology.#.zone_count
- Number of zones in which nodes will be placed.
- kibanas
Sequence[Get
Deployment Kibana] Instance configuration of the Kibana type.
kibana.#.elasticsearch_cluster_ref_id
- The user-specified ID of the Elasticsearch cluster to which this resource kind will link.kibana.#.healthy
- Resource kind health status.kibana.#.http_endpoint
- HTTP endpoint for the resource kind.kibana.#.https_endpoint
- HTTPS endpoint for the resource kind.kibana.#.ref_id
- User specified ref_id for the resource kind.kibana.#.resource_id
- The resource unique identifier.kibana.#.status
- Resource kind status (for example, "started", "stopped", etc).kibana.#.version
- Elastic stack version.kibana.#.topology
- Node topology element definition.kibana.#.topology.#.instance_configuration_id
- Controls the allocation of this topology element as well as allowed sizes and node_types. It needs to match the ID of an existing instance configuration.kibana.#.topology.#.size
- Amount of memory (RAM) per topology element in the "g" notation.kibana.#.topology.#.zone_count
- Number of zones in which nodes will be placed.
- name str
The name of the deployment.
- observabilities
Sequence[Get
Deployment Observability] Observability settings. Information about logs and metrics shipped to a dedicated deployment.
observability.#.deployment_id
- Destination deployment ID for the shipped logs and monitoring metrics.observability.#.ref_id
- Elasticsearch resource kind ref_id of the destination deployment.observability.#.logs
- Defines whether logs are enabled or disabled.observability.#.metrics
- Defines whether metrics are enabled or disabled.
- region str
Region where the deployment can be found.
- Mapping[str, str]
Key value map of arbitrary string tags.
- traffic_
filters Sequence[str] Traffic filter block, which contains a list of traffic filter rule identifiers.
- alias String
Deployment alias.
- apms List<Property Map>
Instance configuration of the APM type.
apm.#.elasticsearch_cluster_ref_id
- The user-specified ID of the Elasticsearch cluster to which this resource kind will link.apm.#.healthy
- Resource kind health status.apm.#.http_endpoint
- HTTP endpoint for the resource kind.apm.#.https_endpoint
- HTTPS endpoint for the resource kind.apm.#.ref_id
- User specified ref_id for the resource kind.apm.#.resource_id
- The resource unique identifier.apm.#.status
- Resource kind status (for example, "started", "stopped", etc).apm.#.version
- Elastic stack version.apm.#.topology
- Node topology element definition.apm.#.topology.#.instance_configuration_id
- Controls the allocation of this topology element as well as allowed sizes and node_types. It needs to match the ID of an existing instance configuration.apm.#.topology.#.size
- Amount of memory (RAM) per topology element in the "g" notation.apm.#.topology.#.zone_count
- Number of zones in which nodes will be placed.
- deployment
Template StringId ID of the deployment template used to create the deployment.
- elasticsearches List<Property Map>
Instance configuration of the Elasticsearch resource kind.
elasticsearch.#.autoscale
- Whether or not Elasticsearch autoscaling is enabled.elasticsearch.#.healthy
- Resource kind health status.elasticsearch.#.cloud_id
- The encoded Elasticsearch credentials to use in Beats or Logstash. See Configure Beats and Logstash with Cloud ID for more information.elasticsearch.#.http_endpoint
- HTTP endpoint for the resource kind.elasticsearch.#.https_endpoint
- HTTPS endpoint for the resource kind.elasticsearch.#.ref_id
- User specified ref_id for the resource kind.elasticsearch.#.resource_id
- The resource unique identifier.elasticsearch.#.status
- Resource kind status (for example, "started", "stopped", etc).elasticsearch.#.version
- Elastic stack version.elasticsearch.#.topology
- Topology element definition.elasticsearch.#.topology.#.instance_configuration_id
- Controls the allocation of this topology element as well as allowed sizes and node_types. It needs to match the ID of an existing instance configuration.elasticsearch.#.topology.#.size
- Amount of memory (RAM) per topology element in the "g" notation.elasticsearch.#.topology.#.zone_count
- Number of zones in which nodes will be placed.elasticsearch.#.topology.#.node_roles
- Defines the list of Elasticsearch node roles assigned to the topology element (>=7.10.0).elasticsearch.#.topology.#.node_type_data
- Defines whether this node can hold data (<7.10.0).elasticsearch.#.topology.#.node_type_master
- Defines whether this node can be elected master (<7.10.0).elasticsearch.#.topology.#.node_type_ingest
- Defines whether this node can run an ingest pipeline (<7.10.0).elasticsearch.#.topology.#.node_type_ml
- Defines whether this node can run ML jobs (<7.10.0).elasticsearch.#.topology.#.autoscaling.#.max_size
- The maximum size for the scale up policy.elasticsearch.#.topology.#.autoscaling.#.max_size_resource
- The maximum size resource for the scale up policy.elasticsearch.#.topology.#.autoscaling.#.min_size
- The minimum size for the scale down policy.elasticsearch.#.topology.#.autoscaling.#.min_size_resource
- The minimum size for the scale down policy.elasticsearch.#.topology.#.autoscaling.#.policy_override_json
- The advanced policy overrides for the autoscaling policy.
- enterprise
Searches List<Property Map> Instance configuration of the Enterprise Search type.
enterprise_search.#.elasticsearch_cluster_ref_id
- The user-specified ID of the Elasticsearch cluster to which this resource kind will link.enterprise_search.#.healthy
- Resource kind health status.enterprise_search.#.http_endpoint
- HTTP endpoint for the resource kind.enterprise_search.#.https_endpoint
- HTTPS endpoint for the resource kind.enterprise_search.#.ref_id
- User specified ref_id for the resource kind.enterprise_search.#.resource_id
- The resource unique identifier.enterprise_search.#.status
- Resource kind status (for example, "started", "stopped", etc).enterprise_search.#.version
- Elastic stack version.enterprise_search.#.topology
- Node topology element definition.enterprise_search.#.topology.#.instance_configuration_id
- Controls the allocation of this topology element as well as allowed sizes and node_types. It needs to match the ID of an existing instance configuration.enterprise_search.#.topology.#.size
- Amount of memory (RAM) per topology element in the "g" notation.enterprise_search.#.topology.#.zone_count
- Number of zones in which nodes will be placed.enterprise_search.#.topology.#.node_type_appserver
- Defines whether this instance should run as application/API server.enterprise_search.#.topology.#.node_type_connector
- Defines whether this instance should run as connector.enterprise_search.#.topology.#.node_type_worker
- Defines whether this instance should run as background worker.
- healthy Boolean
Overall health status of the deployment.
- id String
The unique ID of the deployment.
- integrations
Servers List<Property Map> Instance configuration of the Integrations Server type.
integrations_server.#.elasticsearch_cluster_ref_id
- The user-specified ID of the Elasticsearch cluster to which this resource kind will link.integrations_server.#.healthy
- Resource kind health status.integrations_server.#.http_endpoint
- HTTP endpoint for the resource kind.integrations_server.#.https_endpoint
- HTTPS endpoint for the resource kind.integrations_server.#.ref_id
- User specified ref_id for the resource kind.integrations_server.#.resource_id
- The resource unique identifier.integrations_server.#.status
- Resource kind status (for example, "started", "stopped", etc).integrations_server.#.version
- Elastic stack version.integrations_server.#.topology
- Node topology element definition.integrations_server.#.topology.#.instance_configuration_id
- Controls the allocation of this topology element as well as allowed sizes and node_types. It needs to match the ID of an existing instance configuration.integrations_server.#.topology.#.size
- Amount of memory (RAM) per topology element in the "g" notation.integrations_server.#.topology.#.zone_count
- Number of zones in which nodes will be placed.
- kibanas List<Property Map>
Instance configuration of the Kibana type.
kibana.#.elasticsearch_cluster_ref_id
- The user-specified ID of the Elasticsearch cluster to which this resource kind will link.kibana.#.healthy
- Resource kind health status.kibana.#.http_endpoint
- HTTP endpoint for the resource kind.kibana.#.https_endpoint
- HTTPS endpoint for the resource kind.kibana.#.ref_id
- User specified ref_id for the resource kind.kibana.#.resource_id
- The resource unique identifier.kibana.#.status
- Resource kind status (for example, "started", "stopped", etc).kibana.#.version
- Elastic stack version.kibana.#.topology
- Node topology element definition.kibana.#.topology.#.instance_configuration_id
- Controls the allocation of this topology element as well as allowed sizes and node_types. It needs to match the ID of an existing instance configuration.kibana.#.topology.#.size
- Amount of memory (RAM) per topology element in the "g" notation.kibana.#.topology.#.zone_count
- Number of zones in which nodes will be placed.
- name String
The name of the deployment.
- observabilities List<Property Map>
Observability settings. Information about logs and metrics shipped to a dedicated deployment.
observability.#.deployment_id
- Destination deployment ID for the shipped logs and monitoring metrics.observability.#.ref_id
- Elasticsearch resource kind ref_id of the destination deployment.observability.#.logs
- Defines whether logs are enabled or disabled.observability.#.metrics
- Defines whether metrics are enabled or disabled.
- region String
Region where the deployment can be found.
- Map<String>
Key value map of arbitrary string tags.
- traffic
Filters List<String> Traffic filter block, which contains a list of traffic filter rule identifiers.
Supporting Types
GetDeploymentApm
- Elasticsearch
Cluster stringRef Id - Healthy bool
Overall health status of the deployment.
- Http
Endpoint string - Https
Endpoint string - Ref
Id string - Resource
Id string - Status string
- Topologies
List<Pulumi.
Elastic Cloud. Inputs. Get Deployment Apm Topology> - Version string
- Elasticsearch
Cluster stringRef Id - Healthy bool
Overall health status of the deployment.
- Http
Endpoint string - Https
Endpoint string - Ref
Id string - Resource
Id string - Status string
- Topologies
[]Get
Deployment Apm Topology - Version string
- elasticsearch
Cluster StringRef Id - healthy Boolean
Overall health status of the deployment.
- http
Endpoint String - https
Endpoint String - ref
Id String - resource
Id String - status String
- topologies
List<Get
Deployment Apm Topology> - version String
- elasticsearch
Cluster stringRef Id - healthy boolean
Overall health status of the deployment.
- http
Endpoint string - https
Endpoint string - ref
Id string - resource
Id string - status string
- topologies
Get
Deployment Apm Topology[] - version string
- elasticsearch_
cluster_ strref_ id - healthy bool
Overall health status of the deployment.
- http_
endpoint str - https_
endpoint str - ref_
id str - resource_
id str - status str
- topologies
Sequence[Get
Deployment Apm Topology] - version str
- elasticsearch
Cluster StringRef Id - healthy Boolean
Overall health status of the deployment.
- http
Endpoint String - https
Endpoint String - ref
Id String - resource
Id String - status String
- topologies List<Property Map>
- version String
GetDeploymentApmTopology
- Instance
Configuration stringId - Size string
- Size
Resource string - Zone
Count int
- Instance
Configuration stringId - Size string
- Size
Resource string - Zone
Count int
- instance
Configuration StringId - size String
- size
Resource String - zone
Count Integer
- instance
Configuration stringId - size string
- size
Resource string - zone
Count number
- instance_
configuration_ strid - size str
- size_
resource str - zone_
count int
- instance
Configuration StringId - size String
- size
Resource String - zone
Count Number
GetDeploymentElasticsearch
- Autoscale string
- Cloud
Id string - Healthy bool
Overall health status of the deployment.
- Http
Endpoint string - Https
Endpoint string - Ref
Id string - Resource
Id string - Status string
- Topologies
List<Pulumi.
Elastic Cloud. Inputs. Get Deployment Elasticsearch Topology> - Version string
- Autoscale string
- Cloud
Id string - Healthy bool
Overall health status of the deployment.
- Http
Endpoint string - Https
Endpoint string - Ref
Id string - Resource
Id string - Status string
- Topologies
[]Get
Deployment Elasticsearch Topology - Version string
- autoscale String
- cloud
Id String - healthy Boolean
Overall health status of the deployment.
- http
Endpoint String - https
Endpoint String - ref
Id String - resource
Id String - status String
- topologies
List<Get
Deployment Elasticsearch Topology> - version String
- autoscale string
- cloud
Id string - healthy boolean
Overall health status of the deployment.
- http
Endpoint string - https
Endpoint string - ref
Id string - resource
Id string - status string
- topologies
Get
Deployment Elasticsearch Topology[] - version string
- autoscale str
- cloud_
id str - healthy bool
Overall health status of the deployment.
- http_
endpoint str - https_
endpoint str - ref_
id str - resource_
id str - status str
- topologies
Sequence[Get
Deployment Elasticsearch Topology] - version str
- autoscale String
- cloud
Id String - healthy Boolean
Overall health status of the deployment.
- http
Endpoint String - https
Endpoint String - ref
Id String - resource
Id String - status String
- topologies List<Property Map>
- version String
GetDeploymentElasticsearchTopology
- Autoscalings
List<Pulumi.
Elastic Cloud. Inputs. Get Deployment Elasticsearch Topology Autoscaling> - Instance
Configuration stringId - Node
Roles List<string> - Node
Type boolData - Node
Type boolIngest - Node
Type boolMaster - Size string
- Size
Resource string - Zone
Count int - Node
Type boolMl
- Autoscalings
[]Get
Deployment Elasticsearch Topology Autoscaling - Instance
Configuration stringId - Node
Roles []string - Node
Type boolData - Node
Type boolIngest - Node
Type boolMaster - Size string
- Size
Resource string - Zone
Count int - Node
Type boolMl
- autoscalings
List<Get
Deployment Elasticsearch Topology Autoscaling> - instance
Configuration StringId - node
Roles List<String> - node
Type BooleanData - node
Type BooleanIngest - node
Type BooleanMaster - size String
- size
Resource String - zone
Count Integer - node
Type BooleanMl
- autoscalings
Get
Deployment Elasticsearch Topology Autoscaling[] - instance
Configuration stringId - node
Roles string[] - node
Type booleanData - node
Type booleanIngest - node
Type booleanMaster - size string
- size
Resource string - zone
Count number - node
Type booleanMl
- autoscalings
Sequence[Get
Deployment Elasticsearch Topology Autoscaling] - instance_
configuration_ strid - node_
roles Sequence[str] - node_
type_ booldata - node_
type_ boolingest - node_
type_ boolmaster - size str
- size_
resource str - zone_
count int - node_
type_ boolml
- autoscalings List<Property Map>
- instance
Configuration StringId - node
Roles List<String> - node
Type BooleanData - node
Type BooleanIngest - node
Type BooleanMaster - size String
- size
Resource String - zone
Count Number - node
Type BooleanMl
GetDeploymentElasticsearchTopologyAutoscaling
- Max
Size string - Max
Size stringResource - Min
Size string - Min
Size stringResource - Policy
Override stringJson
- Max
Size string - Max
Size stringResource - Min
Size string - Min
Size stringResource - Policy
Override stringJson
- max
Size String - max
Size StringResource - min
Size String - min
Size StringResource - policy
Override StringJson
- max
Size string - max
Size stringResource - min
Size string - min
Size stringResource - policy
Override stringJson
- max_
size str - max_
size_ strresource - min_
size str - min_
size_ strresource - policy_
override_ strjson
- max
Size String - max
Size StringResource - min
Size String - min
Size StringResource - policy
Override StringJson
GetDeploymentEnterpriseSearch
- Elasticsearch
Cluster stringRef Id - Healthy bool
Overall health status of the deployment.
- Http
Endpoint string - Https
Endpoint string - Ref
Id string - Resource
Id string - Status string
- Topologies
List<Pulumi.
Elastic Cloud. Inputs. Get Deployment Enterprise Search Topology> - Version string
- Elasticsearch
Cluster stringRef Id - Healthy bool
Overall health status of the deployment.
- Http
Endpoint string - Https
Endpoint string - Ref
Id string - Resource
Id string - Status string
- Topologies
[]Get
Deployment Enterprise Search Topology - Version string
- elasticsearch
Cluster StringRef Id - healthy Boolean
Overall health status of the deployment.
- http
Endpoint String - https
Endpoint String - ref
Id String - resource
Id String - status String
- topologies
List<Get
Deployment Enterprise Search Topology> - version String
- elasticsearch
Cluster stringRef Id - healthy boolean
Overall health status of the deployment.
- http
Endpoint string - https
Endpoint string - ref
Id string - resource
Id string - status string
- topologies
Get
Deployment Enterprise Search Topology[] - version string
- elasticsearch_
cluster_ strref_ id - healthy bool
Overall health status of the deployment.
- http_
endpoint str - https_
endpoint str - ref_
id str - resource_
id str - status str
- topologies
Sequence[Get
Deployment Enterprise Search Topology] - version str
- elasticsearch
Cluster StringRef Id - healthy Boolean
Overall health status of the deployment.
- http
Endpoint String - https
Endpoint String - ref
Id String - resource
Id String - status String
- topologies List<Property Map>
- version String
GetDeploymentEnterpriseSearchTopology
- Instance
Configuration stringId - Node
Type boolAppserver - Node
Type boolConnector - Node
Type boolWorker - Size string
- Size
Resource string - Zone
Count int
- Instance
Configuration stringId - Node
Type boolAppserver - Node
Type boolConnector - Node
Type boolWorker - Size string
- Size
Resource string - Zone
Count int
- instance
Configuration StringId - node
Type BooleanAppserver - node
Type BooleanConnector - node
Type BooleanWorker - size String
- size
Resource String - zone
Count Integer
- instance
Configuration stringId - node
Type booleanAppserver - node
Type booleanConnector - node
Type booleanWorker - size string
- size
Resource string - zone
Count number
- instance_
configuration_ strid - node_
type_ boolappserver - node_
type_ boolconnector - node_
type_ boolworker - size str
- size_
resource str - zone_
count int
- instance
Configuration StringId - node
Type BooleanAppserver - node
Type BooleanConnector - node
Type BooleanWorker - size String
- size
Resource String - zone
Count Number
GetDeploymentIntegrationsServer
- Elasticsearch
Cluster stringRef Id - Healthy bool
Overall health status of the deployment.
- Http
Endpoint string - Https
Endpoint string - Ref
Id string - Resource
Id string - Status string
- Topologies
List<Pulumi.
Elastic Cloud. Inputs. Get Deployment Integrations Server Topology> - Version string
- Elasticsearch
Cluster stringRef Id - Healthy bool
Overall health status of the deployment.
- Http
Endpoint string - Https
Endpoint string - Ref
Id string - Resource
Id string - Status string
- Topologies
[]Get
Deployment Integrations Server Topology - Version string
- elasticsearch
Cluster StringRef Id - healthy Boolean
Overall health status of the deployment.
- http
Endpoint String - https
Endpoint String - ref
Id String - resource
Id String - status String
- topologies
List<Get
Deployment Integrations Server Topology> - version String
- elasticsearch
Cluster stringRef Id - healthy boolean
Overall health status of the deployment.
- http
Endpoint string - https
Endpoint string - ref
Id string - resource
Id string - status string
- topologies
Get
Deployment Integrations Server Topology[] - version string
- elasticsearch_
cluster_ strref_ id - healthy bool
Overall health status of the deployment.
- http_
endpoint str - https_
endpoint str - ref_
id str - resource_
id str - status str
- topologies
Sequence[Get
Deployment Integrations Server Topology] - version str
- elasticsearch
Cluster StringRef Id - healthy Boolean
Overall health status of the deployment.
- http
Endpoint String - https
Endpoint String - ref
Id String - resource
Id String - status String
- topologies List<Property Map>
- version String
GetDeploymentIntegrationsServerTopology
- Instance
Configuration stringId - Size string
- Size
Resource string - Zone
Count int
- Instance
Configuration stringId - Size string
- Size
Resource string - Zone
Count int
- instance
Configuration StringId - size String
- size
Resource String - zone
Count Integer
- instance
Configuration stringId - size string
- size
Resource string - zone
Count number
- instance_
configuration_ strid - size str
- size_
resource str - zone_
count int
- instance
Configuration StringId - size String
- size
Resource String - zone
Count Number
GetDeploymentKibana
- Elasticsearch
Cluster stringRef Id - Healthy bool
Overall health status of the deployment.
- Http
Endpoint string - Https
Endpoint string - Ref
Id string - Resource
Id string - Status string
- Topologies
List<Pulumi.
Elastic Cloud. Inputs. Get Deployment Kibana Topology> - Version string
- Elasticsearch
Cluster stringRef Id - Healthy bool
Overall health status of the deployment.
- Http
Endpoint string - Https
Endpoint string - Ref
Id string - Resource
Id string - Status string
- Topologies
[]Get
Deployment Kibana Topology - Version string
- elasticsearch
Cluster StringRef Id - healthy Boolean
Overall health status of the deployment.
- http
Endpoint String - https
Endpoint String - ref
Id String - resource
Id String - status String
- topologies
List<Get
Deployment Kibana Topology> - version String
- elasticsearch
Cluster stringRef Id - healthy boolean
Overall health status of the deployment.
- http
Endpoint string - https
Endpoint string - ref
Id string - resource
Id string - status string
- topologies
Get
Deployment Kibana Topology[] - version string
- elasticsearch_
cluster_ strref_ id - healthy bool
Overall health status of the deployment.
- http_
endpoint str - https_
endpoint str - ref_
id str - resource_
id str - status str
- topologies
Sequence[Get
Deployment Kibana Topology] - version str
- elasticsearch
Cluster StringRef Id - healthy Boolean
Overall health status of the deployment.
- http
Endpoint String - https
Endpoint String - ref
Id String - resource
Id String - status String
- topologies List<Property Map>
- version String
GetDeploymentKibanaTopology
- Instance
Configuration stringId - Size string
- Size
Resource string - Zone
Count int
- Instance
Configuration stringId - Size string
- Size
Resource string - Zone
Count int
- instance
Configuration StringId - size String
- size
Resource String - zone
Count Integer
- instance
Configuration stringId - size string
- size
Resource string - zone
Count number
- instance_
configuration_ strid - size str
- size_
resource str - zone_
count int
- instance
Configuration StringId - size String
- size
Resource String - zone
Count Number
GetDeploymentObservability
- Deployment
Id string - Logs bool
- Metrics bool
- Ref
Id string
- Deployment
Id string - Logs bool
- Metrics bool
- Ref
Id string
- deployment
Id String - logs Boolean
- metrics Boolean
- ref
Id String
- deployment
Id string - logs boolean
- metrics boolean
- ref
Id string
- deployment_
id str - logs bool
- metrics bool
- ref_
id str
- deployment
Id String - logs Boolean
- metrics Boolean
- ref
Id String
Package Details
- Repository
- ec pulumi/pulumi-ec
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
ec
Terraform Provider.