1. Packages
  2. Airbyte Provider
  3. API Docs
  4. DestinationElasticsearch
airbyte 0.7.0-beta2 published on Friday, Mar 7, 2025 by airbytehq

airbyte.DestinationElasticsearch

Explore with Pulumi AI

DestinationElasticsearch Resource

Example Usage

Coming soon!
Coming soon!
Coming soon!
Coming soon!
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.airbyte.DestinationElasticsearch;
import com.pulumi.airbyte.DestinationElasticsearchArgs;
import com.pulumi.airbyte.inputs.DestinationElasticsearchConfigurationArgs;
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) {
        var myDestinationElasticsearch = new DestinationElasticsearch("myDestinationElasticsearch", DestinationElasticsearchArgs.builder()
            .configuration(DestinationElasticsearchConfigurationArgs.builder()
                .authentication_method(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
                .ca_certificate("...my_ca_certificate...")
                .endpoint("...my_endpoint...")
                .tunnel_method(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
                .upsert(false)
                .build())
            .definitionId("fa3d17d3-6d2d-4bd3-a934-fcd7370e225f")
            .workspaceId("9de55ce7-1e79-4018-9818-c9bf634debae")
            .build());

    }
}
Copy
resources:
  myDestinationElasticsearch:
    type: airbyte:DestinationElasticsearch
    properties:
      configuration:
        authentication_method:
          apiKeySecret:
            apiKeyId: '...my_api_key_id...'
            apiKeySecret: '...my_api_key_secret...'
          none: {}
          usernamePassword:
            password: '...my_password...'
            username: '...my_username...'
        ca_certificate: '...my_ca_certificate...'
        endpoint: '...my_endpoint...'
        tunnel_method:
          noTunnel: {}
          passwordAuthentication:
            tunnelHost: '...my_tunnel_host...'
            tunnelPort: 22
            tunnelUser: '...my_tunnel_user...'
            tunnelUserPassword: '...my_tunnel_user_password...'
          sshKeyAuthentication:
            sshKey: '...my_ssh_key...'
            tunnelHost: '...my_tunnel_host...'
            tunnelPort: 22
            tunnelUser: '...my_tunnel_user...'
        upsert: false
      definitionId: fa3d17d3-6d2d-4bd3-a934-fcd7370e225f
      workspaceId: 9de55ce7-1e79-4018-9818-c9bf634debae
Copy

Create DestinationElasticsearch Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new DestinationElasticsearch(name: string, args: DestinationElasticsearchArgs, opts?: CustomResourceOptions);
@overload
def DestinationElasticsearch(resource_name: str,
                             args: DestinationElasticsearchArgs,
                             opts: Optional[ResourceOptions] = None)

@overload
def DestinationElasticsearch(resource_name: str,
                             opts: Optional[ResourceOptions] = None,
                             configuration: Optional[DestinationElasticsearchConfigurationArgs] = None,
                             workspace_id: Optional[str] = None,
                             definition_id: Optional[str] = None,
                             name: Optional[str] = None)
func NewDestinationElasticsearch(ctx *Context, name string, args DestinationElasticsearchArgs, opts ...ResourceOption) (*DestinationElasticsearch, error)
public DestinationElasticsearch(string name, DestinationElasticsearchArgs args, CustomResourceOptions? opts = null)
public DestinationElasticsearch(String name, DestinationElasticsearchArgs args)
public DestinationElasticsearch(String name, DestinationElasticsearchArgs args, CustomResourceOptions options)
type: airbyte:DestinationElasticsearch
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. DestinationElasticsearchArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. DestinationElasticsearchArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. DestinationElasticsearchArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. DestinationElasticsearchArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. DestinationElasticsearchArgs
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 destinationElasticsearchResource = new Airbyte.DestinationElasticsearch("destinationElasticsearchResource", new()
{
    Configuration = new Airbyte.Inputs.DestinationElasticsearchConfigurationArgs
    {
        Endpoint = "string",
        AuthenticationMethod = new Airbyte.Inputs.DestinationElasticsearchConfigurationAuthenticationMethodArgs
        {
            ApiKeySecret = new Airbyte.Inputs.DestinationElasticsearchConfigurationAuthenticationMethodApiKeySecretArgs
            {
                ApiKeyId = "string",
                ApiKeySecret = "string",
            },
            None = null,
            UsernamePassword = new Airbyte.Inputs.DestinationElasticsearchConfigurationAuthenticationMethodUsernamePasswordArgs
            {
                Password = "string",
                Username = "string",
            },
        },
        CaCertificate = "string",
        TunnelMethod = new Airbyte.Inputs.DestinationElasticsearchConfigurationTunnelMethodArgs
        {
            NoTunnel = null,
            PasswordAuthentication = new Airbyte.Inputs.DestinationElasticsearchConfigurationTunnelMethodPasswordAuthenticationArgs
            {
                TunnelHost = "string",
                TunnelUser = "string",
                TunnelUserPassword = "string",
                TunnelPort = 0,
            },
            SshKeyAuthentication = new Airbyte.Inputs.DestinationElasticsearchConfigurationTunnelMethodSshKeyAuthenticationArgs
            {
                SshKey = "string",
                TunnelHost = "string",
                TunnelUser = "string",
                TunnelPort = 0,
            },
        },
        Upsert = false,
    },
    WorkspaceId = "string",
    DefinitionId = "string",
    Name = "string",
});
Copy
example, err := airbyte.NewDestinationElasticsearch(ctx, "destinationElasticsearchResource", &airbyte.DestinationElasticsearchArgs{
Configuration: &.DestinationElasticsearchConfigurationArgs{
Endpoint: pulumi.String("string"),
AuthenticationMethod: &.DestinationElasticsearchConfigurationAuthenticationMethodArgs{
ApiKeySecret: &.DestinationElasticsearchConfigurationAuthenticationMethodApiKeySecretArgs{
ApiKeyId: pulumi.String("string"),
ApiKeySecret: pulumi.String("string"),
},
None: &.DestinationElasticsearchConfigurationAuthenticationMethodNoneArgs{
},
UsernamePassword: &.DestinationElasticsearchConfigurationAuthenticationMethodUsernamePasswordArgs{
Password: pulumi.String("string"),
Username: pulumi.String("string"),
},
},
CaCertificate: pulumi.String("string"),
TunnelMethod: &.DestinationElasticsearchConfigurationTunnelMethodArgs{
NoTunnel: &.DestinationElasticsearchConfigurationTunnelMethodNoTunnelArgs{
},
PasswordAuthentication: &.DestinationElasticsearchConfigurationTunnelMethodPasswordAuthenticationArgs{
TunnelHost: pulumi.String("string"),
TunnelUser: pulumi.String("string"),
TunnelUserPassword: pulumi.String("string"),
TunnelPort: pulumi.Float64(0),
},
SshKeyAuthentication: &.DestinationElasticsearchConfigurationTunnelMethodSshKeyAuthenticationArgs{
SshKey: pulumi.String("string"),
TunnelHost: pulumi.String("string"),
TunnelUser: pulumi.String("string"),
TunnelPort: pulumi.Float64(0),
},
},
Upsert: pulumi.Bool(false),
},
WorkspaceId: pulumi.String("string"),
DefinitionId: pulumi.String("string"),
Name: pulumi.String("string"),
})
Copy
var destinationElasticsearchResource = new DestinationElasticsearch("destinationElasticsearchResource", DestinationElasticsearchArgs.builder()
    .configuration(DestinationElasticsearchConfigurationArgs.builder()
        .endpoint("string")
        .authenticationMethod(DestinationElasticsearchConfigurationAuthenticationMethodArgs.builder()
            .apiKeySecret(DestinationElasticsearchConfigurationAuthenticationMethodApiKeySecretArgs.builder()
                .apiKeyId("string")
                .apiKeySecret("string")
                .build())
            .none()
            .usernamePassword(DestinationElasticsearchConfigurationAuthenticationMethodUsernamePasswordArgs.builder()
                .password("string")
                .username("string")
                .build())
            .build())
        .caCertificate("string")
        .tunnelMethod(DestinationElasticsearchConfigurationTunnelMethodArgs.builder()
            .noTunnel()
            .passwordAuthentication(DestinationElasticsearchConfigurationTunnelMethodPasswordAuthenticationArgs.builder()
                .tunnelHost("string")
                .tunnelUser("string")
                .tunnelUserPassword("string")
                .tunnelPort(0)
                .build())
            .sshKeyAuthentication(DestinationElasticsearchConfigurationTunnelMethodSshKeyAuthenticationArgs.builder()
                .sshKey("string")
                .tunnelHost("string")
                .tunnelUser("string")
                .tunnelPort(0)
                .build())
            .build())
        .upsert(false)
        .build())
    .workspaceId("string")
    .definitionId("string")
    .name("string")
    .build());
Copy
destination_elasticsearch_resource = airbyte.DestinationElasticsearch("destinationElasticsearchResource",
    configuration={
        "endpoint": "string",
        "authentication_method": {
            "api_key_secret": {
                "api_key_id": "string",
                "api_key_secret": "string",
            },
            "none": {},
            "username_password": {
                "password": "string",
                "username": "string",
            },
        },
        "ca_certificate": "string",
        "tunnel_method": {
            "no_tunnel": {},
            "password_authentication": {
                "tunnel_host": "string",
                "tunnel_user": "string",
                "tunnel_user_password": "string",
                "tunnel_port": 0,
            },
            "ssh_key_authentication": {
                "ssh_key": "string",
                "tunnel_host": "string",
                "tunnel_user": "string",
                "tunnel_port": 0,
            },
        },
        "upsert": False,
    },
    workspace_id="string",
    definition_id="string",
    name="string")
Copy
const destinationElasticsearchResource = new airbyte.DestinationElasticsearch("destinationElasticsearchResource", {
    configuration: {
        endpoint: "string",
        authenticationMethod: {
            apiKeySecret: {
                apiKeyId: "string",
                apiKeySecret: "string",
            },
            none: {},
            usernamePassword: {
                password: "string",
                username: "string",
            },
        },
        caCertificate: "string",
        tunnelMethod: {
            noTunnel: {},
            passwordAuthentication: {
                tunnelHost: "string",
                tunnelUser: "string",
                tunnelUserPassword: "string",
                tunnelPort: 0,
            },
            sshKeyAuthentication: {
                sshKey: "string",
                tunnelHost: "string",
                tunnelUser: "string",
                tunnelPort: 0,
            },
        },
        upsert: false,
    },
    workspaceId: "string",
    definitionId: "string",
    name: "string",
});
Copy
type: airbyte:DestinationElasticsearch
properties:
    configuration:
        authenticationMethod:
            apiKeySecret:
                apiKeyId: string
                apiKeySecret: string
            none: {}
            usernamePassword:
                password: string
                username: string
        caCertificate: string
        endpoint: string
        tunnelMethod:
            noTunnel: {}
            passwordAuthentication:
                tunnelHost: string
                tunnelPort: 0
                tunnelUser: string
                tunnelUserPassword: string
            sshKeyAuthentication:
                sshKey: string
                tunnelHost: string
                tunnelPort: 0
                tunnelUser: string
        upsert: false
    definitionId: string
    name: string
    workspaceId: string
Copy

DestinationElasticsearch 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 DestinationElasticsearch resource accepts the following input properties:

Configuration This property is required. DestinationElasticsearchConfiguration
WorkspaceId This property is required. string
DefinitionId string
The UUID of the connector definition. One of configuration.destinationType or definitionId must be provided. Requires replacement if changed.
Name string
Name of the destination e.g. dev-mysql-instance.
Configuration This property is required. DestinationElasticsearchConfigurationArgs
WorkspaceId This property is required. string
DefinitionId string
The UUID of the connector definition. One of configuration.destinationType or definitionId must be provided. Requires replacement if changed.
Name string
Name of the destination e.g. dev-mysql-instance.
configuration This property is required. DestinationElasticsearchConfiguration
workspaceId This property is required. String
definitionId String
The UUID of the connector definition. One of configuration.destinationType or definitionId must be provided. Requires replacement if changed.
name String
Name of the destination e.g. dev-mysql-instance.
configuration This property is required. DestinationElasticsearchConfiguration
workspaceId This property is required. string
definitionId string
The UUID of the connector definition. One of configuration.destinationType or definitionId must be provided. Requires replacement if changed.
name string
Name of the destination e.g. dev-mysql-instance.
configuration This property is required. DestinationElasticsearchConfigurationArgs
workspace_id This property is required. str
definition_id str
The UUID of the connector definition. One of configuration.destinationType or definitionId must be provided. Requires replacement if changed.
name str
Name of the destination e.g. dev-mysql-instance.
configuration This property is required. Property Map
workspaceId This property is required. String
definitionId String
The UUID of the connector definition. One of configuration.destinationType or definitionId must be provided. Requires replacement if changed.
name String
Name of the destination e.g. dev-mysql-instance.

Outputs

All input properties are implicitly available as output properties. Additionally, the DestinationElasticsearch resource produces the following output properties:

CreatedAt double
DestinationId string
DestinationType string
Id string
The provider-assigned unique ID for this managed resource.
CreatedAt float64
DestinationId string
DestinationType string
Id string
The provider-assigned unique ID for this managed resource.
createdAt Double
destinationId String
destinationType String
id String
The provider-assigned unique ID for this managed resource.
createdAt number
destinationId string
destinationType string
id string
The provider-assigned unique ID for this managed resource.
created_at float
destination_id str
destination_type str
id str
The provider-assigned unique ID for this managed resource.
createdAt Number
destinationId String
destinationType String
id String
The provider-assigned unique ID for this managed resource.

Look up Existing DestinationElasticsearch Resource

Get an existing DestinationElasticsearch 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?: DestinationElasticsearchState, opts?: CustomResourceOptions): DestinationElasticsearch
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        configuration: Optional[DestinationElasticsearchConfigurationArgs] = None,
        created_at: Optional[float] = None,
        definition_id: Optional[str] = None,
        destination_id: Optional[str] = None,
        destination_type: Optional[str] = None,
        name: Optional[str] = None,
        workspace_id: Optional[str] = None) -> DestinationElasticsearch
