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

airbyte.DestinationYellowbrick

Explore with Pulumi AI

airbyte logo
airbyte 0.7.0-beta2 published on Friday, Mar 7, 2025 by airbytehq

    DestinationYellowbrick 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.DestinationYellowbrick;
    import com.pulumi.airbyte.DestinationYellowbrickArgs;
    import com.pulumi.airbyte.inputs.DestinationYellowbrickConfigurationArgs;
    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 myDestinationYellowbrick = new DestinationYellowbrick("myDestinationYellowbrick", DestinationYellowbrickArgs.builder()
                .configuration(DestinationYellowbrickConfigurationArgs.builder()
                    .database("...my_database...")
                    .host("...my_host...")
                    .jdbc_url_params("...my_jdbc_url_params...")
                    .password("...my_password...")
                    .port(5432)
                    .schema("public")
                    .ssl(true)
                    .ssl_mode(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
                    .tunnel_method(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
                    .username("...my_username...")
                    .build())
                .definitionId("81a773ac-fba0-424f-a74b-6a91a45ce8fe")
                .workspaceId("2d4bfbc0-aa6b-42b1-9222-6303d0c9671f")
                .build());
    
        }
    }
    
    resources:
      myDestinationYellowbrick:
        type: airbyte:DestinationYellowbrick
        properties:
          configuration:
            database: '...my_database...'
            host: '...my_host...'
            jdbc_url_params: '...my_jdbc_url_params...'
            password: '...my_password...'
            port: 5432
            schema: public
            ssl: true
            ssl_mode:
              allow: {}
              disable: {}
              prefer: {}
              require: {}
              verifyCa:
                caCertificate: '...my_ca_certificate...'
                clientKeyPassword: '...my_client_key_password...'
              verifyFull:
                caCertificate: '...my_ca_certificate...'
                clientCertificate: '...my_client_certificate...'
                clientKey: '...my_client_key...'
                clientKeyPassword: '...my_client_key_password...'
            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...'
            username: '...my_username...'
          definitionId: 81a773ac-fba0-424f-a74b-6a91a45ce8fe
          workspaceId: 2d4bfbc0-aa6b-42b1-9222-6303d0c9671f
    

    Create DestinationYellowbrick Resource

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

    Constructor syntax

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

    Parameters

    name string
    The unique name of the resource.
    args DestinationYellowbrickArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args DestinationYellowbrickArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args DestinationYellowbrickArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args DestinationYellowbrickArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args DestinationYellowbrickArgs
    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 destinationYellowbrickResource = new Airbyte.DestinationYellowbrick("destinationYellowbrickResource", new()
    {
        Configuration = new Airbyte.Inputs.DestinationYellowbrickConfigurationArgs
        {
            Database = "string",
            Host = "string",
            Username = "string",
            JdbcUrlParams = "string",
            Password = "string",
            Port = 0,
            Schema = "string",
            Ssl = false,
            SslMode = new Airbyte.Inputs.DestinationYellowbrickConfigurationSslModeArgs
            {
                Allow = null,
                Disable = null,
                Prefer = null,
                Require = null,
                VerifyCa = new Airbyte.Inputs.DestinationYellowbrickConfigurationSslModeVerifyCaArgs
                {
                    CaCertificate = "string",
                    ClientKeyPassword = "string",
                },
                VerifyFull = new Airbyte.Inputs.DestinationYellowbrickConfigurationSslModeVerifyFullArgs
                {
                    CaCertificate = "string",
                    ClientCertificate = "string",
                    ClientKey = "string",
                    ClientKeyPassword = "string",
                },
            },
            TunnelMethod = new Airbyte.Inputs.DestinationYellowbrickConfigurationTunnelMethodArgs
            {
                NoTunnel = null,
                PasswordAuthentication = new Airbyte.Inputs.DestinationYellowbrickConfigurationTunnelMethodPasswordAuthenticationArgs
                {
                    TunnelHost = "string",
                    TunnelUser = "string",
                    TunnelUserPassword = "string",
                    TunnelPort = 0,
                },
                SshKeyAuthentication = new Airbyte.Inputs.DestinationYellowbrickConfigurationTunnelMethodSshKeyAuthenticationArgs
                {
                    SshKey = "string",
                    TunnelHost = "string",
                    TunnelUser = "string",
                    TunnelPort = 0,
                },
            },
        },
        WorkspaceId = "string",
        DefinitionId = "string",
        Name = "string",
    });
    
    example, err := airbyte.NewDestinationYellowbrick(ctx, "destinationYellowbrickResource", &airbyte.DestinationYellowbrickArgs{
    Configuration: &.DestinationYellowbrickConfigurationArgs{
    Database: pulumi.String("string"),
    Host: pulumi.String("string"),
    Username: pulumi.String("string"),
    JdbcUrlParams: pulumi.String("string"),
    Password: pulumi.String("string"),
    Port: pulumi.Float64(0),
    Schema: pulumi.String("string"),
    Ssl: pulumi.Bool(false),
    SslMode: &.DestinationYellowbrickConfigurationSslModeArgs{
    Allow: &.DestinationYellowbrickConfigurationSslModeAllowArgs{
    },
    Disable: &.DestinationYellowbrickConfigurationSslModeDisableArgs{
    },
    Prefer: &.DestinationYellowbrickConfigurationSslModePreferArgs{
    },
    Require: &.DestinationYellowbrickConfigurationSslModeRequireArgs{
    },
    VerifyCa: &.DestinationYellowbrickConfigurationSslModeVerifyCaArgs{
    CaCertificate: pulumi.String("string"),
    ClientKeyPassword: pulumi.String("string"),
    },
    VerifyFull: &.DestinationYellowbrickConfigurationSslModeVerifyFullArgs{
    CaCertificate: pulumi.String("string"),
    ClientCertificate: pulumi.String("string"),
    ClientKey: pulumi.String("string"),
    ClientKeyPassword: pulumi.String("string"),
    },
    },
    TunnelMethod: &.DestinationYellowbrickConfigurationTunnelMethodArgs{
    NoTunnel: &.DestinationYellowbrickConfigurationTunnelMethodNoTunnelArgs{
    },
    PasswordAuthentication: &.DestinationYellowbrickConfigurationTunnelMethodPasswordAuthenticationArgs{
    TunnelHost: pulumi.String("string"),
    TunnelUser: pulumi.String("string"),
    TunnelUserPassword: pulumi.String("string"),
    TunnelPort: pulumi.Float64(0),
    },
    SshKeyAuthentication: &.DestinationYellowbrickConfigurationTunnelMethodSshKeyAuthenticationArgs{
    SshKey: pulumi.String("string"),
    TunnelHost: pulumi.String("string"),
    TunnelUser: pulumi.String("string"),
    TunnelPort: pulumi.Float64(0),
    },
    },
    },
    WorkspaceId: pulumi.String("string"),
    DefinitionId: pulumi.String("string"),
    Name: pulumi.String("string"),
    })
    
    var destinationYellowbrickResource = new DestinationYellowbrick("destinationYellowbrickResource", DestinationYellowbrickArgs.builder()
        .configuration(DestinationYellowbrickConfigurationArgs.builder()
            .database("string")
            .host("string")
            .username("string")
            .jdbcUrlParams("string")
            .password("string")
            .port(0)
            .schema("string")
            .ssl(false)
            .sslMode(DestinationYellowbrickConfigurationSslModeArgs.builder()
                .allow()
                .disable()
                .prefer()
                .require()
                .verifyCa(DestinationYellowbrickConfigurationSslModeVerifyCaArgs.builder()
                    .caCertificate("string")
                    .clientKeyPassword("string")
                    .build())
                .verifyFull(DestinationYellowbrickConfigurationSslModeVerifyFullArgs.builder()
                    .caCertificate("string")
                    .clientCertificate("string")
                    .clientKey("string")
                    .clientKeyPassword("string")
                    .build())
                .build())
            .tunnelMethod(DestinationYellowbrickConfigurationTunnelMethodArgs.builder()
                .noTunnel()
                .passwordAuthentication(DestinationYellowbrickConfigurationTunnelMethodPasswordAuthenticationArgs.builder()
                    .tunnelHost("string")
                    .tunnelUser("string")
                    .tunnelUserPassword("string")
                    .tunnelPort(0)
                    .build())
                .sshKeyAuthentication(DestinationYellowbrickConfigurationTunnelMethodSshKeyAuthenticationArgs.builder()
                    .sshKey("string")
                    .tunnelHost("string")
                    .tunnelUser("string")
                    .tunnelPort(0)
                    .build())
                .build())
            .build())
        .workspaceId("string")
        .definitionId("string")
        .name("string")
        .build());
    
    destination_yellowbrick_resource = airbyte.DestinationYellowbrick("destinationYellowbrickResource",
        configuration={
            "database": "string",
            "host": "string",
            "username": "string",
            "jdbc_url_params": "string",
            "password": "string",
            "port": 0,
            "schema": "string",
            "ssl": False,
            "ssl_mode": {
                "allow": {},
                "disable": {},
                "prefer": {},
                "require": {},
                "verify_ca": {
                    "ca_certificate": "string",
                    "client_key_password": "string",
                },
                "verify_full": {
                    "ca_certificate": "string",
                    "client_certificate": "string",
                    "client_key": "string",
                    "client_key_password": "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,
                },
            },
        },
        workspace_id="string",
        definition_id="string",
        name="string")
    
    const destinationYellowbrickResource = new airbyte.DestinationYellowbrick("destinationYellowbrickResource", {
        configuration: {
            database: "string",
            host: "string",
            username: "string",
            jdbcUrlParams: "string",
            password: "string",
            port: 0,
            schema: "string",
            ssl: false,
            sslMode: {
                allow: {},
                disable: {},
                prefer: {},
                require: {},
                verifyCa: {
                    caCertificate: "string",
                    clientKeyPassword: "string",
                },
                verifyFull: {
                    caCertificate: "string",
                    clientCertificate: "string",
                    clientKey: "string",
                    clientKeyPassword: "string",
                },
            },
            tunnelMethod: {
                noTunnel: {},
                passwordAuthentication: {
                    tunnelHost: "string",
                    tunnelUser: "string",
                    tunnelUserPassword: "string",
                    tunnelPort: 0,
                },
                sshKeyAuthentication: {
                    sshKey: "string",
                    tunnelHost: "string",
                    tunnelUser: "string",
                    tunnelPort: 0,
                },
            },
        },
        workspaceId: "string",
        definitionId: "string",
        name: "string",
    });
    
    type: airbyte:DestinationYellowbrick
    properties:
        configuration:
            database: string
            host: string
            jdbcUrlParams: string
            password: string
            port: 0
            schema: string
            ssl: false
            sslMode:
                allow: {}
                disable: {}
                prefer: {}
                require: {}
                verifyCa:
                    caCertificate: string
                    clientKeyPassword: string
                verifyFull:
                    caCertificate: string
                    clientCertificate: string
                    clientKey: string
                    clientKeyPassword: string
            tunnelMethod:
                noTunnel: {}
                passwordAuthentication:
                    tunnelHost: string
                    tunnelPort: 0
                    tunnelUser: string
                    tunnelUserPassword: string
                sshKeyAuthentication:
                    sshKey: string
                    tunnelHost: string
                    tunnelPort: 0
                    tunnelUser: string
            username: string
        definitionId: string
        name: string
        workspaceId: string
    

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

    Configuration DestinationYellowbrickConfiguration
    WorkspaceId 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 DestinationYellowbrickConfigurationArgs
    WorkspaceId 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 DestinationYellowbrickConfiguration
    workspaceId 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 DestinationYellowbrickConfiguration
    workspaceId 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 DestinationYellowbrickConfigurationArgs
    workspace_id 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 Property Map
    workspaceId 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 DestinationYellowbrick 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 DestinationYellowbrick Resource

    Get an existing DestinationYellowbrick 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?: DestinationYellowbrickState, opts?: CustomResourceOptions): DestinationYellowbrick
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            configuration: Optional[DestinationYellowbrickConfigurationArgs] = 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) -> DestinationYellowbrick
    func GetDestinationYellowbrick(ctx *Context, name string, id IDInput, state *DestinationYellowbrickState, opts ...ResourceOption) (*DestinationYellowbrick, error)
    public static DestinationYellowbrick Get(string name, Input<string> id, DestinationYellowbrickState? state, CustomResourceOptions? opts = null)
    public static DestinationYellowbrick get(String name, Output<String> id, DestinationYellowbrickState state, CustomResourceOptions options)
    resources:  _:    type: airbyte:DestinationYellowbrick    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    Configuration DestinationYellowbrickConfiguration
    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 DestinationYellowbrickConfigurationArgs
    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 DestinationYellowbrickConfiguration
    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 DestinationYellowbrickConfiguration
    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 DestinationYellowbrickConfigurationArgs
    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

    DestinationYellowbrickConfiguration, DestinationYellowbrickConfigurationArgs

    Database string
    Name of the database.
    Host string
    Hostname of the database.
    Username string
    Username to use to access the database.
    JdbcUrlParams string
    Additional properties to pass to the JDBC URL string when connecting to the database formatted as 'key=value' pairs separated by the symbol '&'. (example: key1=value1&key2=value2&key3=value3).
    Password string
    Password associated with the username.
    Port double
    Port of the database. Default: 5432
    Schema string
    The default schema tables are written to if the source does not specify a namespace. The usual value for this field is "public". Default: "public"
    Ssl bool
    Encrypt data using SSL. When activating SSL, please select one of the connection modes. Default: false
    SslMode DestinationYellowbrickConfigurationSslMode
    SSL connection modes. \n\ndisable\n\n - Chose this mode to disable encryption of communication between Airbyte and destination database \n\nallow\n\n - Chose this mode to enable encryption only when required by the source database \n\nprefer\n\n - Chose this mode to allow unencrypted connection only if the source database does not support encryption \n\nrequire\n\n - Chose this mode to always require encryption. If the source database server does not support encryption, connection will fail \n\nverify-ca\n\n - Chose this mode to always require encryption and to verify that the source database server has a valid SSL certificate \n\nverify-full\n\n - This is the most secure mode. Chose this mode to always require encryption and to verify the identity of the source database server See more information - \n\n in the docs\n\n.
    TunnelMethod DestinationYellowbrickConfigurationTunnelMethod
    Whether to initiate an SSH tunnel before connecting to the database, and if so, which kind of authentication to use.
    Database string
    Name of the database.
    Host string
    Hostname of the database.
    Username string
    Username to use to access the database.
    JdbcUrlParams string
    Additional properties to pass to the JDBC URL string when connecting to the database formatted as 'key=value' pairs separated by the symbol '&'. (example: key1=value1&key2=value2&key3=value3).
    Password string
    Password associated with the username.
    Port float64
    Port of the database. Default: 5432
    Schema string
    The default schema tables are written to if the source does not specify a namespace. The usual value for this field is "public". Default: "public"
    Ssl bool
    Encrypt data using SSL. When activating SSL, please select one of the connection modes. Default: false
    SslMode DestinationYellowbrickConfigurationSslMode
    SSL connection modes. \n\ndisable\n\n - Chose this mode to disable encryption of communication between Airbyte and destination database \n\nallow\n\n - Chose this mode to enable encryption only when required by the source database \n\nprefer\n\n - Chose this mode to allow unencrypted connection only if the source database does not support encryption \n\nrequire\n\n - Chose this mode to always require encryption. If the source database server does not support encryption, connection will fail \n\nverify-ca\n\n - Chose this mode to always require encryption and to verify that the source database server has a valid SSL certificate \n\nverify-full\n\n - This is the most secure mode. Chose this mode to always require encryption and to verify the identity of the source database server See more information - \n\n in the docs\n\n.
    TunnelMethod DestinationYellowbrickConfigurationTunnelMethod
    Whether to initiate an SSH tunnel before connecting to the database, and if so, which kind of authentication to use.
    database String
    Name of the database.
    host String
    Hostname of the database.
    username String
    Username to use to access the database.
    jdbcUrlParams String
    Additional properties to pass to the JDBC URL string when connecting to the database formatted as 'key=value' pairs separated by the symbol '&'. (example: key1=value1&key2=value2&key3=value3).
    password String
    Password associated with the username.
    port Double
    Port of the database. Default: 5432
    schema String
    The default schema tables are written to if the source does not specify a namespace. The usual value for this field is "public". Default: "public"
    ssl Boolean
    Encrypt data using SSL. When activating SSL, please select one of the connection modes. Default: false
    sslMode DestinationYellowbrickConfigurationSslMode
    SSL connection modes. \n\ndisable\n\n - Chose this mode to disable encryption of communication between Airbyte and destination database \n\nallow\n\n - Chose this mode to enable encryption only when required by the source database \n\nprefer\n\n - Chose this mode to allow unencrypted connection only if the source database does not support encryption \n\nrequire\n\n - Chose this mode to always require encryption. If the source database server does not support encryption, connection will fail \n\nverify-ca\n\n - Chose this mode to always require encryption and to verify that the source database server has a valid SSL certificate \n\nverify-full\n\n - This is the most secure mode. Chose this mode to always require encryption and to verify the identity of the source database server See more information - \n\n in the docs\n\n.
    tunnelMethod DestinationYellowbrickConfigurationTunnelMethod
    Whether to initiate an SSH tunnel before connecting to the database, and if so, which kind of authentication to use.
    database string
    Name of the database.
    host string
    Hostname of the database.
    username string
    Username to use to access the database.
    jdbcUrlParams string
    Additional properties to pass to the JDBC URL string when connecting to the database formatted as 'key=value' pairs separated by the symbol '&'. (example: key1=value1&key2=value2&key3=value3).
    password string
    Password associated with the username.
    port number
    Port of the database. Default: 5432
    schema string
    The default schema tables are written to if the source does not specify a namespace. The usual value for this field is "public". Default: "public"
    ssl boolean
    Encrypt data using SSL. When activating SSL, please select one of the connection modes. Default: false
    sslMode DestinationYellowbrickConfigurationSslMode
    SSL connection modes. \n\ndisable\n\n - Chose this mode to disable encryption of communication between Airbyte and destination database \n\nallow\n\n - Chose this mode to enable encryption only when required by the source database \n\nprefer\n\n - Chose this mode to allow unencrypted connection only if the source database does not support encryption \n\nrequire\n\n - Chose this mode to always require encryption. If the source database server does not support encryption, connection will fail \n\nverify-ca\n\n - Chose this mode to always require encryption and to verify that the source database server has a valid SSL certificate \n\nverify-full\n\n - This is the most secure mode. Chose this mode to always require encryption and to verify the identity of the source database server See more information - \n\n in the docs\n\n.
    tunnelMethod DestinationYellowbrickConfigurationTunnelMethod
    Whether to initiate an SSH tunnel before connecting to the database, and if so, which kind of authentication to use.
    database str
    Name of the database.
    host str
    Hostname of the database.
    username str
    Username to use to access the database.
    jdbc_url_params str
    Additional properties to pass to the JDBC URL string when connecting to the database formatted as 'key=value' pairs separated by the symbol '&'. (example: key1=value1&key2=value2&key3=value3).
    password str
    Password associated with the username.
    port float
    Port of the database. Default: 5432
    schema str
    The default schema tables are written to if the source does not specify a namespace. The usual value for this field is "public". Default: "public"
    ssl bool
    Encrypt data using SSL. When activating SSL, please select one of the connection modes. Default: false
    ssl_mode DestinationYellowbrickConfigurationSslMode
    SSL connection modes. \n\ndisable\n\n - Chose this mode to disable encryption of communication between Airbyte and destination database \n\nallow\n\n - Chose this mode to enable encryption only when required by the source database \n\nprefer\n\n - Chose this mode to allow unencrypted connection only if the source database does not support encryption \n\nrequire\n\n - Chose this mode to always require encryption. If the source database server does not support encryption, connection will fail \n\nverify-ca\n\n - Chose this mode to always require encryption and to verify that the source database server has a valid SSL certificate \n\nverify-full\n\n - This is the most secure mode. Chose this mode to always require encryption and to verify the identity of the source database server See more information - \n\n in the docs\n\n.
    tunnel_method DestinationYellowbrickConfigurationTunnelMethod
    Whether to initiate an SSH tunnel before connecting to the database, and if so, which kind of authentication to use.
    database String
    Name of the database.
    host String
    Hostname of the database.
    username String
    Username to use to access the database.
    jdbcUrlParams String
    Additional properties to pass to the JDBC URL string when connecting to the database formatted as 'key=value' pairs separated by the symbol '&'. (example: key1=value1&key2=value2&key3=value3).
    password String
    Password associated with the username.
    port Number
    Port of the database. Default: 5432
    schema String
    The default schema tables are written to if the source does not specify a namespace. The usual value for this field is "public". Default: "public"
    ssl Boolean
    Encrypt data using SSL. When activating SSL, please select one of the connection modes. Default: false
    sslMode Property Map
    SSL connection modes. \n\ndisable\n\n - Chose this mode to disable encryption of communication between Airbyte and destination database \n\nallow\n\n - Chose this mode to enable encryption only when required by the source database \n\nprefer\n\n - Chose this mode to allow unencrypted connection only if the source database does not support encryption \n\nrequire\n\n - Chose this mode to always require encryption. If the source database server does not support encryption, connection will fail \n\nverify-ca\n\n - Chose this mode to always require encryption and to verify that the source database server has a valid SSL certificate \n\nverify-full\n\n - This is the most secure mode. Chose this mode to always require encryption and to verify the identity of the source database server See more information - \n\n in the docs\n\n.
    tunnelMethod Property Map
    Whether to initiate an SSH tunnel before connecting to the database, and if so, which kind of authentication to use.

    DestinationYellowbrickConfigurationSslMode, DestinationYellowbrickConfigurationSslModeArgs

    allow Property Map
    Allow SSL mode.
    disable Property Map
    Disable SSL.
    prefer Property Map
    Prefer SSL mode.
    require Property Map
    Require SSL mode.
    verifyCa Property Map
    Verify-ca SSL mode.
    verifyFull Property Map
    Verify-full SSL mode.

    DestinationYellowbrickConfigurationSslModeVerifyCa, DestinationYellowbrickConfigurationSslModeVerifyCaArgs

    CaCertificate string
    CA certificate
    ClientKeyPassword string
    Password for keystorage. This field is optional. If you do not add it - the password will be generated automatically.
    CaCertificate string
    CA certificate
    ClientKeyPassword string
    Password for keystorage. This field is optional. If you do not add it - the password will be generated automatically.
    caCertificate String
    CA certificate
    clientKeyPassword String
    Password for keystorage. This field is optional. If you do not add it - the password will be generated automatically.
    caCertificate string
    CA certificate
    clientKeyPassword string
    Password for keystorage. This field is optional. If you do not add it - the password will be generated automatically.
    ca_certificate str
    CA certificate
    client_key_password str
    Password for keystorage. This field is optional. If you do not add it - the password will be generated automatically.
    caCertificate String
    CA certificate
    clientKeyPassword String
    Password for keystorage. This field is optional. If you do not add it - the password will be generated automatically.

    DestinationYellowbrickConfigurationSslModeVerifyFull, DestinationYellowbrickConfigurationSslModeVerifyFullArgs

    CaCertificate string
    CA certificate
    ClientCertificate string
    Client certificate
    ClientKey string
    Client key
    ClientKeyPassword string
    Password for keystorage. This field is optional. If you do not add it - the password will be generated automatically.
    CaCertificate string
    CA certificate
    ClientCertificate string
    Client certificate
    ClientKey string
    Client key
    ClientKeyPassword string
    Password for keystorage. This field is optional. If you do not add it - the password will be generated automatically.
    caCertificate String
    CA certificate
    clientCertificate String
    Client certificate
    clientKey String
    Client key
    clientKeyPassword String
    Password for keystorage. This field is optional. If you do not add it - the password will be generated automatically.
    caCertificate string
    CA certificate
    clientCertificate string
    Client certificate
    clientKey string
    Client key
    clientKeyPassword string
    Password for keystorage. This field is optional. If you do not add it - the password will be generated automatically.
    ca_certificate str
    CA certificate
    client_certificate str
    Client certificate
    client_key str
    Client key
    client_key_password str
    Password for keystorage. This field is optional. If you do not add it - the password will be generated automatically.
    caCertificate String
    CA certificate
    clientCertificate String
    Client certificate
    clientKey String
    Client key
    clientKeyPassword String
    Password for keystorage. This field is optional. If you do not add it - the password will be generated automatically.

    DestinationYellowbrickConfigurationTunnelMethod, DestinationYellowbrickConfigurationTunnelMethodArgs

    DestinationYellowbrickConfigurationTunnelMethodPasswordAuthentication, DestinationYellowbrickConfigurationTunnelMethodPasswordAuthenticationArgs

    TunnelHost string
    Hostname of the jump server host that allows inbound ssh tunnel.
    TunnelUser string
    OS-level username for logging into the jump server host
    TunnelUserPassword 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 string
    Hostname of the jump server host that allows inbound ssh tunnel.
    TunnelUser string
    OS-level username for logging into the jump server host
    TunnelUserPassword 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 String
    Hostname of the jump server host that allows inbound ssh tunnel.
    tunnelUser String
    OS-level username for logging into the jump server host
    tunnelUserPassword 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 string
    Hostname of the jump server host that allows inbound ssh tunnel.
    tunnelUser string
    OS-level username for logging into the jump server host
    tunnelUserPassword 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 str
    Hostname of the jump server host that allows inbound ssh tunnel.
    tunnel_user str
    OS-level username for logging into the jump server host
    tunnel_user_password 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 String
    Hostname of the jump server host that allows inbound ssh tunnel.
    tunnelUser String
    OS-level username for logging into the jump server host
    tunnelUserPassword 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

    DestinationYellowbrickConfigurationTunnelMethodSshKeyAuthentication, DestinationYellowbrickConfigurationTunnelMethodSshKeyAuthenticationArgs

    SshKey string
    OS-level user account ssh key credentials in RSA PEM format ( created with ssh-keygen -t rsa -m PEM -f myuser_rsa )
    TunnelHost string
    Hostname of the jump server host that allows inbound ssh tunnel.
    TunnelUser 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 string
    OS-level user account ssh key credentials in RSA PEM format ( created with ssh-keygen -t rsa -m PEM -f myuser_rsa )
    TunnelHost string
    Hostname of the jump server host that allows inbound ssh tunnel.
    TunnelUser 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 String
    OS-level user account ssh key credentials in RSA PEM format ( created with ssh-keygen -t rsa -m PEM -f myuser_rsa )
    tunnelHost String
    Hostname of the jump server host that allows inbound ssh tunnel.
    tunnelUser 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 string
    OS-level user account ssh key credentials in RSA PEM format ( created with ssh-keygen -t rsa -m PEM -f myuser_rsa )
    tunnelHost string
    Hostname of the jump server host that allows inbound ssh tunnel.
    tunnelUser 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 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 str
    Hostname of the jump server host that allows inbound ssh tunnel.
    tunnel_user 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 String
    OS-level user account ssh key credentials in RSA PEM format ( created with ssh-keygen -t rsa -m PEM -f myuser_rsa )
    tunnelHost String
    Hostname of the jump server host that allows inbound ssh tunnel.
    tunnelUser 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/destinationYellowbrick:DestinationYellowbrick my_airbyte_destination_yellowbrick ""
    

    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.
    airbyte logo
    airbyte 0.7.0-beta2 published on Friday, Mar 7, 2025 by airbytehq