airbyte.DestinationS3DataLake
Explore with Pulumi AI
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
Destination
S3Data Lake Configuration - Defines the configurations required to connect to an Iceberg catalog, including warehouse location, main branch name, and catalog type specifics.
- Workspace
Id string - Definition
Id 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
Destination
S3Data Lake Configuration Args - Defines the configurations required to connect to an Iceberg catalog, including warehouse location, main branch name, and catalog type specifics.
- Workspace
Id string - Definition
Id 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
Destination
S3Data Lake Configuration - Defines the configurations required to connect to an Iceberg catalog, including warehouse location, main branch name, and catalog type specifics.
- workspace
Id String - definition
Id 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
Destination
S3Data Lake Configuration - Defines the configurations required to connect to an Iceberg catalog, including warehouse location, main branch name, and catalog type specifics.
- workspace
Id string - definition
Id 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
Destination
S3Data Lake Configuration Args - 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.
- workspace
Id String - definition
Id 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:
- Created
At double - Destination
Id string - Destination
Type string - Id string
- The provider-assigned unique ID for this managed resource.
- Resource
Allocation DestinationS3Data Lake Resource Allocation - 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 float64 - Destination
Id string - Destination
Type string - Id string
- The provider-assigned unique ID for this managed resource.
- Resource
Allocation DestinationS3Data Lake Resource Allocation - 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 Double - destination
Id String - destination
Type String - id String
- The provider-assigned unique ID for this managed resource.
- resource
Allocation DestinationS3Data Lake Resource Allocation - 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 number - destination
Id string - destination
Type string - id string
- The provider-assigned unique ID for this managed resource.
- resource
Allocation DestinationS3Data Lake Resource Allocation - 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 DestinationS3Data Lake Resource Allocation - 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 Number - destination
Id String - destination
Type String - id String
- The provider-assigned unique ID for this managed resource.
- resource
Allocation 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.
- Configuration
Destination
S3Data Lake Configuration - Defines the configurations required to connect to an Iceberg catalog, including warehouse location, main branch name, and catalog type specifics.
- Created
At double - Definition
Id string - The UUID of the connector definition. One of configuration.destinationType or definitionId must be provided. Requires replacement if changed.
- Destination
Id string - Destination
Type string - Name string
- Name of the destination e.g. dev-mysql-instance.
- Resource
Allocation DestinationS3Data Lake Resource Allocation - 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 string
- Configuration
Destination
S3Data Lake Configuration Args - Defines the configurations required to connect to an Iceberg catalog, including warehouse location, main branch name, and catalog type specifics.
- Created
At float64 - Definition
Id string - The UUID of the connector definition. One of configuration.destinationType or definitionId must be provided. Requires replacement if changed.
- Destination
Id string - Destination
Type string - Name string
- Name of the destination e.g. dev-mysql-instance.
- Resource
Allocation DestinationS3Data Lake Resource Allocation Args - 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 string
- configuration
Destination
S3Data Lake Configuration - Defines the configurations required to connect to an Iceberg catalog, including warehouse location, main branch name, and catalog type specifics.
- created
At Double - definition
Id String - The UUID of the connector definition. One of configuration.destinationType or definitionId must be provided. Requires replacement if changed.
- destination
Id String - destination
Type String - name String
- Name of the destination e.g. dev-mysql-instance.
- resource
Allocation DestinationS3Data Lake Resource Allocation - 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 String
- configuration
Destination
S3Data Lake Configuration - Defines the configurations required to connect to an Iceberg catalog, including warehouse location, main branch name, and catalog type specifics.
- created
At number - definition
Id string - The UUID of the connector definition. One of configuration.destinationType or definitionId must be provided. Requires replacement if changed.
- destination
Id string - destination
Type string - name string
- Name of the destination e.g. dev-mysql-instance.
- resource
Allocation DestinationS3Data Lake Resource Allocation - 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 string
- configuration
Destination
S3Data Lake Configuration Args - 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 DestinationS3Data Lake Resource Allocation Args - 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.
- created
At Number - definition
Id String - The UUID of the connector definition. One of configuration.destinationType or definitionId must be provided. Requires replacement if changed.
- destination
Id String - destination
Type String - name String
- Name of the destination e.g. dev-mysql-instance.
- resource
Allocation 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.
- workspace
Id String
Supporting Types
DestinationS3DataLakeConfiguration, DestinationS3DataLakeConfigurationArgs
- Catalog
Type DestinationS3Data Lake Configuration Catalog Type - Specifies the type of Iceberg catalog (e.g., NESSIE, GLUE, REST) and its associated configuration.
- S3Bucket
Name string - The name of the S3 bucket that will host the Iceberg data.
- S3Bucket
Region 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"]
- Warehouse
Location 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).
- Access
Key stringId - The AWS Access Key ID with permissions for S3 and Glue operations.
- Main
Branch stringName - 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
- Secret
Access stringKey - The AWS Secret Access Key paired with the Access Key ID for AWS authentication.
- Catalog
Type DestinationS3Data Lake Configuration Catalog Type - Specifies the type of Iceberg catalog (e.g., NESSIE, GLUE, REST) and its associated configuration.
- S3Bucket
Name string - The name of the S3 bucket that will host the Iceberg data.
- S3Bucket
Region 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"]
- Warehouse
Location 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).
- Access
Key stringId - The AWS Access Key ID with permissions for S3 and Glue operations.
- Main
Branch stringName - 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
- Secret
Access stringKey - The AWS Secret Access Key paired with the Access Key ID for AWS authentication.
- catalog
Type DestinationS3Data Lake Configuration Catalog Type - Specifies the type of Iceberg catalog (e.g., NESSIE, GLUE, REST) and its associated configuration.
- s3Bucket
Name String - The name of the S3 bucket that will host the Iceberg data.
- s3Bucket
Region 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"]
- warehouse
Location 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).
- access
Key StringId - The AWS Access Key ID with permissions for S3 and Glue operations.
- main
Branch StringName - 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
- secret
Access StringKey - The AWS Secret Access Key paired with the Access Key ID for AWS authentication.
- catalog
Type DestinationS3Data Lake Configuration Catalog Type - Specifies the type of Iceberg catalog (e.g., NESSIE, GLUE, REST) and its associated configuration.
- s3Bucket
Name string - The name of the S3 bucket that will host the Iceberg data.
- s3Bucket
Region 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"]
- warehouse
Location 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).
- access
Key stringId - The AWS Access Key ID with permissions for S3 and Glue operations.
- main
Branch stringName - 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
- secret
Access stringKey - The AWS Secret Access Key paired with the Access Key ID for AWS authentication.
- catalog_
type DestinationS3Data Lake Configuration Catalog Type - Specifies the type of Iceberg catalog (e.g., NESSIE, GLUE, REST) and its associated configuration.
- s3_
bucket_ strname - The name of the S3 bucket that will host the Iceberg data.
- s3_
bucket_ strregion - 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_ strid - The AWS Access Key ID with permissions for S3 and Glue operations.
- main_
branch_ strname - 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_ strkey - The AWS Secret Access Key paired with the Access Key ID for AWS authentication.
- catalog
Type Property Map - Specifies the type of Iceberg catalog (e.g., NESSIE, GLUE, REST) and its associated configuration.
- s3Bucket
Name String - The name of the S3 bucket that will host the Iceberg data.
- s3Bucket
Region 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"]
- warehouse
Location 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).
- access
Key StringId - The AWS Access Key ID with permissions for S3 and Glue operations.
- main
Branch StringName - 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
- secret
Access StringKey - The AWS Secret Access Key paired with the Access Key ID for AWS authentication.
DestinationS3DataLakeConfigurationCatalogType, DestinationS3DataLakeConfigurationCatalogTypeArgs
- Glue
Catalog DestinationS3Data Lake Configuration Catalog Type Glue Catalog - Configuration details for connecting to an AWS Glue-based Iceberg catalog.
- Nessie
Catalog DestinationS3Data Lake Configuration Catalog Type Nessie Catalog - Configuration details for connecting to a Nessie-based Iceberg catalog.
- Rest
Catalog DestinationS3Data Lake Configuration Catalog Type Rest Catalog - Configuration details for connecting to a REST catalog.
- Glue
Catalog DestinationS3Data Lake Configuration Catalog Type Glue Catalog - Configuration details for connecting to an AWS Glue-based Iceberg catalog.
- Nessie
Catalog DestinationS3Data Lake Configuration Catalog Type Nessie Catalog - Configuration details for connecting to a Nessie-based Iceberg catalog.
- Rest
Catalog DestinationS3Data Lake Configuration Catalog Type Rest Catalog - Configuration details for connecting to a REST catalog.
- glue
Catalog DestinationS3Data Lake Configuration Catalog Type Glue Catalog - Configuration details for connecting to an AWS Glue-based Iceberg catalog.
- nessie
Catalog DestinationS3Data Lake Configuration Catalog Type Nessie Catalog - Configuration details for connecting to a Nessie-based Iceberg catalog.
- rest
Catalog DestinationS3Data Lake Configuration Catalog Type Rest Catalog - Configuration details for connecting to a REST catalog.
- glue
Catalog DestinationS3Data Lake Configuration Catalog Type Glue Catalog - Configuration details for connecting to an AWS Glue-based Iceberg catalog.
- nessie
Catalog DestinationS3Data Lake Configuration Catalog Type Nessie Catalog - Configuration details for connecting to a Nessie-based Iceberg catalog.
- rest
Catalog DestinationS3Data Lake Configuration Catalog Type Rest Catalog - Configuration details for connecting to a REST catalog.
- glue_
catalog DestinationS3Data Lake Configuration Catalog Type Glue Catalog - Configuration details for connecting to an AWS Glue-based Iceberg catalog.
- nessie_
catalog DestinationS3Data Lake Configuration Catalog Type Nessie Catalog - Configuration details for connecting to a Nessie-based Iceberg catalog.
- rest_
catalog DestinationS3Data Lake Configuration Catalog Type Rest Catalog - Configuration details for connecting to a REST catalog.
- glue
Catalog Property Map - Configuration details for connecting to an AWS Glue-based Iceberg catalog.
- nessie
Catalog Property Map - Configuration details for connecting to a Nessie-based Iceberg catalog.
- rest
Catalog Property Map - Configuration details for connecting to a REST catalog.
DestinationS3DataLakeConfigurationCatalogTypeGlueCatalog, DestinationS3DataLakeConfigurationCatalogTypeGlueCatalogArgs
- Database
Name string - The Glue database name. This will ONLY be used if the
Destination Namespace
setting for the connection is set toDestination-defined
orSource-defined
- Glue
Id string - The AWS Account ID associated with the Glue service used by the Iceberg catalog.
- Additional
Properties string - Parsed as JSON.
- Catalog
Type string - Default: "GLUE"; must be "GLUE"
- Role
Arn string - The ARN of the AWS role to assume. Only usable in Airbyte Cloud.
- Database
Name string - The Glue database name. This will ONLY be used if the
Destination Namespace
setting for the connection is set toDestination-defined
orSource-defined
- Glue
Id string - The AWS Account ID associated with the Glue service used by the Iceberg catalog.
- Additional
Properties string - Parsed as JSON.
- Catalog
Type string - Default: "GLUE"; must be "GLUE"
- Role
Arn string - The ARN of the AWS role to assume. Only usable in Airbyte Cloud.
- database
Name String - The Glue database name. This will ONLY be used if the
Destination Namespace
setting for the connection is set toDestination-defined
orSource-defined
- glue
Id String - The AWS Account ID associated with the Glue service used by the Iceberg catalog.
- additional
Properties String - Parsed as JSON.
- catalog
Type String - Default: "GLUE"; must be "GLUE"
- role
Arn String - The ARN of the AWS role to assume. Only usable in Airbyte Cloud.
- database
Name string - The Glue database name. This will ONLY be used if the
Destination Namespace
setting for the connection is set toDestination-defined
orSource-defined
- glue
Id string - The AWS Account ID associated with the Glue service used by the Iceberg catalog.
- additional
Properties string - Parsed as JSON.
- catalog
Type string - Default: "GLUE"; must be "GLUE"
- role
Arn 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 toDestination-defined
orSource-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.
- database
Name String - The Glue database name. This will ONLY be used if the
Destination Namespace
setting for the connection is set toDestination-defined
orSource-defined
- glue
Id String - The AWS Account ID associated with the Glue service used by the Iceberg catalog.
- additional
Properties String - Parsed as JSON.
- catalog
Type String - Default: "GLUE"; must be "GLUE"
- role
Arn 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 toDestination-defined
orSource-defined
- Server
Uri string - The base URL of the Nessie server used to connect to the Nessie catalog.
- Access
Token string - Optional token for authentication with the Nessie server.
- Additional
Properties string - Parsed as JSON.
- Catalog
Type 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 toDestination-defined
orSource-defined
- Server
Uri string - The base URL of the Nessie server used to connect to the Nessie catalog.
- Access
Token string - Optional token for authentication with the Nessie server.
- Additional
Properties string - Parsed as JSON.
- Catalog
Type 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 toDestination-defined
orSource-defined
- server
Uri String - The base URL of the Nessie server used to connect to the Nessie catalog.
- access
Token String - Optional token for authentication with the Nessie server.
- additional
Properties String - Parsed as JSON.
- catalog
Type 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 toDestination-defined
orSource-defined
- server
Uri string - The base URL of the Nessie server used to connect to the Nessie catalog.
- access
Token string - Optional token for authentication with the Nessie server.
- additional
Properties string - Parsed as JSON.
- catalog
Type 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 toDestination-defined
orSource-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 toDestination-defined
orSource-defined
- server
Uri String - The base URL of the Nessie server used to connect to the Nessie catalog.
- access
Token String - Optional token for authentication with the Nessie server.
- additional
Properties String - Parsed as JSON.
- catalog
Type 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 toDestination-defined
orSource-defined
- Server
Uri string - The base URL of the Rest server used to connect to the Rest catalog.
- Additional
Properties string - Parsed as JSON.
- Catalog
Type 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 toDestination-defined
orSource-defined
- Server
Uri string - The base URL of the Rest server used to connect to the Rest catalog.
- Additional
Properties string - Parsed as JSON.
- Catalog
Type 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 toDestination-defined
orSource-defined
- server
Uri String - The base URL of the Rest server used to connect to the Rest catalog.
- additional
Properties String - Parsed as JSON.
- catalog
Type 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 toDestination-defined
orSource-defined
- server
Uri string - The base URL of the Rest server used to connect to the Rest catalog.
- additional
Properties string - Parsed as JSON.
- catalog
Type 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 toDestination-defined
orSource-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 toDestination-defined
orSource-defined
- server
Uri String - The base URL of the Rest server used to connect to the Rest catalog.
- additional
Properties String - Parsed as JSON.
- catalog
Type String - Default: "REST"; must be "REST"
DestinationS3DataLakeResourceAllocation, DestinationS3DataLakeResourceAllocationArgs
- Default
Destination
S3Data Lake Resource Allocation Default - optional resource requirements to run workers (blank for unbounded allocations)
- Job
Specifics List<DestinationS3Data Lake Resource Allocation Job Specific>
- Default
Destination
S3Data Lake Resource Allocation Default - optional resource requirements to run workers (blank for unbounded allocations)
- Job
Specifics []DestinationS3Data Lake Resource Allocation Job Specific
- default_
Destination
S3Data Lake Resource Allocation Default - optional resource requirements to run workers (blank for unbounded allocations)
- job
Specifics List<DestinationS3Data Lake Resource Allocation Job Specific>
- default
Destination
S3Data Lake Resource Allocation Default - optional resource requirements to run workers (blank for unbounded allocations)
- job
Specifics DestinationS3Data Lake Resource Allocation Job Specific[]
- default
Destination
S3Data Lake Resource Allocation Default - optional resource requirements to run workers (blank for unbounded allocations)
- job_
specifics Sequence[DestinationS3Data Lake Resource Allocation Job Specific]
- default Property Map
- optional resource requirements to run workers (blank for unbounded allocations)
- job
Specifics List<Property Map>
DestinationS3DataLakeResourceAllocationDefault, DestinationS3DataLakeResourceAllocationDefaultArgs
- Cpu
Limit string - Cpu
Request string - Ephemeral
Storage stringLimit - Ephemeral
Storage stringRequest - Memory
Limit string - Memory
Request string
- Cpu
Limit string - Cpu
Request string - Ephemeral
Storage stringLimit - Ephemeral
Storage stringRequest - Memory
Limit string - Memory
Request string
- cpu
Limit String - cpu
Request String - ephemeral
Storage StringLimit - ephemeral
Storage StringRequest - memory
Limit String - memory
Request String
- cpu
Limit string - cpu
Request string - ephemeral
Storage stringLimit - ephemeral
Storage stringRequest - memory
Limit string - memory
Request string
- cpu_
limit str - cpu_
request str - ephemeral_
storage_ strlimit - ephemeral_
storage_ strrequest - memory_
limit str - memory_
request str
- cpu
Limit String - cpu
Request String - ephemeral
Storage StringLimit - ephemeral
Storage StringRequest - memory
Limit String - memory
Request String
DestinationS3DataLakeResourceAllocationJobSpecific, DestinationS3DataLakeResourceAllocationJobSpecificArgs
- Job
Type 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"]
- Resource
Requirements DestinationS3Data Lake Resource Allocation Job Specific Resource Requirements - optional resource requirements to run workers (blank for unbounded allocations)
- Job
Type 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"]
- Resource
Requirements DestinationS3Data Lake Resource Allocation Job Specific Resource Requirements - optional resource requirements to run workers (blank for unbounded allocations)
- job
Type 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"]
- resource
Requirements DestinationS3Data Lake Resource Allocation Job Specific Resource Requirements - optional resource requirements to run workers (blank for unbounded allocations)
- job
Type 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"]
- resource
Requirements DestinationS3Data Lake Resource Allocation Job Specific Resource Requirements - 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 DestinationS3Data Lake Resource Allocation Job Specific Resource Requirements - optional resource requirements to run workers (blank for unbounded allocations)
- job
Type 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"]
- resource
Requirements Property Map - optional resource requirements to run workers (blank for unbounded allocations)
DestinationS3DataLakeResourceAllocationJobSpecificResourceRequirements, DestinationS3DataLakeResourceAllocationJobSpecificResourceRequirementsArgs
- Cpu
Limit string - Cpu
Request string - Ephemeral
Storage stringLimit - Ephemeral
Storage stringRequest - Memory
Limit string - Memory
Request string
- Cpu
Limit string - Cpu
Request string - Ephemeral
Storage stringLimit - Ephemeral
Storage stringRequest - Memory
Limit string - Memory
Request string
- cpu
Limit String - cpu
Request String - ephemeral
Storage StringLimit - ephemeral
Storage StringRequest - memory
Limit String - memory
Request String
- cpu
Limit string - cpu
Request string - ephemeral
Storage stringLimit - ephemeral
Storage stringRequest - memory
Limit string - memory
Request string
- cpu_
limit str - cpu_
request str - ephemeral_
storage_ strlimit - ephemeral_
storage_ strrequest - memory_
limit str - memory_
request str
- cpu
Limit String - cpu
Request String - ephemeral
Storage StringLimit - ephemeral
Storage StringRequest - memory
Limit String - memory
Request String
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.