func GetDestinationElasticsearch(ctx *Context, name string, id IDInput, state *DestinationElasticsearchState, opts ...ResourceOption) (*DestinationElasticsearch, error)
public static DestinationElasticsearch Get(string name, Input<string> id, DestinationElasticsearchState? state, CustomResourceOptions? opts = null)
public static DestinationElasticsearch get(String name, Output<String> id, DestinationElasticsearchState state, CustomResourceOptions options)
resources:  _:    type: airbyte:DestinationElasticsearch    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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.
The following state arguments are supported:
Configuration DestinationElasticsearchConfiguration
CreatedAt double
DefinitionId string
The UUID of the connector definition. One of configuration.destinationType or definitionId must be provided. Requires replacement if changed.
DestinationId string
DestinationType string
Name string
Name of the destination e.g. dev-mysql-instance.
WorkspaceId string
Configuration DestinationElasticsearchConfigurationArgs
CreatedAt float64
DefinitionId string
The UUID of the connector definition. One of configuration.destinationType or definitionId must be provided. Requires replacement if changed.
DestinationId string
DestinationType string
Name string
Name of the destination e.g. dev-mysql-instance.
WorkspaceId string
configuration DestinationElasticsearchConfiguration
createdAt Double
definitionId String
The UUID of the connector definition. One of configuration.destinationType or definitionId must be provided. Requires replacement if changed.
destinationId String
destinationType String
name String
Name of the destination e.g. dev-mysql-instance.
workspaceId String
configuration DestinationElasticsearchConfiguration
createdAt number
definitionId string
The UUID of the connector definition. One of configuration.destinationType or definitionId must be provided. Requires replacement if changed.
destinationId string
destinationType string
name string
Name of the destination e.g. dev-mysql-instance.
workspaceId string
configuration DestinationElasticsearchConfigurationArgs
created_at float
definition_id str
The UUID of the connector definition. One of configuration.destinationType or definitionId must be provided. Requires replacement if changed.
destination_id str
destination_type str
name str
Name of the destination e.g. dev-mysql-instance.
workspace_id str
configuration Property Map
createdAt Number
definitionId String
The UUID of the connector definition. One of configuration.destinationType or definitionId must be provided. Requires replacement if changed.
destinationId String
destinationType String
name String
Name of the destination e.g. dev-mysql-instance.
workspaceId String

