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

airbyte.DestinationS3DataLake

Explore with Pulumi AI

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

    DestinationS3DataLake 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.DestinationS3DataLake;
    import com.pulumi.airbyte.DestinationS3DataLakeArgs;
    import com.pulumi.airbyte.inputs.DestinationS3DataLakeConfigurationArgs;
    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 myDestinationS3datalake = new DestinationS3DataLake("myDestinationS3datalake", DestinationS3DataLakeArgs.builder()
                .configuration(DestinationS3DataLakeConfigurationArgs.builder()
                    .access_key_id("...my_access_key_id...")
                    .catalog_type(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
                    .main_branch_name("...my_main_branch_name...")
                    .s3_bucket_name("...my_s3_bucket_name...")
                    .s3_bucket_region("us-east-1")
                    .s3_endpoint("...my_s3_endpoint...")
                    .secret_access_key("...my_secret_access_key...")
                    .warehouse_location("s3://your-bucket/path/to/store/files/in")
                    .build())
                .definitionId("9e400343-02b2-4662-a6e6-e0fa14a75ce6")
                .workspaceId("a727b820-bb79-42a8-8bb5-a8f3c4e0696b")
                .build());
    
        }
    }
    
    resources:
      myDestinationS3datalake:
        type: airbyte:DestinationS3DataLake
        properties:
          configuration:
            access_key_id: '...my_access_key_id...'
            catalog_type:
              nessieCatalog:
                accessToken: a012345678910ABCDEFGH/AbCdEfGhEXAMPLEKEY
                additionalProperties: '{ "see": "documentation" }'
                catalogType: NESSIE
                namespace: '...my_namespace...'
                serverUri: '...my_server_uri...'
            main_branch_name: '...my_main_branch_name...'
            s3_bucket_name: '...my_s3_bucket_name...'
            s3_bucket_region: us-east-1
            s3_endpoint: '...my_s3_endpoint...'
            secret_access_key: '...my_secret_access_key...'
            warehouse_location: s3://your-bucket/path/to/store/files/in
          definitionId: 9e400343-02b2-4662-a6e6-e0fa14a75ce6
          workspaceId: a727b820-bb79-42a8-8bb5-a8f3c4e0696b
    

    Create DestinationS3DataLake Resource

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

    Constructor syntax

    new DestinationS3DataLake(name: string, args: DestinationS3DataLakeArgs, opts?: CustomResourceOptions);
    @overload
    def DestinationS3DataLake(resource_name: str,
                              args: DestinationS3DataLakeArgs,
                              opts: Optional[ResourceOptions] = None)
    
    @overload
    def DestinationS3DataLake(resource_name: str,
                              opts: Optional[ResourceOptions] = None,
                              configuration: Optional[DestinationS3DataLakeConfigurationArgs] = None,
                              workspace_id: Optional[str] = None,
                              definition_id: Optional[str] = None,
                              name: Optional[str] = None)
    func NewDestinationS3DataLake(ctx *Context, name string, args DestinationS3DataLakeArgs, opts ...ResourceOption) (*DestinationS3DataLake, error)
    public DestinationS3DataLake(string name, DestinationS3DataLakeArgs args, CustomResourceOptions? opts = null)
    public DestinationS3DataLake(String name, DestinationS3DataLakeArgs args)
    public DestinationS3DataLake(String name, DestinationS3DataLakeArgs args, CustomResourceOptions options)
    
    type: airbyte:DestinationS3DataLake
    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 DestinationS3DataLakeArgs
    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 DestinationS3DataLakeArgs
    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 DestinationS3DataLakeArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args DestinationS3DataLakeArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args DestinationS3DataLakeArgs
    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 destinationS3DataLakeResource = new Airbyte.DestinationS3DataLake("destinationS3DataLakeResource", new()
    {
        Configuration = new Airbyte.Inputs.DestinationS3DataLakeConfigurationArgs
        {
            CatalogType = new Airbyte.Inputs.DestinationS3DataLakeConfigurationCatalogTypeArgs
            {
                GlueCatalog = new Airbyte.Inputs.DestinationS3DataLakeConfigurationCatalogTypeGlueCatalogArgs
                {
                    DatabaseName = "string",
                    GlueId = "string",
                    AdditionalProperties = "string",
                    CatalogType = "string",
                    RoleArn = "string",
                },
                NessieCatalog = new Airbyte.Inputs.DestinationS3DataLakeConfigurationCatalogTypeNessieCatalogArgs
                {
                    Namespace = "string",
                    ServerUri = "string",
                    AccessToken = "string",
                    AdditionalProperties = "string",
                    CatalogType = "string",
                },
                RestCatalog = new Airbyte.Inputs.DestinationS3DataLakeConfigurationCatalogTypeRestCatalogArgs
                {
                    Namespace = "string",
                    ServerUri = "string",
                    AdditionalProperties = "string",
                    CatalogType = "string",
                },
            },
            S3BucketName = "string",
            S3BucketRegion = "string",
            WarehouseLocation = "string",
            AccessKeyId = "string",
            MainBranchName = "string",
            S3Endpoint = "string",
            SecretAccessKey = "string",
        },
        WorkspaceId = "string",
        DefinitionId = "string",
        Name = "string",
    });
    
    example, err := airbyte.NewDestinationS3DataLake(ctx, "destinationS3DataLakeResource", &airbyte.DestinationS3DataLakeArgs{
    Configuration: &.DestinationS3DataLakeConfigurationArgs{
    CatalogType: &.DestinationS3DataLakeConfigurationCatalogTypeArgs{
    GlueCatalog: &.DestinationS3DataLakeConfigurationCatalogTypeGlueCatalogArgs{
    DatabaseName: pulumi.String("string"),
    GlueId: pulumi.String("string"),
    AdditionalProperties: pulumi.String("string"),
    CatalogType: pulumi.String("string"),
    RoleArn: pulumi.String("string"),
    },
    NessieCatalog: &.DestinationS3DataLakeConfigurationCatalogTypeNessieCatalogArgs{
    Namespace: pulumi.String("string"),
    ServerUri: pulumi.String("string"),
    AccessToken: pulumi.String("string"),
    AdditionalProperties: pulumi.String("string"),
    CatalogType: pulumi.String("string"),
    },
    RestCatalog: &.DestinationS3DataLakeConfigurationCatalogTypeRestCatalogArgs{
    Namespace: pulumi.String("string"),
    ServerUri: pulumi.String("string"),
    AdditionalProperties: pulumi.String("string"),
    CatalogType: pulumi.String("string"),
    },
    },
    S3BucketName: pulumi.String("string"),
    S3BucketRegion: pulumi.String("string"),
    WarehouseLocation: pulumi.String("string"),
    AccessKeyId: pulumi.String("string"),
    MainBranchName: pulumi.String("string"),
    S3Endpoint: pulumi.String("string"),
    SecretAccessKey: pulumi.String("string"),
    },
    WorkspaceId: pulumi.String("string"),
    DefinitionId: pulumi.String("string"),
    Name: pulumi.String("string"),
    })
    
    var destinationS3DataLakeResource = new DestinationS3DataLake("destinationS3DataLakeResource", DestinationS3DataLakeArgs.builder()
        .configuration(DestinationS3DataLakeConfigurationArgs.builder()
            .catalogType(DestinationS3DataLakeConfigurationCatalogTypeArgs.builder()
                .glueCatalog(DestinationS3DataLakeConfigurationCatalogTypeGlueCatalogArgs.builder()
                    .databaseName("string")
                    .glueId("string")
                    .additionalProperties("string")
                    .catalogType("string")
                    .roleArn("string")
                    .build())
                .nessieCatalog(DestinationS3DataLakeConfigurationCatalogTypeNessieCatalogArgs.builder()
                    .namespace("string")
                    .serverUri("string")
                    .accessToken("string")
                    .additionalProperties("string")
                    .catalogType("string")
                    .build())
                .restCatalog(DestinationS3DataLakeConfigurationCatalogTypeRestCatalogArgs.builder()
                    .namespace("string")
                    .serverUri("string")
                    .additionalProperties("string")
                    .catalogType("string")
                    .build())
                .build())
            .s3BucketName("string")
            .s3BucketRegion("string")
            .warehouseLocation("string")
            .accessKeyId("string")
            .mainBranchName("string")
            .s3Endpoint("string")
            .secretAccessKey("string")
            .build())
        .workspaceId("string")
        .definitionId("string")
        .name("string")
        .build());
    
    destination_s3_data_lake_resource = airbyte.DestinationS3DataLake("destinationS3DataLakeResource",
        configuration={
            "catalog_type": {
                "glue_catalog": {
                    "database_name": "string",
                    "glue_id": "string",
                    "additional_properties": "string",
                    "catalog_type": "string",
                    "role_arn": "string",
                },
                "nessie_catalog": {
                    "namespace": "string",
                    "server_uri": "string",
                    "access_token": "string",
                    "additional_properties": "string",
                    "catalog_type": "string",
                },
                "rest_catalog": {
                    "namespace": "string",
                    "server_uri": "string",
                    "additional_properties": "string",
                    "catalog_type": "string",
                },
            },
            "s3_bucket_name": "string",
            "s3_bucket_region": "string",
            "warehouse_location": "string",
            "access_key_id": "string",
            "main_branch_name": "string",
            "s3_endpoint": "string",
            "secret_access_key": "string",
        },
        workspace_id="string",
        definition_id="string",
        name="string")
    
    const destinationS3DataLakeResource = new airbyte.DestinationS3DataLake("destinationS3DataLakeResource", {
        configuration: {
            catalogType: {
                glueCatalog: {
                    databaseName: "string",
                    glueId: "string",
                    additionalProperties: "string",
                    catalogType: "string",
                    roleArn: "string",
                },
                nessieCatalog: {
                    namespace: "string",
                    serverUri: "string",
                    accessToken: "string",
                    additionalProperties: "string",
                    catalogType: "string",
                },
                restCatalog: {
                    namespace: "string",
                    serverUri: "string",
                    additionalProperties: "string",
                    catalogType: "string",
                },
            },
            s3BucketName: "string",
            s3BucketRegion: "string",
            warehouseLocation: "string",
            accessKeyId: "string",
            mainBranchName: "string",
            s3Endpoint: "string",
            secretAccessKey: "string",
        },
        workspaceId: "string",
        definitionId: "string",
        name: "string",
    });
    
    type: airbyte:DestinationS3DataLake
    properties:
        configuration:
            accessKeyId: string
            catalogType:
                glueCatalog:
                    additionalProperties: string
                    catalogType: string
                    databaseName: string
                    glueId: string
                    roleArn: string
                nessieCatalog:
                    accessToken: string
                    additionalProperties: string
                    catalogType: string
                    namespace: string
                    serverUri: string
                restCatalog:
                    additionalProperties: string
                    catalogType: string
                    namespace: string
                    serverUri: string
            mainBranchName: string
            s3BucketName: string
            s3BucketRegion: string
            s3Endpoint: string
            secretAccessKey: string
            warehouseLocation: string
        definitionId: string
        name: string
        workspaceId: string
    

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

    Configuration DestinationS3DataLakeConfiguration
    Defines the configurations required to connect to an Iceberg catalog, including warehouse location, main branch name, and catalog type specifics.
    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 DestinationS3DataLakeConfigurationArgs
    Defines the configurations required to connect to an Iceberg catalog, including warehouse location, main branch name, and catalog type specifics.
    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 DestinationS3DataLakeConfiguration
    Defines the configurations required to connect to an Iceberg catalog, including warehouse location, main branch name, and catalog type specifics.
    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 DestinationS3DataLakeConfiguration
    Defines the configurations required to connect to an Iceberg catalog, including warehouse location, main branch name, and catalog type specifics.
    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 DestinationS3DataLakeConfigurationArgs
    Defines the configurations required to connect to an Iceberg catalog, including warehouse location, main branch name, and catalog type specifics.
    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
    Defines the configurations required to connect to an Iceberg catalog, including warehouse location, main branch name, and catalog type specifics.
    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 DestinationS3DataLake resource produces the following output properties:

    CreatedAt double
    DestinationId string
    DestinationType string
    Id string
    The provider-assigned unique ID for this managed resource.
    ResourceAllocation DestinationS3DataLakeResourceAllocation
    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 DestinationS3DataLakeResourceAllocation
    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 DestinationS3DataLakeResourceAllocation
    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 DestinationS3DataLakeResourceAllocation
    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 DestinationS3DataLakeResourceAllocation
    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 DestinationS3DataLake Resource

    Get an existing DestinationS3DataLake 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?: DestinationS3DataLakeState, opts?: CustomResourceOptions): DestinationS3DataLake
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            configuration: Optional[DestinationS3DataLakeConfigurationArgs] = 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[DestinationS3DataLakeResourceAllocationArgs] = None,
            workspace_id: Optional[str] = None) -> DestinationS3DataLake
    func GetDestinationS3DataLake(ctx *Context, name string, id IDInput, state *DestinationS3DataLakeState, opts ...ResourceOption) (*DestinationS3DataLake, error)
    public static DestinationS3DataLake Get(string name, Input<string> id, DestinationS3DataLakeState? state, CustomResourceOptions? opts = null)
    public static DestinationS3DataLake get(String name, Output<String> id, DestinationS3DataLakeState state, CustomResourceOptions options)
    resources:  _:    type: airbyte:DestinationS3DataLake    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 DestinationS3DataLakeConfiguration
    Defines the configurations required to connect to an Iceberg catalog, including warehouse location, main branch name, and catalog type specifics.
    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 DestinationS3DataLakeResourceAllocation
    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 DestinationS3DataLakeConfigurationArgs
    Defines the configurations required to connect to an Iceberg catalog, including warehouse location, main branch name, and catalog type specifics.
    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 DestinationS3DataLakeResourceAllocationArgs
    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 DestinationS3DataLakeConfiguration
    Defines the configurations required to connect to an Iceberg catalog, including warehouse location, main branch name, and catalog type specifics.
    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 DestinationS3DataLakeResourceAllocation
    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 DestinationS3DataLakeConfiguration
    Defines the configurations required to connect to an Iceberg catalog, including warehouse location, main branch name, and catalog type specifics.
    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 DestinationS3DataLakeResourceAllocation
    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 DestinationS3DataLakeConfigurationArgs
    Defines the configurations required to connect to an Iceberg catalog, including warehouse location, main branch name, and catalog type specifics.
    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 DestinationS3DataLakeResourceAllocationArgs
    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
    Defines the configurations required to connect to an Iceberg catalog, including warehouse location, main branch name, and catalog type specifics.
    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

    DestinationS3DataLakeConfiguration, DestinationS3DataLakeConfigurationArgs

    CatalogType DestinationS3DataLakeConfigurationCatalogType
    Specifies the type of Iceberg catalog (e.g., NESSIE, GLUE, REST) and its associated configuration.
    S3BucketName string
    The name of the S3 bucket that will host the Iceberg data.
    S3BucketRegion string
    The region of the S3 bucket. See \n\nhere\n\n for all region codes. must be one of ["", "af-south-1", "ap-east-1", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "ap-south-1", "ap-south-2", "ap-southeast-1", "ap-southeast-2", "ap-southeast-3", "ap-southeast-4", "ca-central-1", "ca-west-1", "cn-north-1", "cn-northwest-1", "eu-central-1", "eu-central-2", "eu-north-1", "eu-south-1", "eu-south-2", "eu-west-1", "eu-west-2", "eu-west-3", "il-central-1", "me-central-1", "me-south-1", "sa-east-1", "us-east-1", "us-east-2", "us-gov-east-1", "us-gov-west-1", "us-west-1", "us-west-2"]
    WarehouseLocation string
    The root location of the data warehouse used by the Iceberg catalog. Typically includes a bucket name and path within that bucket. For AWS Glue and Nessie, must include the storage protocol (such as "s3://" for Amazon S3).
    AccessKeyId string
    The AWS Access Key ID with permissions for S3 and Glue operations.
    MainBranchName string
    The primary or default branch name in the catalog. Most query engines will use "main" by default. See \n\nIceberg documentation\n\n for more information. Default: "main"
    S3Endpoint string
    Your S3 endpoint url. Read more \n\nhere\n\n
    SecretAccessKey string
    The AWS Secret Access Key paired with the Access Key ID for AWS authentication.
    CatalogType DestinationS3DataLakeConfigurationCatalogType
    Specifies the type of Iceberg catalog (e.g., NESSIE, GLUE, REST) and its associated configuration.
    S3BucketName string
    The name of the S3 bucket that will host the Iceberg data.
    S3BucketRegion string
    The region of the S3 bucket. See \n\nhere\n\n for all region codes. must be one of ["", "af-south-1", "ap-east-1", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "ap-south-1", "ap-south-2", "ap-southeast-1", "ap-southeast-2", "ap-southeast-3", "ap-southeast-4", "ca-central-1", "ca-west-1", "cn-north-1", "cn-northwest-1", "eu-central-1", "eu-central-2", "eu-north-1", "eu-south-1", "eu-south-2", "eu-west-1", "eu-west-2", "eu-west-3", "il-central-1", "me-central-1", "me-south-1", "sa-east-1", "us-east-1", "us-east-2", "us-gov-east-1", "us-gov-west-1", "us-west-1", "us-west-2"]
    WarehouseLocation string
    The root location of the data warehouse used by the Iceberg catalog. Typically includes a bucket name and path within that bucket. For AWS Glue and Nessie, must include the storage protocol (such as "s3://" for Amazon S3).
    AccessKeyId string
    The AWS Access Key ID with permissions for S3 and Glue operations.
    MainBranchName string
    The primary or default branch name in the catalog. Most query engines will use "main" by default. See \n\nIceberg documentation\n\n for more information. Default: "main"
    S3Endpoint string
    Your S3 endpoint url. Read more \n\nhere\n\n
    SecretAccessKey string
    The AWS Secret Access Key paired with the Access Key ID for AWS authentication.
    catalogType DestinationS3DataLakeConfigurationCatalogType
    Specifies the type of Iceberg catalog (e.g., NESSIE, GLUE, REST) and its associated configuration.
    s3BucketName String
    The name of the S3 bucket that will host the Iceberg data.
    s3BucketRegion String
    The region of the S3 bucket. See \n\nhere\n\n for all region codes. must be one of ["", "af-south-1", "ap-east-1", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "ap-south-1", "ap-south-2", "ap-southeast-1", "ap-southeast-2", "ap-southeast-3", "ap-southeast-4", "ca-central-1", "ca-west-1", "cn-north-1", "cn-northwest-1", "eu-central-1", "eu-central-2", "eu-north-1", "eu-south-1", "eu-south-2", "eu-west-1", "eu-west-2", "eu-west-3", "il-central-1", "me-central-1", "me-south-1", "sa-east-1", "us-east-1", "us-east-2", "us-gov-east-1", "us-gov-west-1", "us-west-1", "us-west-2"]
    warehouseLocation String
    The root location of the data warehouse used by the Iceberg catalog. Typically includes a bucket name and path within that bucket. For AWS Glue and Nessie, must include the storage protocol (such as "s3://" for Amazon S3).
    accessKeyId String
    The AWS Access Key ID with permissions for S3 and Glue operations.
    mainBranchName String
    The primary or default branch name in the catalog. Most query engines will use "main" by default. See \n\nIceberg documentation\n\n for more information. Default: "main"
    s3Endpoint String
    Your S3 endpoint url. Read more \n\nhere\n\n
    secretAccessKey String
    The AWS Secret Access Key paired with the Access Key ID for AWS authentication.
    catalogType DestinationS3DataLakeConfigurationCatalogType
    Specifies the type of Iceberg catalog (e.g., NESSIE, GLUE, REST) and its associated configuration.
    s3BucketName string
    The name of the S3 bucket that will host the Iceberg data.
    s3BucketRegion string
    The region of the S3 bucket. See \n\nhere\n\n for all region codes. must be one of ["", "af-south-1", "ap-east-1", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "ap-south-1", "ap-south-2", "ap-southeast-1", "ap-southeast-2", "ap-southeast-3", "ap-southeast-4", "ca-central-1", "ca-west-1", "cn-north-1", "cn-northwest-1", "eu-central-1", "eu-central-2", "eu-north-1", "eu-south-1", "eu-south-2", "eu-west-1", "eu-west-2", "eu-west-3", "il-central-1", "me-central-1", "me-south-1", "sa-east-1", "us-east-1", "us-east-2", "us-gov-east-1", "us-gov-west-1", "us-west-1", "us-west-2"]
    warehouseLocation string
    The root location of the data warehouse used by the Iceberg catalog. Typically includes a bucket name and path within that bucket. For AWS Glue and Nessie, must include the storage protocol (such as "s3://" for Amazon S3).
    accessKeyId string
    The AWS Access Key ID with permissions for S3 and Glue operations.
    mainBranchName string
    The primary or default branch name in the catalog. Most query engines will use "main" by default. See \n\nIceberg documentation\n\n for more information. Default: "main"
    s3Endpoint string
    Your S3 endpoint url. Read more \n\nhere\n\n
    secretAccessKey string
    The AWS Secret Access Key paired with the Access Key ID for AWS authentication.
    catalog_type DestinationS3DataLakeConfigurationCatalogType
    Specifies the type of Iceberg catalog (e.g., NESSIE, GLUE, REST) and its associated configuration.
    s3_bucket_name str
    The name of the S3 bucket that will host the Iceberg data.
    s3_bucket_region str
    The region of the S3 bucket. See \n\nhere\n\n for all region codes. must be one of ["", "af-south-1", "ap-east-1", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "ap-south-1", "ap-south-2", "ap-southeast-1", "ap-southeast-2", "ap-southeast-3", "ap-southeast-4", "ca-central-1", "ca-west-1", "cn-north-1", "cn-northwest-1", "eu-central-1", "eu-central-2", "eu-north-1", "eu-south-1", "eu-south-2", "eu-west-1", "eu-west-2", "eu-west-3", "il-central-1", "me-central-1", "me-south-1", "sa-east-1", "us-east-1", "us-east-2", "us-gov-east-1", "us-gov-west-1", "us-west-1", "us-west-2"]
    warehouse_location str
    The root location of the data warehouse used by the Iceberg catalog. Typically includes a bucket name and path within that bucket. For AWS Glue and Nessie, must include the storage protocol (such as "s3://" for Amazon S3).
    access_key_id str
    The AWS Access Key ID with permissions for S3 and Glue operations.
    main_branch_name str
    The primary or default branch name in the catalog. Most query engines will use "main" by default. See \n\nIceberg documentation\n\n for more information. Default: "main"
    s3_endpoint str
    Your S3 endpoint url. Read more \n\nhere\n\n
    secret_access_key str
    The AWS Secret Access Key paired with the Access Key ID for AWS authentication.
    catalogType Property Map
    Specifies the type of Iceberg catalog (e.g., NESSIE, GLUE, REST) and its associated configuration.
    s3BucketName String
    The name of the S3 bucket that will host the Iceberg data.
    s3BucketRegion String
    The region of the S3 bucket. See \n\nhere\n\n for all region codes. must be one of ["", "af-south-1", "ap-east-1", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "ap-south-1", "ap-south-2", "ap-southeast-1", "ap-southeast-2", "ap-southeast-3", "ap-southeast-4", "ca-central-1", "ca-west-1", "cn-north-1", "cn-northwest-1", "eu-central-1", "eu-central-2", "eu-north-1", "eu-south-1", "eu-south-2", "eu-west-1", "eu-west-2", "eu-west-3", "il-central-1", "me-central-1", "me-south-1", "sa-east-1", "us-east-1", "us-east-2", "us-gov-east-1", "us-gov-west-1", "us-west-1", "us-west-2"]
    warehouseLocation String
    The root location of the data warehouse used by the Iceberg catalog. Typically includes a bucket name and path within that bucket. For AWS Glue and Nessie, must include the storage protocol (such as "s3://" for Amazon S3).
    accessKeyId String
    The AWS Access Key ID with permissions for S3 and Glue operations.
    mainBranchName String
    The primary or default branch name in the catalog. Most query engines will use "main" by default. See \n\nIceberg documentation\n\n for more information. Default: "main"
    s3Endpoint String
    Your S3 endpoint url. Read more \n\nhere\n\n
    secretAccessKey String
    The AWS Secret Access Key paired with the Access Key ID for AWS authentication.

    DestinationS3DataLakeConfigurationCatalogType, DestinationS3DataLakeConfigurationCatalogTypeArgs

    GlueCatalog DestinationS3DataLakeConfigurationCatalogTypeGlueCatalog
    Configuration details for connecting to an AWS Glue-based Iceberg catalog.
    NessieCatalog DestinationS3DataLakeConfigurationCatalogTypeNessieCatalog
    Configuration details for connecting to a Nessie-based Iceberg catalog.
    RestCatalog DestinationS3DataLakeConfigurationCatalogTypeRestCatalog
    Configuration details for connecting to a REST catalog.
    GlueCatalog DestinationS3DataLakeConfigurationCatalogTypeGlueCatalog
    Configuration details for connecting to an AWS Glue-based Iceberg catalog.
    NessieCatalog DestinationS3DataLakeConfigurationCatalogTypeNessieCatalog
    Configuration details for connecting to a Nessie-based Iceberg catalog.
    RestCatalog DestinationS3DataLakeConfigurationCatalogTypeRestCatalog
    Configuration details for connecting to a REST catalog.
    glueCatalog DestinationS3DataLakeConfigurationCatalogTypeGlueCatalog
    Configuration details for connecting to an AWS Glue-based Iceberg catalog.
    nessieCatalog DestinationS3DataLakeConfigurationCatalogTypeNessieCatalog
    Configuration details for connecting to a Nessie-based Iceberg catalog.
    restCatalog DestinationS3DataLakeConfigurationCatalogTypeRestCatalog
    Configuration details for connecting to a REST catalog.
    glueCatalog DestinationS3DataLakeConfigurationCatalogTypeGlueCatalog
    Configuration details for connecting to an AWS Glue-based Iceberg catalog.
    nessieCatalog DestinationS3DataLakeConfigurationCatalogTypeNessieCatalog
    Configuration details for connecting to a Nessie-based Iceberg catalog.
    restCatalog DestinationS3DataLakeConfigurationCatalogTypeRestCatalog
    Configuration details for connecting to a REST catalog.
    glue_catalog DestinationS3DataLakeConfigurationCatalogTypeGlueCatalog
    Configuration details for connecting to an AWS Glue-based Iceberg catalog.
    nessie_catalog DestinationS3DataLakeConfigurationCatalogTypeNessieCatalog
    Configuration details for connecting to a Nessie-based Iceberg catalog.
    rest_catalog DestinationS3DataLakeConfigurationCatalogTypeRestCatalog
    Configuration details for connecting to a REST catalog.
    glueCatalog Property Map
    Configuration details for connecting to an AWS Glue-based Iceberg catalog.
    nessieCatalog Property Map
    Configuration details for connecting to a Nessie-based Iceberg catalog.
    restCatalog Property Map
    Configuration details for connecting to a REST catalog.

    DestinationS3DataLakeConfigurationCatalogTypeGlueCatalog, DestinationS3DataLakeConfigurationCatalogTypeGlueCatalogArgs

    DatabaseName string
    The Glue database name. This will ONLY be used if the Destination Namespace setting for the connection is set to Destination-defined or Source-defined
    GlueId string
    The AWS Account ID associated with the Glue service used by the Iceberg catalog.
    AdditionalProperties string
    Parsed as JSON.
    CatalogType string
    Default: "GLUE"; must be "GLUE"
    RoleArn string
    The ARN of the AWS role to assume. Only usable in Airbyte Cloud.
    DatabaseName string
    The Glue database name. This will ONLY be used if the Destination Namespace setting for the connection is set to Destination-defined or Source-defined
    GlueId string
    The AWS Account ID associated with the Glue service used by the Iceberg catalog.
    AdditionalProperties string
    Parsed as JSON.
    CatalogType string
    Default: "GLUE"; must be "GLUE"
    RoleArn string
    The ARN of the AWS role to assume. Only usable in Airbyte Cloud.
    databaseName String
    The Glue database name. This will ONLY be used if the Destination Namespace setting for the connection is set to Destination-defined or Source-defined
    glueId String
    The AWS Account ID associated with the Glue service used by the Iceberg catalog.
    additionalProperties String
    Parsed as JSON.
    catalogType String
    Default: "GLUE"; must be "GLUE"
    roleArn String
    The ARN of the AWS role to assume. Only usable in Airbyte Cloud.
    databaseName string
    The Glue database name. This will ONLY be used if the Destination Namespace setting for the connection is set to Destination-defined or Source-defined
    glueId string
    The AWS Account ID associated with the Glue service used by the Iceberg catalog.
    additionalProperties string
    Parsed as JSON.
    catalogType string
    Default: "GLUE"; must be "GLUE"
    roleArn string
    The ARN of the AWS role to assume. Only usable in Airbyte Cloud.
    database_name str
    The Glue database name. This will ONLY be used if the Destination Namespace setting for the connection is set to Destination-defined or Source-defined
    glue_id str
    The AWS Account ID associated with the Glue service used by the Iceberg catalog.
    additional_properties str
    Parsed as JSON.
    catalog_type str
    Default: "GLUE"; must be "GLUE"
    role_arn str
    The ARN of the AWS role to assume. Only usable in Airbyte Cloud.
    databaseName String
    The Glue database name. This will ONLY be used if the Destination Namespace setting for the connection is set to Destination-defined or Source-defined
    glueId String
    The AWS Account ID associated with the Glue service used by the Iceberg catalog.
    additionalProperties String
    Parsed as JSON.
    catalogType String
    Default: "GLUE"; must be "GLUE"
    roleArn String
    The ARN of the AWS role to assume. Only usable in Airbyte Cloud.

    DestinationS3DataLakeConfigurationCatalogTypeNessieCatalog, DestinationS3DataLakeConfigurationCatalogTypeNessieCatalogArgs

    Namespace string
    The Nessie namespace to be used in the Table identifier. This will ONLY be used if the Destination Namespace setting for the connection is set to Destination-defined or Source-defined
    ServerUri string
    The base URL of the Nessie server used to connect to the Nessie catalog.
    AccessToken string
    Optional token for authentication with the Nessie server.
    AdditionalProperties string
    Parsed as JSON.
    CatalogType string
    Default: "NESSIE"; must be "NESSIE"
    Namespace string
    The Nessie namespace to be used in the Table identifier. This will ONLY be used if the Destination Namespace setting for the connection is set to Destination-defined or Source-defined
    ServerUri string
    The base URL of the Nessie server used to connect to the Nessie catalog.
    AccessToken string
    Optional token for authentication with the Nessie server.
    AdditionalProperties string
    Parsed as JSON.
    CatalogType string
    Default: "NESSIE"; must be "NESSIE"
    namespace String
    The Nessie namespace to be used in the Table identifier. This will ONLY be used if the Destination Namespace setting for the connection is set to Destination-defined or Source-defined
    serverUri String
    The base URL of the Nessie server used to connect to the Nessie catalog.
    accessToken String
    Optional token for authentication with the Nessie server.
    additionalProperties String
    Parsed as JSON.
    catalogType String
    Default: "NESSIE"; must be "NESSIE"
    namespace string
    The Nessie namespace to be used in the Table identifier. This will ONLY be used if the Destination Namespace setting for the connection is set to Destination-defined or Source-defined
    serverUri string
    The base URL of the Nessie server used to connect to the Nessie catalog.
    accessToken string
    Optional token for authentication with the Nessie server.
    additionalProperties string
    Parsed as JSON.
    catalogType string
    Default: "NESSIE"; must be "NESSIE"
    namespace str
    The Nessie namespace to be used in the Table identifier. This will ONLY be used if the Destination Namespace setting for the connection is set to Destination-defined or Source-defined
    server_uri str
    The base URL of the Nessie server used to connect to the Nessie catalog.
    access_token str
    Optional token for authentication with the Nessie server.
    additional_properties str
    Parsed as JSON.
    catalog_type str
    Default: "NESSIE"; must be "NESSIE"
    namespace String
    The Nessie namespace to be used in the Table identifier. This will ONLY be used if the Destination Namespace setting for the connection is set to Destination-defined or Source-defined
    serverUri String
    The base URL of the Nessie server used to connect to the Nessie catalog.
    accessToken String
    Optional token for authentication with the Nessie server.
    additionalProperties String
    Parsed as JSON.
    catalogType String
    Default: "NESSIE"; must be "NESSIE"

    DestinationS3DataLakeConfigurationCatalogTypeRestCatalog, DestinationS3DataLakeConfigurationCatalogTypeRestCatalogArgs

    Namespace string
    The namespace to be used in the Table identifier. This will ONLY be used if the Destination Namespace setting for the connection is set to Destination-defined or Source-defined
    ServerUri string
    The base URL of the Rest server used to connect to the Rest catalog.
    AdditionalProperties string
    Parsed as JSON.
    CatalogType string
    Default: "REST"; must be "REST"
    Namespace string
    The namespace to be used in the Table identifier. This will ONLY be used if the Destination Namespace setting for the connection is set to Destination-defined or Source-defined
    ServerUri string
    The base URL of the Rest server used to connect to the Rest catalog.
    AdditionalProperties string
    Parsed as JSON.
    CatalogType string
    Default: "REST"; must be "REST"
    namespace String
    The namespace to be used in the Table identifier. This will ONLY be used if the Destination Namespace setting for the connection is set to Destination-defined or Source-defined
    serverUri String
    The base URL of the Rest server used to connect to the Rest catalog.
    additionalProperties String
    Parsed as JSON.
    catalogType String
    Default: "REST"; must be "REST"
    namespace string
    The namespace to be used in the Table identifier. This will ONLY be used if the Destination Namespace setting for the connection is set to Destination-defined or Source-defined
    serverUri string
    The base URL of the Rest server used to connect to the Rest catalog.
    additionalProperties string
    Parsed as JSON.
    catalogType string
    Default: "REST"; must be "REST"
    namespace str
    The namespace to be used in the Table identifier. This will ONLY be used if the Destination Namespace setting for the connection is set to Destination-defined or Source-defined
    server_uri str
    The base URL of the Rest server used to connect to the Rest catalog.
    additional_properties str
    Parsed as JSON.
    catalog_type str
    Default: "REST"; must be "REST"
    namespace String
    The namespace to be used in the Table identifier. This will ONLY be used if the Destination Namespace setting for the connection is set to Destination-defined or Source-defined
    serverUri String
    The base URL of the Rest server used to connect to the Rest catalog.
    additionalProperties String
    Parsed as JSON.
    catalogType String
    Default: "REST"; must be "REST"

    DestinationS3DataLakeResourceAllocation, DestinationS3DataLakeResourceAllocationArgs

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

    DestinationS3DataLakeResourceAllocationDefault, DestinationS3DataLakeResourceAllocationDefaultArgs

    DestinationS3DataLakeResourceAllocationJobSpecific, DestinationS3DataLakeResourceAllocationJobSpecificArgs

    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 DestinationS3DataLakeResourceAllocationJobSpecificResourceRequirements
    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 DestinationS3DataLakeResourceAllocationJobSpecificResourceRequirements
    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 DestinationS3DataLakeResourceAllocationJobSpecificResourceRequirements
    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 DestinationS3DataLakeResourceAllocationJobSpecificResourceRequirements
    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 DestinationS3DataLakeResourceAllocationJobSpecificResourceRequirements
    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)

    DestinationS3DataLakeResourceAllocationJobSpecificResourceRequirements, DestinationS3DataLakeResourceAllocationJobSpecificResourceRequirementsArgs

    Import

    $ pulumi import airbyte:index/destinationS3DataLake:DestinationS3DataLake my_airbyte_destination_s3_data_lake ""
    

    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