1. Packages
  2. Airbyte Provider
  3. API Docs
  4. DestinationFirebolt
airbyte 0.8.0-beta2 published on Thursday, Mar 27, 2025 by airbytehq

airbyte.DestinationFirebolt

Explore with Pulumi AI

airbyte logo
airbyte 0.8.0-beta2 published on Thursday, Mar 27, 2025 by airbytehq

    DestinationFirebolt 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.DestinationFirebolt;
    import com.pulumi.airbyte.DestinationFireboltArgs;
    import com.pulumi.airbyte.inputs.DestinationFireboltConfigurationArgs;
    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 myDestinationFirebolt = new DestinationFirebolt("myDestinationFirebolt", DestinationFireboltArgs.builder()
                .configuration(DestinationFireboltConfigurationArgs.builder()
                    .account("...my_account...")
                    .client_id("bbl9qth066hmxkwyb0hy2iwk8ktez9dz")
                    .client_secret("...my_client_secret...")
                    .database("...my_database...")
                    .engine("...my_engine...")
                    .host("api.app.firebolt.io")
                    .loading_method(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
                    .build())
                .definitionId("cb044c1f-5609-4f2c-a0f3-7f7fd2ae8ba8")
                .workspaceId("3a7065bd-8875-464a-a7d2-4af683bf7d5f")
                .build());
    
        }
    }
    
    resources:
      myDestinationFirebolt:
        type: airbyte:DestinationFirebolt
        properties:
          configuration:
            account: '...my_account...'
            client_id: bbl9qth066hmxkwyb0hy2iwk8ktez9dz
            client_secret: '...my_client_secret...'
            database: '...my_database...'
            engine: '...my_engine...'
            host: api.app.firebolt.io
            loading_method:
              externalTableViaS3:
                awsKeyId: '...my_aws_key_id...'
                awsKeySecret: '...my_aws_key_secret...'
                s3Bucket: '...my_s3_bucket...'
                s3Region: us-east-1
          definitionId: cb044c1f-5609-4f2c-a0f3-7f7fd2ae8ba8
          workspaceId: 3a7065bd-8875-464a-a7d2-4af683bf7d5f
    

    Create DestinationFirebolt Resource

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

    Constructor syntax

    new DestinationFirebolt(name: string, args: DestinationFireboltArgs, opts?: CustomResourceOptions);
    @overload
    def DestinationFirebolt(resource_name: str,
                            args: DestinationFireboltArgs,
                            opts: Optional[ResourceOptions] = None)
    
    @overload
    def DestinationFirebolt(resource_name: str,
                            opts: Optional[ResourceOptions] = None,
                            configuration: Optional[DestinationFireboltConfigurationArgs] = None,
                            workspace_id: Optional[str] = None,
                            definition_id: Optional[str] = None,
                            name: Optional[str] = None)
    func NewDestinationFirebolt(ctx *Context, name string, args DestinationFireboltArgs, opts ...ResourceOption) (*DestinationFirebolt, error)
    public DestinationFirebolt(string name, DestinationFireboltArgs args, CustomResourceOptions? opts = null)
    public DestinationFirebolt(String name, DestinationFireboltArgs args)
    public DestinationFirebolt(String name, DestinationFireboltArgs args, CustomResourceOptions options)
    
    type: airbyte:DestinationFirebolt
    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 DestinationFireboltArgs
    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 DestinationFireboltArgs
    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 DestinationFireboltArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args DestinationFireboltArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args DestinationFireboltArgs
    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 destinationFireboltResource = new Airbyte.DestinationFirebolt("destinationFireboltResource", new()
    {
        Configuration = new Airbyte.Inputs.DestinationFireboltConfigurationArgs
        {
            Account = "string",
            ClientId = "string",
            ClientSecret = "string",
            Database = "string",
            Engine = "string",
            Host = "string",
            LoadingMethod = new Airbyte.Inputs.DestinationFireboltConfigurationLoadingMethodArgs
            {
                ExternalTableViaS3 = new Airbyte.Inputs.DestinationFireboltConfigurationLoadingMethodExternalTableViaS3Args
                {
                    AwsKeyId = "string",
                    AwsKeySecret = "string",
                    S3Bucket = "string",
                    S3Region = "string",
                },
                SqlInserts = null,
            },
        },
        WorkspaceId = "string",
        DefinitionId = "string",
        Name = "string",
    });
    
    example, err := airbyte.NewDestinationFirebolt(ctx, "destinationFireboltResource", &airbyte.DestinationFireboltArgs{
    Configuration: &.DestinationFireboltConfigurationArgs{
    Account: pulumi.String("string"),
    ClientId: pulumi.String("string"),
    ClientSecret: pulumi.String("string"),
    Database: pulumi.String("string"),
    Engine: pulumi.String("string"),
    Host: pulumi.String("string"),
    LoadingMethod: &.DestinationFireboltConfigurationLoadingMethodArgs{
    ExternalTableViaS3: &.DestinationFireboltConfigurationLoadingMethodExternalTableViaS3Args{
    AwsKeyId: pulumi.String("string"),
    AwsKeySecret: pulumi.String("string"),
    S3Bucket: pulumi.String("string"),
    S3Region: pulumi.String("string"),
    },
    SqlInserts: &.DestinationFireboltConfigurationLoadingMethodSqlInsertsArgs{
    },
    },
    },
    WorkspaceId: pulumi.String("string"),
    DefinitionId: pulumi.String("string"),
    Name: pulumi.String("string"),
    })
    
    var destinationFireboltResource = new DestinationFirebolt("destinationFireboltResource", DestinationFireboltArgs.builder()
        .configuration(DestinationFireboltConfigurationArgs.builder()
            .account("string")
            .clientId("string")
            .clientSecret("string")
            .database("string")
            .engine("string")
            .host("string")
            .loadingMethod(DestinationFireboltConfigurationLoadingMethodArgs.builder()
                .externalTableViaS3(DestinationFireboltConfigurationLoadingMethodExternalTableViaS3Args.builder()
                    .awsKeyId("string")
                    .awsKeySecret("string")
                    .s3Bucket("string")
                    .s3Region("string")
                    .build())
                .sqlInserts()
                .build())
            .build())
        .workspaceId("string")
        .definitionId("string")
        .name("string")
        .build());
    
    destination_firebolt_resource = airbyte.DestinationFirebolt("destinationFireboltResource",
        configuration={
            "account": "string",
            "client_id": "string",
            "client_secret": "string",
            "database": "string",
            "engine": "string",
            "host": "string",
            "loading_method": {
                "external_table_via_s3": {
                    "aws_key_id": "string",
                    "aws_key_secret": "string",
                    "s3_bucket": "string",
                    "s3_region": "string",
                },
                "sql_inserts": {},
            },
        },
        workspace_id="string",
        definition_id="string",
        name="string")
    
    const destinationFireboltResource = new airbyte.DestinationFirebolt("destinationFireboltResource", {
        configuration: {
            account: "string",
            clientId: "string",
            clientSecret: "string",
            database: "string",
            engine: "string",
            host: "string",
            loadingMethod: {
                externalTableViaS3: {
                    awsKeyId: "string",
                    awsKeySecret: "string",
                    s3Bucket: "string",
                    s3Region: "string",
                },
                sqlInserts: {},
            },
        },
        workspaceId: "string",
        definitionId: "string",
        name: "string",
    });
    
    type: airbyte:DestinationFirebolt
    properties:
        configuration:
            account: string
            clientId: string
            clientSecret: string
            database: string
            engine: string
            host: string
            loadingMethod:
                externalTableViaS3:
                    awsKeyId: string
                    awsKeySecret: string
                    s3Bucket: string
                    s3Region: string
                sqlInserts: {}
        definitionId: string
        name: string
        workspaceId: string
    

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

    Configuration DestinationFireboltConfiguration
    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 DestinationFireboltConfigurationArgs
    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 DestinationFireboltConfiguration
    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 DestinationFireboltConfiguration
    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 DestinationFireboltConfigurationArgs
    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 DestinationFirebolt resource produces the following output properties:

    CreatedAt double
    DestinationId string
    DestinationType string
    Id string
    The provider-assigned unique ID for this managed resource.
    ResourceAllocation DestinationFireboltResourceAllocation
    actor or actor definition specific resource requirements. if default is set, these are the requirements that should be set for ALL jobs run for this actor definition. it is overriden by the job type specific configurations. if not set, the platform will use defaults. these values will be overriden by configuration at the connection level.
    CreatedAt float64
    DestinationId string
    DestinationType string
    Id string
    The provider-assigned unique ID for this managed resource.
    ResourceAllocation DestinationFireboltResourceAllocation
    actor or actor definition specific resource requirements. if default is set, these are the requirements that should be set for ALL jobs run for this actor definition. it is overriden by the job type specific configurations. if not set, the platform will use defaults. these values will be overriden by configuration at the connection level.
    createdAt Double
    destinationId String
    destinationType String
    id String
    The provider-assigned unique ID for this managed resource.
    resourceAllocation DestinationFireboltResourceAllocation
    actor or actor definition specific resource requirements. if default is set, these are the requirements that should be set for ALL jobs run for this actor definition. it is overriden by the job type specific configurations. if not set, the platform will use defaults. these values will be overriden by configuration at the connection level.
    createdAt number
    destinationId string
    destinationType string
    id string
    The provider-assigned unique ID for this managed resource.
    resourceAllocation DestinationFireboltResourceAllocation
    actor or actor definition specific resource requirements. if default is set, these are the requirements that should be set for ALL jobs run for this actor definition. it is overriden by the job type specific configurations. if not set, the platform will use defaults. these values will be overriden by configuration at the connection level.
    created_at float
    destination_id str
    destination_type str
    id str
    The provider-assigned unique ID for this managed resource.
    resource_allocation DestinationFireboltResourceAllocation
    actor or actor definition specific resource requirements. if default is set, these are the requirements that should be set for ALL jobs run for this actor definition. it is overriden by the job type specific configurations. if not set, the platform will use defaults. these values will be overriden by configuration at the connection level.
    createdAt Number
    destinationId String
    destinationType String
    id String
    The provider-assigned unique ID for this managed resource.
    resourceAllocation Property Map
    actor or actor definition specific resource requirements. if default is set, these are the requirements that should be set for ALL jobs run for this actor definition. it is overriden by the job type specific configurations. if not set, the platform will use defaults. these values will be overriden by configuration at the connection level.

    Look up Existing DestinationFirebolt Resource

    Get an existing DestinationFirebolt 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?: DestinationFireboltState, opts?: CustomResourceOptions): DestinationFirebolt
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            configuration: Optional[DestinationFireboltConfigurationArgs] = 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,
            resource_allocation: Optional[DestinationFireboltResourceAllocationArgs] = None,
            workspace_id: Optional[str] = None) -> DestinationFirebolt
    func GetDestinationFirebolt(ctx *Context, name string, id IDInput, state *DestinationFireboltState, opts ...ResourceOption) (*DestinationFirebolt, error)
    public static DestinationFirebolt Get(string name, Input<string> id, DestinationFireboltState? state, CustomResourceOptions? opts = null)
    public static DestinationFirebolt get(String name, Output<String> id, DestinationFireboltState state, CustomResourceOptions options)
    resources:  _:    type: airbyte:DestinationFirebolt    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 DestinationFireboltConfiguration
    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.
    ResourceAllocation DestinationFireboltResourceAllocation
    actor or actor definition specific resource requirements. if default is set, these are the requirements that should be set for ALL jobs run for this actor definition. it is overriden by the job type specific configurations. if not set, the platform will use defaults. these values will be overriden by configuration at the connection level.
    WorkspaceId string
    Configuration DestinationFireboltConfigurationArgs
    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.
    ResourceAllocation DestinationFireboltResourceAllocationArgs
    actor or actor definition specific resource requirements. if default is set, these are the requirements that should be set for ALL jobs run for this actor definition. it is overriden by the job type specific configurations. if not set, the platform will use defaults. these values will be overriden by configuration at the connection level.
    WorkspaceId string
    configuration DestinationFireboltConfiguration
    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.
    resourceAllocation DestinationFireboltResourceAllocation
    actor or actor definition specific resource requirements. if default is set, these are the requirements that should be set for ALL jobs run for this actor definition. it is overriden by the job type specific configurations. if not set, the platform will use defaults. these values will be overriden by configuration at the connection level.
    workspaceId String
    configuration DestinationFireboltConfiguration
    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.
    resourceAllocation DestinationFireboltResourceAllocation
    actor or actor definition specific resource requirements. if default is set, these are the requirements that should be set for ALL jobs run for this actor definition. it is overriden by the job type specific configurations. if not set, the platform will use defaults. these values will be overriden by configuration at the connection level.
    workspaceId string
    configuration DestinationFireboltConfigurationArgs
    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.
    resource_allocation DestinationFireboltResourceAllocationArgs
    actor or actor definition specific resource requirements. if default is set, these are the requirements that should be set for ALL jobs run for this actor definition. it is overriden by the job type specific configurations. if not set, the platform will use defaults. these values will be overriden by configuration at the connection level.
    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.
    resourceAllocation Property Map
    actor or actor definition specific resource requirements. if default is set, these are the requirements that should be set for ALL jobs run for this actor definition. it is overriden by the job type specific configurations. if not set, the platform will use defaults. these values will be overriden by configuration at the connection level.
    workspaceId String

    Supporting Types

    DestinationFireboltConfiguration, DestinationFireboltConfigurationArgs

    Account string
    Firebolt account to login.
    ClientId string
    Firebolt service account ID.
    ClientSecret string
    Firebolt secret, corresponding to the service account ID.
    Database string
    The database to connect to.
    Engine string
    Engine name to connect to.
    Host string
    The host name of your Firebolt database.
    LoadingMethod DestinationFireboltConfigurationLoadingMethod
    Loading method used to select the way data will be uploaded to Firebolt
    Account string
    Firebolt account to login.
    ClientId string
    Firebolt service account ID.
    ClientSecret string
    Firebolt secret, corresponding to the service account ID.
    Database string
    The database to connect to.
    Engine string
    Engine name to connect to.
    Host string
    The host name of your Firebolt database.
    LoadingMethod DestinationFireboltConfigurationLoadingMethod
    Loading method used to select the way data will be uploaded to Firebolt
    account String
    Firebolt account to login.
    clientId String
    Firebolt service account ID.
    clientSecret String
    Firebolt secret, corresponding to the service account ID.
    database String
    The database to connect to.
    engine String
    Engine name to connect to.
    host String
    The host name of your Firebolt database.
    loadingMethod DestinationFireboltConfigurationLoadingMethod
    Loading method used to select the way data will be uploaded to Firebolt
    account string
    Firebolt account to login.
    clientId string
    Firebolt service account ID.
    clientSecret string
    Firebolt secret, corresponding to the service account ID.
    database string
    The database to connect to.
    engine string
    Engine name to connect to.
    host string
    The host name of your Firebolt database.
    loadingMethod DestinationFireboltConfigurationLoadingMethod
    Loading method used to select the way data will be uploaded to Firebolt
    account str
    Firebolt account to login.
    client_id str
    Firebolt service account ID.
    client_secret str
    Firebolt secret, corresponding to the service account ID.
    database str
    The database to connect to.
    engine str
    Engine name to connect to.
    host str
    The host name of your Firebolt database.
    loading_method DestinationFireboltConfigurationLoadingMethod
    Loading method used to select the way data will be uploaded to Firebolt
    account String
    Firebolt account to login.
    clientId String
    Firebolt service account ID.
    clientSecret String
    Firebolt secret, corresponding to the service account ID.
    database String
    The database to connect to.
    engine String
    Engine name to connect to.
    host String
    The host name of your Firebolt database.
    loadingMethod Property Map
    Loading method used to select the way data will be uploaded to Firebolt

    DestinationFireboltConfigurationLoadingMethod, DestinationFireboltConfigurationLoadingMethodArgs

    DestinationFireboltConfigurationLoadingMethodExternalTableViaS3, DestinationFireboltConfigurationLoadingMethodExternalTableViaS3Args

    AwsKeyId string
    AWS access key granting read and write access to S3.
    AwsKeySecret string
    Corresponding secret part of the AWS Key
    S3Bucket string
    The name of the S3 bucket.
    S3Region string
    Region name of the S3 bucket.
    AwsKeyId string
    AWS access key granting read and write access to S3.
    AwsKeySecret string
    Corresponding secret part of the AWS Key
    S3Bucket string
    The name of the S3 bucket.
    S3Region string
    Region name of the S3 bucket.
    awsKeyId String
    AWS access key granting read and write access to S3.
    awsKeySecret String
    Corresponding secret part of the AWS Key
    s3Bucket String
    The name of the S3 bucket.
    s3Region String
    Region name of the S3 bucket.
    awsKeyId string
    AWS access key granting read and write access to S3.
    awsKeySecret string
    Corresponding secret part of the AWS Key
    s3Bucket string
    The name of the S3 bucket.
    s3Region string
    Region name of the S3 bucket.
    aws_key_id str
    AWS access key granting read and write access to S3.
    aws_key_secret str
    Corresponding secret part of the AWS Key
    s3_bucket str
    The name of the S3 bucket.
    s3_region str
    Region name of the S3 bucket.
    awsKeyId String
    AWS access key granting read and write access to S3.
    awsKeySecret String
    Corresponding secret part of the AWS Key
    s3Bucket String
    The name of the S3 bucket.
    s3Region String
    Region name of the S3 bucket.

    DestinationFireboltResourceAllocation, DestinationFireboltResourceAllocationArgs

    Default DestinationFireboltResourceAllocationDefault
    optional resource requirements to run workers (blank for unbounded allocations)
    JobSpecifics List<DestinationFireboltResourceAllocationJobSpecific>
    Default DestinationFireboltResourceAllocationDefault
    optional resource requirements to run workers (blank for unbounded allocations)
    JobSpecifics []DestinationFireboltResourceAllocationJobSpecific
    default_ DestinationFireboltResourceAllocationDefault
    optional resource requirements to run workers (blank for unbounded allocations)
    jobSpecifics List<DestinationFireboltResourceAllocationJobSpecific>
    default DestinationFireboltResourceAllocationDefault
    optional resource requirements to run workers (blank for unbounded allocations)
    jobSpecifics DestinationFireboltResourceAllocationJobSpecific[]
    default Property Map
    optional resource requirements to run workers (blank for unbounded allocations)
    jobSpecifics List<Property Map>

    DestinationFireboltResourceAllocationDefault, DestinationFireboltResourceAllocationDefaultArgs

    DestinationFireboltResourceAllocationJobSpecific, DestinationFireboltResourceAllocationJobSpecificArgs

    JobType string
    enum that describes the different types of jobs that the platform runs. must be one of ["getspec", "checkconnection", "discoverschema", "sync", "resetconnection", "connection_updater", "replicate"]
    ResourceRequirements DestinationFireboltResourceAllocationJobSpecificResourceRequirements
    optional resource requirements to run workers (blank for unbounded allocations)
    JobType string
    enum that describes the different types of jobs that the platform runs. must be one of ["getspec", "checkconnection", "discoverschema", "sync", "resetconnection", "connection_updater", "replicate"]
    ResourceRequirements DestinationFireboltResourceAllocationJobSpecificResourceRequirements
    optional resource requirements to run workers (blank for unbounded allocations)
    jobType String
    enum that describes the different types of jobs that the platform runs. must be one of ["getspec", "checkconnection", "discoverschema", "sync", "resetconnection", "connection_updater", "replicate"]
    resourceRequirements DestinationFireboltResourceAllocationJobSpecificResourceRequirements
    optional resource requirements to run workers (blank for unbounded allocations)
    jobType string
    enum that describes the different types of jobs that the platform runs. must be one of ["getspec", "checkconnection", "discoverschema", "sync", "resetconnection", "connection_updater", "replicate"]
    resourceRequirements DestinationFireboltResourceAllocationJobSpecificResourceRequirements
    optional resource requirements to run workers (blank for unbounded allocations)
    job_type str
    enum that describes the different types of jobs that the platform runs. must be one of ["getspec", "checkconnection", "discoverschema", "sync", "resetconnection", "connection_updater", "replicate"]
    resource_requirements DestinationFireboltResourceAllocationJobSpecificResourceRequirements
    optional resource requirements to run workers (blank for unbounded allocations)
    jobType String
    enum that describes the different types of jobs that the platform runs. must be one of ["getspec", "checkconnection", "discoverschema", "sync", "resetconnection", "connection_updater", "replicate"]
    resourceRequirements Property Map
    optional resource requirements to run workers (blank for unbounded allocations)

    DestinationFireboltResourceAllocationJobSpecificResourceRequirements, DestinationFireboltResourceAllocationJobSpecificResourceRequirementsArgs

    Import

    $ pulumi import airbyte:index/destinationFirebolt:DestinationFirebolt my_airbyte_destination_firebolt ""
    

    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.8.0-beta2 published on Thursday, Mar 27, 2025 by airbytehq