Supporting Types

DestinationElasticsearchConfiguration
, DestinationElasticsearchConfigurationArgs

Endpoint This property is required. string
The full url of the Elasticsearch server
AuthenticationMethod DestinationElasticsearchConfigurationAuthenticationMethod
The type of authentication to be used
CaCertificate string
CA certificate
TunnelMethod DestinationElasticsearchConfigurationTunnelMethod
Whether to initiate an SSH tunnel before connecting to the database, and if so, which kind of authentication to use.
Upsert bool
If a primary key identifier is defined in the source, an upsert will be performed using the primary key value as the elasticsearch doc id. Does not support composite primary keys. Default: true
Endpoint This property is required. string
The full url of the Elasticsearch server
AuthenticationMethod DestinationElasticsearchConfigurationAuthenticationMethod
The type of authentication to be used
CaCertificate string
CA certificate
TunnelMethod DestinationElasticsearchConfigurationTunnelMethod
Whether to initiate an SSH tunnel before connecting to the database, and if so, which kind of authentication to use.
Upsert bool
If a primary key identifier is defined in the source, an upsert will be performed using the primary key value as the elasticsearch doc id. Does not support composite primary keys. Default: true
endpoint This property is required. String
The full url of the Elasticsearch server
authenticationMethod DestinationElasticsearchConfigurationAuthenticationMethod
The type of authentication to be used
caCertificate String
CA certificate
tunnelMethod DestinationElasticsearchConfigurationTunnelMethod
Whether to initiate an SSH tunnel before connecting to the database, and if so, which kind of authentication to use.
upsert Boolean
If a primary key identifier is defined in the source, an upsert will be performed using the primary key value as the elasticsearch doc id. Does not support composite primary keys. Default: true
endpoint This property is required. string
The full url of the Elasticsearch server
authenticationMethod DestinationElasticsearchConfigurationAuthenticationMethod
The type of authentication to be used
caCertificate string
CA certificate
tunnelMethod DestinationElasticsearchConfigurationTunnelMethod
Whether to initiate an SSH tunnel before connecting to the database, and if so, which kind of authentication to use.
upsert boolean
If a primary key identifier is defined in the source, an upsert will be performed using the primary key value as the elasticsearch doc id. Does not support composite primary keys. Default: true
endpoint This property is required. str
The full url of the Elasticsearch server
authentication_method DestinationElasticsearchConfigurationAuthenticationMethod
The type of authentication to be used
ca_certificate str
CA certificate
tunnel_method DestinationElasticsearchConfigurationTunnelMethod
Whether to initiate an SSH tunnel before connecting to the database, and if so, which kind of authentication to use.
upsert bool
If a primary key identifier is defined in the source, an upsert will be performed using the primary key value as the elasticsearch doc id. Does not support composite primary keys. Default: true
endpoint This property is required. String
The full url of the Elasticsearch server
authenticationMethod Property Map
The type of authentication to be used
caCertificate String
CA certificate
tunnelMethod Property Map
Whether to initiate an SSH tunnel before connecting to the database, and if so, which kind of authentication to use.
upsert Boolean
If a primary key identifier is defined in the source, an upsert will be performed using the primary key value as the elasticsearch doc id. Does not support composite primary keys. Default: true

