airbyte.DestinationAzureBlobStorage
Explore with Pulumi AI
DestinationAzureBlobStorage 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.DestinationAzureBlobStorage;
import com.pulumi.airbyte.DestinationAzureBlobStorageArgs;
import com.pulumi.airbyte.inputs.DestinationAzureBlobStorageConfigurationArgs;
import com.pulumi.airbyte.inputs.DestinationAzureBlobStorageConfigurationFormatArgs;
import com.pulumi.airbyte.inputs.DestinationAzureBlobStorageConfigurationFormatJsonLinesNewlineDelimitedJsonArgs;
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 myDestinationAzureblobstorage = new DestinationAzureBlobStorage("myDestinationAzureblobstorage", DestinationAzureBlobStorageArgs.builder()
.configuration(DestinationAzureBlobStorageConfigurationArgs.builder()
.azure_blob_storage_account_key("Z8ZkZpteggFx394vm+PJHnGTvdRncaYS+JhLKdj789YNmD+iyGTnG+PV+POiuYNhBg/ACS+LKjd%4FG3FHGN12Nd==")
.azure_blob_storage_account_name("airbyte5storage")
.azure_blob_storage_container_name("airbytetescontainername")
.azure_blob_storage_endpoint_domain_name("blob.core.windows.net")
.azure_blob_storage_output_buffer_size(5)
.azure_blob_storage_spill_size(500)
.format(DestinationAzureBlobStorageConfigurationFormatArgs.builder()
.jsonLinesNewlineDelimitedJson(DestinationAzureBlobStorageConfigurationFormatJsonLinesNewlineDelimitedJsonArgs.builder()
.fileExtension(false)
.build())
.build())
.build())
.definitionId("0b662a17-77d2-477f-ba0e-7117eb18de2e")
.workspaceId("617341df-1fde-4735-ba68-f98eeb6e6bd6")
.build());
}
}
resources:
myDestinationAzureblobstorage:
type: airbyte:DestinationAzureBlobStorage
properties:
configuration:
azure_blob_storage_account_key: Z8ZkZpteggFx394vm+PJHnGTvdRncaYS+JhLKdj789YNmD+iyGTnG+PV+POiuYNhBg/ACS+LKjd%4FG3FHGN12Nd==
azure_blob_storage_account_name: airbyte5storage
azure_blob_storage_container_name: airbytetescontainername
azure_blob_storage_endpoint_domain_name: blob.core.windows.net
azure_blob_storage_output_buffer_size: 5
azure_blob_storage_spill_size: 500
format:
jsonLinesNewlineDelimitedJson:
fileExtension: false
definitionId: 0b662a17-77d2-477f-ba0e-7117eb18de2e
workspaceId: 617341df-1fde-4735-ba68-f98eeb6e6bd6
Create DestinationAzureBlobStorage Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new DestinationAzureBlobStorage(name: string, args: DestinationAzureBlobStorageArgs, opts?: CustomResourceOptions);
@overload
def DestinationAzureBlobStorage(resource_name: str,
args: DestinationAzureBlobStorageArgs,
opts: Optional[ResourceOptions] = None)
@overload
def DestinationAzureBlobStorage(resource_name: str,
opts: Optional[ResourceOptions] = None,
configuration: Optional[DestinationAzureBlobStorageConfigurationArgs] = None,
workspace_id: Optional[str] = None,
definition_id: Optional[str] = None,
name: Optional[str] = None)
func NewDestinationAzureBlobStorage(ctx *Context, name string, args DestinationAzureBlobStorageArgs, opts ...ResourceOption) (*DestinationAzureBlobStorage, error)
public DestinationAzureBlobStorage(string name, DestinationAzureBlobStorageArgs args, CustomResourceOptions? opts = null)
public DestinationAzureBlobStorage(String name, DestinationAzureBlobStorageArgs args)
public DestinationAzureBlobStorage(String name, DestinationAzureBlobStorageArgs args, CustomResourceOptions options)
type: airbyte:DestinationAzureBlobStorage
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 DestinationAzureBlobStorageArgs
- 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 DestinationAzureBlobStorageArgs
- 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 DestinationAzureBlobStorageArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DestinationAzureBlobStorageArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args DestinationAzureBlobStorageArgs
- 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 destinationAzureBlobStorageResource = new Airbyte.DestinationAzureBlobStorage("destinationAzureBlobStorageResource", new()
{
Configuration = new Airbyte.Inputs.DestinationAzureBlobStorageConfigurationArgs
{
AzureBlobStorageAccountKey = "string",
AzureBlobStorageAccountName = "string",
Format = new Airbyte.Inputs.DestinationAzureBlobStorageConfigurationFormatArgs
{
CsvCommaSeparatedValues = new Airbyte.Inputs.DestinationAzureBlobStorageConfigurationFormatCsvCommaSeparatedValuesArgs
{
FileExtension = false,
Flattening = "string",
},
JsonLinesNewlineDelimitedJson = new Airbyte.Inputs.DestinationAzureBlobStorageConfigurationFormatJsonLinesNewlineDelimitedJsonArgs
{
FileExtension = false,
},
},
AzureBlobStorageContainerName = "string",
AzureBlobStorageEndpointDomainName = "string",
AzureBlobStorageOutputBufferSize = 0,
AzureBlobStorageSpillSize = 0,
},
WorkspaceId = "string",
DefinitionId = "string",
Name = "string",
});
example, err := airbyte.NewDestinationAzureBlobStorage(ctx, "destinationAzureBlobStorageResource", &airbyte.DestinationAzureBlobStorageArgs{
Configuration: &.DestinationAzureBlobStorageConfigurationArgs{
AzureBlobStorageAccountKey: pulumi.String("string"),
AzureBlobStorageAccountName: pulumi.String("string"),
Format: &.DestinationAzureBlobStorageConfigurationFormatArgs{
CsvCommaSeparatedValues: &.DestinationAzureBlobStorageConfigurationFormatCsvCommaSeparatedValuesArgs{
FileExtension: pulumi.Bool(false),
Flattening: pulumi.String("string"),
},
JsonLinesNewlineDelimitedJson: &.DestinationAzureBlobStorageConfigurationFormatJsonLinesNewlineDelimitedJsonArgs{
FileExtension: pulumi.Bool(false),
},
},
AzureBlobStorageContainerName: pulumi.String("string"),
AzureBlobStorageEndpointDomainName: pulumi.String("string"),
AzureBlobStorageOutputBufferSize: pulumi.Float64(0),
AzureBlobStorageSpillSize: pulumi.Float64(0),
},
WorkspaceId: pulumi.String("string"),
DefinitionId: pulumi.String("string"),
Name: pulumi.String("string"),
})
var destinationAzureBlobStorageResource = new DestinationAzureBlobStorage("destinationAzureBlobStorageResource", DestinationAzureBlobStorageArgs.builder()
.configuration(DestinationAzureBlobStorageConfigurationArgs.builder()
.azureBlobStorageAccountKey("string")
.azureBlobStorageAccountName("string")
.format(DestinationAzureBlobStorageConfigurationFormatArgs.builder()
.csvCommaSeparatedValues(DestinationAzureBlobStorageConfigurationFormatCsvCommaSeparatedValuesArgs.builder()
.fileExtension(false)
.flattening("string")
.build())
.jsonLinesNewlineDelimitedJson(DestinationAzureBlobStorageConfigurationFormatJsonLinesNewlineDelimitedJsonArgs.builder()
.fileExtension(false)
.build())
.build())
.azureBlobStorageContainerName("string")
.azureBlobStorageEndpointDomainName("string")
.azureBlobStorageOutputBufferSize(0)
.azureBlobStorageSpillSize(0)
.build())
.workspaceId("string")
.definitionId("string")
.name("string")
.build());
destination_azure_blob_storage_resource = airbyte.DestinationAzureBlobStorage("destinationAzureBlobStorageResource",
configuration={
"azure_blob_storage_account_key": "string",
"azure_blob_storage_account_name": "string",
"format": {
"csv_comma_separated_values": {
"file_extension": False,
"flattening": "string",
},
"json_lines_newline_delimited_json": {
"file_extension": False,
},
},
"azure_blob_storage_container_name": "string",
"azure_blob_storage_endpoint_domain_name": "string",
"azure_blob_storage_output_buffer_size": 0,
"azure_blob_storage_spill_size": 0,
},
workspace_id="string",
definition_id="string",
name="string")
const destinationAzureBlobStorageResource = new airbyte.DestinationAzureBlobStorage("destinationAzureBlobStorageResource", {
configuration: {
azureBlobStorageAccountKey: "string",
azureBlobStorageAccountName: "string",
format: {
csvCommaSeparatedValues: {
fileExtension: false,
flattening: "string",
},
jsonLinesNewlineDelimitedJson: {
fileExtension: false,
},
},
azureBlobStorageContainerName: "string",
azureBlobStorageEndpointDomainName: "string",
azureBlobStorageOutputBufferSize: 0,
azureBlobStorageSpillSize: 0,
},
workspaceId: "string",
definitionId: "string",
name: "string",
});
type: airbyte:DestinationAzureBlobStorage
properties:
configuration:
azureBlobStorageAccountKey: string
azureBlobStorageAccountName: string
azureBlobStorageContainerName: string
azureBlobStorageEndpointDomainName: string
azureBlobStorageOutputBufferSize: 0
azureBlobStorageSpillSize: 0
format:
csvCommaSeparatedValues:
fileExtension: false
flattening: string
jsonLinesNewlineDelimitedJson:
fileExtension: false
definitionId: string
name: string
workspaceId: string
DestinationAzureBlobStorage 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 DestinationAzureBlobStorage resource accepts the following input properties:
- Configuration
Destination
Azure Blob Storage Configuration - 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
Azure Blob Storage Configuration Args - 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
Azure Blob Storage Configuration - 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
Azure Blob Storage Configuration - 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
Azure Blob Storage Configuration Args - 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
- 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 DestinationAzureBlobStorage 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 DestinationAzure Blob Storage 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 DestinationAzure Blob Storage 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 DestinationAzure Blob Storage 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 DestinationAzure Blob Storage 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 DestinationAzure Blob Storage 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 DestinationAzureBlobStorage Resource
Get an existing DestinationAzureBlobStorage 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?: DestinationAzureBlobStorageState, opts?: CustomResourceOptions): DestinationAzureBlobStorage
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
configuration: Optional[DestinationAzureBlobStorageConfigurationArgs] = 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[DestinationAzureBlobStorageResourceAllocationArgs] = None,
workspace_id: Optional[str] = None) -> DestinationAzureBlobStorage
func GetDestinationAzureBlobStorage(ctx *Context, name string, id IDInput, state *DestinationAzureBlobStorageState, opts ...ResourceOption) (*DestinationAzureBlobStorage, error)
public static DestinationAzureBlobStorage Get(string name, Input<string> id, DestinationAzureBlobStorageState? state, CustomResourceOptions? opts = null)
public static DestinationAzureBlobStorage get(String name, Output<String> id, DestinationAzureBlobStorageState state, CustomResourceOptions options)
resources: _: type: airbyte:DestinationAzureBlobStorage 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
Azure Blob Storage Configuration - 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 DestinationAzure Blob Storage 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
Azure Blob Storage Configuration Args - 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 DestinationAzure Blob Storage 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
Azure Blob Storage Configuration - 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 DestinationAzure Blob Storage 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
Azure Blob Storage Configuration - 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 DestinationAzure Blob Storage 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
Azure Blob Storage Configuration Args - 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 DestinationAzure Blob Storage 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
- 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
DestinationAzureBlobStorageConfiguration, DestinationAzureBlobStorageConfigurationArgs
- Azure
Blob stringStorage Account Key - The Azure blob storage account key.
- Azure
Blob stringStorage Account Name - The account's name of the Azure Blob Storage.
- Format
Destination
Azure Blob Storage Configuration Format - Output data format
- Azure
Blob stringStorage Container Name - The name of the Azure blob storage container. If not exists - will be created automatically. May be empty, then will be created automatically airbytecontainer+timestamp
- Azure
Blob stringStorage Endpoint Domain Name - This is Azure Blob Storage endpoint domain name. Leave default value (or leave it empty if run container from command line) to use Microsoft native from example. Default: "blob.core.windows.net"
- Azure
Blob doubleStorage Output Buffer Size - The amount of megabytes to buffer for the output stream to Azure. This will impact memory footprint on workers, but may need adjustment for performance and appropriate block size in Azure. Default: 5
- Azure
Blob doubleStorage Spill Size - The amount of megabytes after which the connector should spill the records in a new blob object. Make sure to configure size greater than individual records. Enter 0 if not applicable. Default: 500
- Azure
Blob stringStorage Account Key - The Azure blob storage account key.
- Azure
Blob stringStorage Account Name - The account's name of the Azure Blob Storage.
- Format
Destination
Azure Blob Storage Configuration Format - Output data format
- Azure
Blob stringStorage Container Name - The name of the Azure blob storage container. If not exists - will be created automatically. May be empty, then will be created automatically airbytecontainer+timestamp
- Azure
Blob stringStorage Endpoint Domain Name - This is Azure Blob Storage endpoint domain name. Leave default value (or leave it empty if run container from command line) to use Microsoft native from example. Default: "blob.core.windows.net"
- Azure
Blob float64Storage Output Buffer Size - The amount of megabytes to buffer for the output stream to Azure. This will impact memory footprint on workers, but may need adjustment for performance and appropriate block size in Azure. Default: 5
- Azure
Blob float64Storage Spill Size - The amount of megabytes after which the connector should spill the records in a new blob object. Make sure to configure size greater than individual records. Enter 0 if not applicable. Default: 500
- azure
Blob StringStorage Account Key - The Azure blob storage account key.
- azure
Blob StringStorage Account Name - The account's name of the Azure Blob Storage.
- format
Destination
Azure Blob Storage Configuration Format - Output data format
- azure
Blob StringStorage Container Name - The name of the Azure blob storage container. If not exists - will be created automatically. May be empty, then will be created automatically airbytecontainer+timestamp
- azure
Blob StringStorage Endpoint Domain Name - This is Azure Blob Storage endpoint domain name. Leave default value (or leave it empty if run container from command line) to use Microsoft native from example. Default: "blob.core.windows.net"
- azure
Blob DoubleStorage Output Buffer Size - The amount of megabytes to buffer for the output stream to Azure. This will impact memory footprint on workers, but may need adjustment for performance and appropriate block size in Azure. Default: 5
- azure
Blob DoubleStorage Spill Size - The amount of megabytes after which the connector should spill the records in a new blob object. Make sure to configure size greater than individual records. Enter 0 if not applicable. Default: 500
- azure
Blob stringStorage Account Key - The Azure blob storage account key.
- azure
Blob stringStorage Account Name - The account's name of the Azure Blob Storage.
- format
Destination
Azure Blob Storage Configuration Format - Output data format
- azure
Blob stringStorage Container Name - The name of the Azure blob storage container. If not exists - will be created automatically. May be empty, then will be created automatically airbytecontainer+timestamp
- azure
Blob stringStorage Endpoint Domain Name - This is Azure Blob Storage endpoint domain name. Leave default value (or leave it empty if run container from command line) to use Microsoft native from example. Default: "blob.core.windows.net"
- azure
Blob numberStorage Output Buffer Size - The amount of megabytes to buffer for the output stream to Azure. This will impact memory footprint on workers, but may need adjustment for performance and appropriate block size in Azure. Default: 5
- azure
Blob numberStorage Spill Size - The amount of megabytes after which the connector should spill the records in a new blob object. Make sure to configure size greater than individual records. Enter 0 if not applicable. Default: 500
- azure_
blob_ strstorage_ account_ key - The Azure blob storage account key.
- azure_
blob_ strstorage_ account_ name - The account's name of the Azure Blob Storage.
- format
Destination
Azure Blob Storage Configuration Format - Output data format
- azure_
blob_ strstorage_ container_ name - The name of the Azure blob storage container. If not exists - will be created automatically. May be empty, then will be created automatically airbytecontainer+timestamp
- azure_
blob_ strstorage_ endpoint_ domain_ name - This is Azure Blob Storage endpoint domain name. Leave default value (or leave it empty if run container from command line) to use Microsoft native from example. Default: "blob.core.windows.net"
- azure_
blob_ floatstorage_ output_ buffer_ size - The amount of megabytes to buffer for the output stream to Azure. This will impact memory footprint on workers, but may need adjustment for performance and appropriate block size in Azure. Default: 5
- azure_
blob_ floatstorage_ spill_ size - The amount of megabytes after which the connector should spill the records in a new blob object. Make sure to configure size greater than individual records. Enter 0 if not applicable. Default: 500
- azure
Blob StringStorage Account Key - The Azure blob storage account key.
- azure
Blob StringStorage Account Name - The account's name of the Azure Blob Storage.
- format Property Map
- Output data format
- azure
Blob StringStorage Container Name - The name of the Azure blob storage container. If not exists - will be created automatically. May be empty, then will be created automatically airbytecontainer+timestamp
- azure
Blob StringStorage Endpoint Domain Name - This is Azure Blob Storage endpoint domain name. Leave default value (or leave it empty if run container from command line) to use Microsoft native from example. Default: "blob.core.windows.net"
- azure
Blob NumberStorage Output Buffer Size - The amount of megabytes to buffer for the output stream to Azure. This will impact memory footprint on workers, but may need adjustment for performance and appropriate block size in Azure. Default: 5
- azure
Blob NumberStorage Spill Size - The amount of megabytes after which the connector should spill the records in a new blob object. Make sure to configure size greater than individual records. Enter 0 if not applicable. Default: 500
DestinationAzureBlobStorageConfigurationFormat, DestinationAzureBlobStorageConfigurationFormatArgs
DestinationAzureBlobStorageConfigurationFormatCsvCommaSeparatedValues, DestinationAzureBlobStorageConfigurationFormatCsvCommaSeparatedValuesArgs
- File
Extension bool - Add file extensions to the output file. Default: false
- Flattening string
- Whether the input json data should be normalized (flattened) in the output CSV. Please refer to docs for details. Default: "No flattening"; must be one of ["No flattening", "Root level flattening"]
- File
Extension bool - Add file extensions to the output file. Default: false
- Flattening string
- Whether the input json data should be normalized (flattened) in the output CSV. Please refer to docs for details. Default: "No flattening"; must be one of ["No flattening", "Root level flattening"]
- file
Extension Boolean - Add file extensions to the output file. Default: false
- flattening String
- Whether the input json data should be normalized (flattened) in the output CSV. Please refer to docs for details. Default: "No flattening"; must be one of ["No flattening", "Root level flattening"]
- file
Extension boolean - Add file extensions to the output file. Default: false
- flattening string
- Whether the input json data should be normalized (flattened) in the output CSV. Please refer to docs for details. Default: "No flattening"; must be one of ["No flattening", "Root level flattening"]
- file_
extension bool - Add file extensions to the output file. Default: false
- flattening str
- Whether the input json data should be normalized (flattened) in the output CSV. Please refer to docs for details. Default: "No flattening"; must be one of ["No flattening", "Root level flattening"]
- file
Extension Boolean - Add file extensions to the output file. Default: false
- flattening String
- Whether the input json data should be normalized (flattened) in the output CSV. Please refer to docs for details. Default: "No flattening"; must be one of ["No flattening", "Root level flattening"]
DestinationAzureBlobStorageConfigurationFormatJsonLinesNewlineDelimitedJson, DestinationAzureBlobStorageConfigurationFormatJsonLinesNewlineDelimitedJsonArgs
- File
Extension bool - Add file extensions to the output file. Default: false
- File
Extension bool - Add file extensions to the output file. Default: false
- file
Extension Boolean - Add file extensions to the output file. Default: false
- file
Extension boolean - Add file extensions to the output file. Default: false
- file_
extension bool - Add file extensions to the output file. Default: false
- file
Extension Boolean - Add file extensions to the output file. Default: false
DestinationAzureBlobStorageResourceAllocation, DestinationAzureBlobStorageResourceAllocationArgs
- Default
Destination
Azure Blob Storage Resource Allocation Default - optional resource requirements to run workers (blank for unbounded allocations)
- Job
Specifics List<DestinationAzure Blob Storage Resource Allocation Job Specific>
- Default
Destination
Azure Blob Storage Resource Allocation Default - optional resource requirements to run workers (blank for unbounded allocations)
- Job
Specifics []DestinationAzure Blob Storage Resource Allocation Job Specific
- default_
Destination
Azure Blob Storage Resource Allocation Default - optional resource requirements to run workers (blank for unbounded allocations)
- job
Specifics List<DestinationAzure Blob Storage Resource Allocation Job Specific>
- default
Destination
Azure Blob Storage Resource Allocation Default - optional resource requirements to run workers (blank for unbounded allocations)
- job
Specifics DestinationAzure Blob Storage Resource Allocation Job Specific[]
- default
Destination
Azure Blob Storage Resource Allocation Default - optional resource requirements to run workers (blank for unbounded allocations)
- job_
specifics Sequence[DestinationAzure Blob Storage Resource Allocation Job Specific]
- default Property Map
- optional resource requirements to run workers (blank for unbounded allocations)
- job
Specifics List<Property Map>
DestinationAzureBlobStorageResourceAllocationDefault, DestinationAzureBlobStorageResourceAllocationDefaultArgs
- 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
DestinationAzureBlobStorageResourceAllocationJobSpecific, DestinationAzureBlobStorageResourceAllocationJobSpecificArgs
- 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 DestinationAzure Blob Storage 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 DestinationAzure Blob Storage 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 DestinationAzure Blob Storage 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 DestinationAzure Blob Storage 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 DestinationAzure Blob Storage 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)
DestinationAzureBlobStorageResourceAllocationJobSpecificResourceRequirements, DestinationAzureBlobStorageResourceAllocationJobSpecificResourceRequirementsArgs
- 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/destinationAzureBlobStorage:DestinationAzureBlobStorage my_airbyte_destination_azure_blob_storage ""
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.