DestinationElasticsearchConfigurationAuthenticationMethod
, DestinationElasticsearchConfigurationAuthenticationMethodArgs

apiKeySecret Property Map
Use a api key and secret combination to authenticate
none Property Map
No authentication will be used
usernamePassword Property Map
Basic auth header with a username and password

DestinationElasticsearchConfigurationAuthenticationMethodApiKeySecret
, DestinationElasticsearchConfigurationAuthenticationMethodApiKeySecretArgs

ApiKeyId This property is required. string
The Key ID to used when accessing an enterprise Elasticsearch instance.
ApiKeySecret This property is required. string
The secret associated with the API Key ID.
ApiKeyId This property is required. string
The Key ID to used when accessing an enterprise Elasticsearch instance.
ApiKeySecret This property is required. string
The secret associated with the API Key ID.
apiKeyId This property is required. String
The Key ID to used when accessing an enterprise Elasticsearch instance.
apiKeySecret This property is required. String
The secret associated with the API Key ID.
apiKeyId This property is required. string
The Key ID to used when accessing an enterprise Elasticsearch instance.
apiKeySecret This property is required. string
The secret associated with the API Key ID.
api_key_id This property is required. str
The Key ID to used when accessing an enterprise Elasticsearch instance.
api_key_secret This property is required. str
The secret associated with the API Key ID.
apiKeyId This property is required. String
The Key ID to used when accessing an enterprise Elasticsearch instance.
apiKeySecret This property is required. String
The secret associated with the API Key ID.

DestinationElasticsearchConfigurationAuthenticationMethodUsernamePassword
, DestinationElasticsearchConfigurationAuthenticationMethodUsernamePasswordArgs

Password This property is required. string
Basic auth password to access a secure Elasticsearch server
Username This property is required. string
Basic auth username to access a secure Elasticsearch server
Password This property is required. string
Basic auth password to access a secure Elasticsearch server
Username This property is required. string
Basic auth username to access a secure Elasticsearch server
password This property is required. String
Basic auth password to access a secure Elasticsearch server
username This property is required. String
Basic auth username to access a secure Elasticsearch server
password This property is required. string
Basic auth password to access a secure Elasticsearch server
username This property is required. string
Basic auth username to access a secure Elasticsearch server
password This property is required. str
Basic auth password to access a secure Elasticsearch server
username This property is required. str
Basic auth username to access a secure Elasticsearch server
password This property is required. String
Basic auth password to access a secure Elasticsearch server
username This property is required. String
Basic auth username to access a secure Elasticsearch server

DestinationElasticsearchConfigurationTunnelMethod
, DestinationElasticsearchConfigurationTunnelMethodArgs

DestinationElasticsearchConfigurationTunnelMethodPasswordAuthentication
, DestinationElasticsearchConfigurationTunnelMethodPasswordAuthenticationArgs

TunnelHost This property is required. string
Hostname of the jump server host that allows inbound ssh tunnel.
TunnelUser This property is required. string
OS-level username for logging into the jump server host
TunnelUserPassword This property is required. string
OS-level password for logging into the jump server host
TunnelPort double
Port on the proxy/jump server that accepts inbound ssh connections. Default: 22
TunnelHost This property is required. string
Hostname of the jump server host that allows inbound ssh tunnel.
TunnelUser This property is required. string
OS-level username for logging into the jump server host
TunnelUserPassword This property is required. string
OS-level password for logging into the jump server host
TunnelPort float64
Port on the proxy/jump server that accepts inbound ssh connections. Default: 22
tunnelHost This property is required. String
Hostname of the jump server host that allows inbound ssh tunnel.
tunnelUser This property is required. String
OS-level username for logging into the jump server host
tunnelUserPassword This property is required. String
OS-level password for logging into the jump server host
tunnelPort Double
Port on the proxy/jump server that accepts inbound ssh connections. Default: 22
tunnelHost This property is required. string
Hostname of the jump server host that allows inbound ssh tunnel.
tunnelUser This property is required. string
OS-level username for logging into the jump server host
tunnelUserPassword This property is required. string
OS-level password for logging into the jump server host
tunnelPort number
Port on the proxy/jump server that accepts inbound ssh connections. Default: 22
tunnel_host This property is required. str
Hostname of the jump server host that allows inbound ssh tunnel.
tunnel_user This property is required. str
OS-level username for logging into the jump server host
tunnel_user_password This property is required. str
OS-level password for logging into the jump server host
tunnel_port float
Port on the proxy/jump server that accepts inbound ssh connections. Default: 22
tunnelHost This property is required. String
Hostname of the jump server host that allows inbound ssh tunnel.
tunnelUser This property is required. String
OS-level username for logging into the jump server host
tunnelUserPassword This property is required. String
OS-level password for logging into the jump server host
tunnelPort Number
Port on the proxy/jump server that accepts inbound ssh connections. Default: 22

DestinationElasticsearchConfigurationTunnelMethodSshKeyAuthentication
, DestinationElasticsearchConfigurationTunnelMethodSshKeyAuthenticationArgs

SshKey This property is required. string
OS-level user account ssh key credentials in RSA PEM format ( created with ssh-keygen -t rsa -m PEM -f myuser_rsa )
TunnelHost This property is required. string
Hostname of the jump server host that allows inbound ssh tunnel.
TunnelUser This property is required. string
OS-level username for logging into the jump server host.
TunnelPort double
Port on the proxy/jump server that accepts inbound ssh connections. Default: 22
SshKey This property is required. string
OS-level user account ssh key credentials in RSA PEM format ( created with ssh-keygen -t rsa -m PEM -f myuser_rsa )
TunnelHost This property is required. string
Hostname of the jump server host that allows inbound ssh tunnel.
TunnelUser This property is required. string
OS-level username for logging into the jump server host.
TunnelPort float64
Port on the proxy/jump server that accepts inbound ssh connections. Default: 22
sshKey This property is required. String
OS-level user account ssh key credentials in RSA PEM format ( created with ssh-keygen -t rsa -m PEM -f myuser_rsa )
tunnelHost This property is required. String
Hostname of the jump server host that allows inbound ssh tunnel.
tunnelUser This property is required. String
OS-level username for logging into the jump server host.
tunnelPort Double
Port on the proxy/jump server that accepts inbound ssh connections. Default: 22
sshKey This property is required. string
OS-level user account ssh key credentials in RSA PEM format ( created with ssh-keygen -t rsa -m PEM -f myuser_rsa )
tunnelHost This property is required. string
Hostname of the jump server host that allows inbound ssh tunnel.
tunnelUser This property is required. string
OS-level username for logging into the jump server host.
tunnelPort number
Port on the proxy/jump server that accepts inbound ssh connections. Default: 22
ssh_key This property is required. str
OS-level user account ssh key credentials in RSA PEM format ( created with ssh-keygen -t rsa -m PEM -f myuser_rsa )
tunnel_host This property is required. str
Hostname of the jump server host that allows inbound ssh tunnel.
tunnel_user This property is required. str
OS-level username for logging into the jump server host.
tunnel_port float
Port on the proxy/jump server that accepts inbound ssh connections. Default: 22
sshKey This property is required. String
OS-level user account ssh key credentials in RSA PEM format ( created with ssh-keygen -t rsa -m PEM -f myuser_rsa )
tunnelHost This property is required. String
Hostname of the jump server host that allows inbound ssh tunnel.
tunnelUser This property is required. String
OS-level username for logging into the jump server host.
tunnelPort Number
Port on the proxy/jump server that accepts inbound ssh connections. Default: 22

Import

$ pulumi import airbyte:index/destinationElasticsearch:DestinationElasticsearch my_airbyte_destination_elasticsearch ""
Copy

To learn more about importing existing cloud resources, see Importing resources.

Package Details

Repository
airbyte airbytehq/terraform-provider-airbyte
License
Notes
This Pulumi package is based on the airbyte Terraform Provider.