airbyte.DestinationMssqlV2
Explore with Pulumi AI
DestinationMssqlV2 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.DestinationMssqlV2;
import com.pulumi.airbyte.DestinationMssqlV2Args;
import com.pulumi.airbyte.inputs.DestinationMssqlV2ConfigurationArgs;
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 myDestinationMssqlv2 = new DestinationMssqlV2("myDestinationMssqlv2", DestinationMssqlV2Args.builder()
.configuration(DestinationMssqlV2ConfigurationArgs.builder()
.database("...my_database...")
.host("...my_host...")
.jdbc_url_params("...my_jdbc_url_params...")
.load_type(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.password("...my_password...")
.port(1433)
.schema("public")
.ssl_method()
.user("...my_user...")
.build())
.definitionId("c9fa67bf-f0a4-4a94-a50c-0a2889bc913d")
.workspaceId("ce5dceb6-f2b2-4d39-b087-2eee8dcc9b07")
.build());
}
}
resources:
myDestinationMssqlv2:
type: airbyte:DestinationMssqlV2
properties:
configuration:
database: '...my_database...'
host: '...my_host...'
jdbc_url_params: '...my_jdbc_url_params...'
load_type:
insertLoad:
additionalProperties: '{ "see": "documentation" }'
loadType: INSERT
password: '...my_password...'
port: 1433
schema: public
ssl_method: {}
user: '...my_user...'
definitionId: c9fa67bf-f0a4-4a94-a50c-0a2889bc913d
workspaceId: ce5dceb6-f2b2-4d39-b087-2eee8dcc9b07
Create DestinationMssqlV2 Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new DestinationMssqlV2(name: string, args: DestinationMssqlV2Args, opts?: CustomResourceOptions);
@overload
def DestinationMssqlV2(resource_name: str,
args: DestinationMssqlV2Args,
opts: Optional[ResourceOptions] = None)
@overload
def DestinationMssqlV2(resource_name: str,
opts: Optional[ResourceOptions] = None,
configuration: Optional[DestinationMssqlV2ConfigurationArgs] = None,
workspace_id: Optional[str] = None,
definition_id: Optional[str] = None,
name: Optional[str] = None)
func NewDestinationMssqlV2(ctx *Context, name string, args DestinationMssqlV2Args, opts ...ResourceOption) (*DestinationMssqlV2, error)
public DestinationMssqlV2(string name, DestinationMssqlV2Args args, CustomResourceOptions? opts = null)
public DestinationMssqlV2(String name, DestinationMssqlV2Args args)
public DestinationMssqlV2(String name, DestinationMssqlV2Args args, CustomResourceOptions options)
type: airbyte:DestinationMssqlV2
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 DestinationMssqlV2Args
- 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 DestinationMssqlV2Args
- 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 DestinationMssqlV2Args
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DestinationMssqlV2Args
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args DestinationMssqlV2Args
- 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 destinationMssqlV2Resource = new Airbyte.DestinationMssqlV2("destinationMssqlV2Resource", new()
{
Configuration = new Airbyte.Inputs.DestinationMssqlV2ConfigurationArgs
{
Database = "string",
Host = "string",
LoadType = new Airbyte.Inputs.DestinationMssqlV2ConfigurationLoadTypeArgs
{
BulkLoad = new Airbyte.Inputs.DestinationMssqlV2ConfigurationLoadTypeBulkLoadArgs
{
AzureBlobStorageAccountName = "string",
AzureBlobStorageContainerName = "string",
BulkLoadDataSource = "string",
SharedAccessSignature = "string",
AdditionalProperties = "string",
BulkLoadValidateValuesPreLoad = false,
LoadType = "string",
},
InsertLoad = new Airbyte.Inputs.DestinationMssqlV2ConfigurationLoadTypeInsertLoadArgs
{
AdditionalProperties = "string",
LoadType = "string",
},
},
Port = 0,
SslMethod = new Airbyte.Inputs.DestinationMssqlV2ConfigurationSslMethodArgs
{
EncryptedTrustServerCertificate = new Airbyte.Inputs.DestinationMssqlV2ConfigurationSslMethodEncryptedTrustServerCertificateArgs
{
AdditionalProperties = "string",
Name = "string",
},
EncryptedVerifyCertificate = new Airbyte.Inputs.DestinationMssqlV2ConfigurationSslMethodEncryptedVerifyCertificateArgs
{
AdditionalProperties = "string",
HostNameInCertificate = "string",
Name = "string",
TrustStoreName = "string",
TrustStorePassword = "string",
},
Unencrypted = new Airbyte.Inputs.DestinationMssqlV2ConfigurationSslMethodUnencryptedArgs
{
AdditionalProperties = "string",
Name = "string",
},
},
User = "string",
JdbcUrlParams = "string",
Password = "string",
Schema = "string",
},
WorkspaceId = "string",
DefinitionId = "string",
Name = "string",
});
example, err := airbyte.NewDestinationMssqlV2(ctx, "destinationMssqlV2Resource", &airbyte.DestinationMssqlV2Args{
Configuration: &.DestinationMssqlV2ConfigurationArgs{
Database: pulumi.String("string"),
Host: pulumi.String("string"),
LoadType: &.DestinationMssqlV2ConfigurationLoadTypeArgs{
BulkLoad: &.DestinationMssqlV2ConfigurationLoadTypeBulkLoadArgs{
AzureBlobStorageAccountName: pulumi.String("string"),
AzureBlobStorageContainerName: pulumi.String("string"),
BulkLoadDataSource: pulumi.String("string"),
SharedAccessSignature: pulumi.String("string"),
AdditionalProperties: pulumi.String("string"),
BulkLoadValidateValuesPreLoad: pulumi.Bool(false),
LoadType: pulumi.String("string"),
},
InsertLoad: &.DestinationMssqlV2ConfigurationLoadTypeInsertLoadArgs{
AdditionalProperties: pulumi.String("string"),
LoadType: pulumi.String("string"),
},
},
Port: pulumi.Float64(0),
SslMethod: &.DestinationMssqlV2ConfigurationSslMethodArgs{
EncryptedTrustServerCertificate: &.DestinationMssqlV2ConfigurationSslMethodEncryptedTrustServerCertificateArgs{
AdditionalProperties: pulumi.String("string"),
Name: pulumi.String("string"),
},
EncryptedVerifyCertificate: &.DestinationMssqlV2ConfigurationSslMethodEncryptedVerifyCertificateArgs{
AdditionalProperties: pulumi.String("string"),
HostNameInCertificate: pulumi.String("string"),
Name: pulumi.String("string"),
TrustStoreName: pulumi.String("string"),
TrustStorePassword: pulumi.String("string"),
},
Unencrypted: &.DestinationMssqlV2ConfigurationSslMethodUnencryptedArgs{
AdditionalProperties: pulumi.String("string"),
Name: pulumi.String("string"),
},
},
User: pulumi.String("string"),
JdbcUrlParams: pulumi.String("string"),
Password: pulumi.String("string"),
Schema: pulumi.String("string"),
},
WorkspaceId: pulumi.String("string"),
DefinitionId: pulumi.String("string"),
Name: pulumi.String("string"),
})
var destinationMssqlV2Resource = new DestinationMssqlV2("destinationMssqlV2Resource", DestinationMssqlV2Args.builder()
.configuration(DestinationMssqlV2ConfigurationArgs.builder()
.database("string")
.host("string")
.loadType(DestinationMssqlV2ConfigurationLoadTypeArgs.builder()
.bulkLoad(DestinationMssqlV2ConfigurationLoadTypeBulkLoadArgs.builder()
.azureBlobStorageAccountName("string")
.azureBlobStorageContainerName("string")
.bulkLoadDataSource("string")
.sharedAccessSignature("string")
.additionalProperties("string")
.bulkLoadValidateValuesPreLoad(false)
.loadType("string")
.build())
.insertLoad(DestinationMssqlV2ConfigurationLoadTypeInsertLoadArgs.builder()
.additionalProperties("string")
.loadType("string")
.build())
.build())
.port(0)
.sslMethod(DestinationMssqlV2ConfigurationSslMethodArgs.builder()
.encryptedTrustServerCertificate(DestinationMssqlV2ConfigurationSslMethodEncryptedTrustServerCertificateArgs.builder()
.additionalProperties("string")
.name("string")
.build())
.encryptedVerifyCertificate(DestinationMssqlV2ConfigurationSslMethodEncryptedVerifyCertificateArgs.builder()
.additionalProperties("string")
.hostNameInCertificate("string")
.name("string")
.trustStoreName("string")
.trustStorePassword("string")
.build())
.unencrypted(DestinationMssqlV2ConfigurationSslMethodUnencryptedArgs.builder()
.additionalProperties("string")
.name("string")
.build())
.build())
.user("string")
.jdbcUrlParams("string")
.password("string")
.schema("string")
.build())
.workspaceId("string")
.definitionId("string")
.name("string")
.build());
destination_mssql_v2_resource = airbyte.DestinationMssqlV2("destinationMssqlV2Resource",
configuration={
"database": "string",
"host": "string",
"load_type": {
"bulk_load": {
"azure_blob_storage_account_name": "string",
"azure_blob_storage_container_name": "string",
"bulk_load_data_source": "string",
"shared_access_signature": "string",
"additional_properties": "string",
"bulk_load_validate_values_pre_load": False,
"load_type": "string",
},
"insert_load": {
"additional_properties": "string",
"load_type": "string",
},
},
"port": 0,
"ssl_method": {
"encrypted_trust_server_certificate": {
"additional_properties": "string",
"name": "string",
},
"encrypted_verify_certificate": {
"additional_properties": "string",
"host_name_in_certificate": "string",
"name": "string",
"trust_store_name": "string",
"trust_store_password": "string",
},
"unencrypted": {
"additional_properties": "string",
"name": "string",
},
},
"user": "string",
"jdbc_url_params": "string",
"password": "string",
"schema": "string",
},
workspace_id="string",
definition_id="string",
name="string")
const destinationMssqlV2Resource = new airbyte.DestinationMssqlV2("destinationMssqlV2Resource", {
configuration: {
database: "string",
host: "string",
loadType: {
bulkLoad: {
azureBlobStorageAccountName: "string",
azureBlobStorageContainerName: "string",
bulkLoadDataSource: "string",
sharedAccessSignature: "string",
additionalProperties: "string",
bulkLoadValidateValuesPreLoad: false,
loadType: "string",
},
insertLoad: {
additionalProperties: "string",
loadType: "string",
},
},
port: 0,
sslMethod: {
encryptedTrustServerCertificate: {
additionalProperties: "string",
name: "string",
},
encryptedVerifyCertificate: {
additionalProperties: "string",
hostNameInCertificate: "string",
name: "string",
trustStoreName: "string",
trustStorePassword: "string",
},
unencrypted: {
additionalProperties: "string",
name: "string",
},
},
user: "string",
jdbcUrlParams: "string",
password: "string",
schema: "string",
},
workspaceId: "string",
definitionId: "string",
name: "string",
});
type: airbyte:DestinationMssqlV2
properties:
configuration:
database: string
host: string
jdbcUrlParams: string
loadType:
bulkLoad:
additionalProperties: string
azureBlobStorageAccountName: string
azureBlobStorageContainerName: string
bulkLoadDataSource: string
bulkLoadValidateValuesPreLoad: false
loadType: string
sharedAccessSignature: string
insertLoad:
additionalProperties: string
loadType: string
password: string
port: 0
schema: string
sslMethod:
encryptedTrustServerCertificate:
additionalProperties: string
name: string
encryptedVerifyCertificate:
additionalProperties: string
hostNameInCertificate: string
name: string
trustStoreName: string
trustStorePassword: string
unencrypted:
additionalProperties: string
name: string
user: string
definitionId: string
name: string
workspaceId: string
DestinationMssqlV2 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 DestinationMssqlV2 resource accepts the following input properties:
- Configuration
Destination
Mssql V2Configuration - 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
Mssql V2Configuration 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
Mssql V2Configuration - 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
Mssql V2Configuration - 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
Mssql V2Configuration 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 DestinationMssqlV2 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 DestinationMssql V2Resource 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 DestinationMssql V2Resource 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 DestinationMssql V2Resource 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 DestinationMssql V2Resource 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 DestinationMssql V2Resource 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 DestinationMssqlV2 Resource
Get an existing DestinationMssqlV2 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?: DestinationMssqlV2State, opts?: CustomResourceOptions): DestinationMssqlV2
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
configuration: Optional[DestinationMssqlV2ConfigurationArgs] = 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[DestinationMssqlV2ResourceAllocationArgs] = None,
workspace_id: Optional[str] = None) -> DestinationMssqlV2
func GetDestinationMssqlV2(ctx *Context, name string, id IDInput, state *DestinationMssqlV2State, opts ...ResourceOption) (*DestinationMssqlV2, error)
public static DestinationMssqlV2 Get(string name, Input<string> id, DestinationMssqlV2State? state, CustomResourceOptions? opts = null)
public static DestinationMssqlV2 get(String name, Output<String> id, DestinationMssqlV2State state, CustomResourceOptions options)
resources: _: type: airbyte:DestinationMssqlV2 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
Mssql V2Configuration - 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 DestinationMssql V2Resource 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
Mssql V2Configuration 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 DestinationMssql V2Resource 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
Mssql V2Configuration - 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 DestinationMssql V2Resource 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
Mssql V2Configuration - 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 DestinationMssql V2Resource 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
Mssql V2Configuration 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 DestinationMssql V2Resource 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
DestinationMssqlV2Configuration, DestinationMssqlV2ConfigurationArgs
- Database string
- The name of the MSSQL database.
- Host string
- The host name of the MSSQL database.
- Load
Type DestinationMssql V2Configuration Load Type - Specifies the type of load mechanism (e.g., BULK, INSERT) and its associated configuration.
- Port double
- The port of the MSSQL database.
- Ssl
Method DestinationMssql V2Configuration Ssl Method - The encryption method which is used to communicate with the database.
- User string
- The username which is used to access the database.
- Jdbc
Url stringParams - Additional properties to pass to the JDBC URL string when connecting to the database formatted as 'key=value' pairs separated by the symbol '&'. (example: key1=value1&key2=value2&key3=value3).
- Password string
- The password associated with this username.
- Schema string
- The default schema tables are written to if the source does not specify a namespace. The usual value for this field is "public". Default: "public"
- Database string
- The name of the MSSQL database.
- Host string
- The host name of the MSSQL database.
- Load
Type DestinationMssql V2Configuration Load Type - Specifies the type of load mechanism (e.g., BULK, INSERT) and its associated configuration.
- Port float64
- The port of the MSSQL database.
- Ssl
Method DestinationMssql V2Configuration Ssl Method - The encryption method which is used to communicate with the database.
- User string
- The username which is used to access the database.
- Jdbc
Url stringParams - Additional properties to pass to the JDBC URL string when connecting to the database formatted as 'key=value' pairs separated by the symbol '&'. (example: key1=value1&key2=value2&key3=value3).
- Password string
- The password associated with this username.
- Schema string
- The default schema tables are written to if the source does not specify a namespace. The usual value for this field is "public". Default: "public"
- database String
- The name of the MSSQL database.
- host String
- The host name of the MSSQL database.
- load
Type DestinationMssql V2Configuration Load Type - Specifies the type of load mechanism (e.g., BULK, INSERT) and its associated configuration.
- port Double
- The port of the MSSQL database.
- ssl
Method DestinationMssql V2Configuration Ssl Method - The encryption method which is used to communicate with the database.
- user String
- The username which is used to access the database.
- jdbc
Url StringParams - Additional properties to pass to the JDBC URL string when connecting to the database formatted as 'key=value' pairs separated by the symbol '&'. (example: key1=value1&key2=value2&key3=value3).
- password String
- The password associated with this username.
- schema String
- The default schema tables are written to if the source does not specify a namespace. The usual value for this field is "public". Default: "public"
- database string
- The name of the MSSQL database.
- host string
- The host name of the MSSQL database.
- load
Type DestinationMssql V2Configuration Load Type - Specifies the type of load mechanism (e.g., BULK, INSERT) and its associated configuration.
- port number
- The port of the MSSQL database.
- ssl
Method DestinationMssql V2Configuration Ssl Method - The encryption method which is used to communicate with the database.
- user string
- The username which is used to access the database.
- jdbc
Url stringParams - Additional properties to pass to the JDBC URL string when connecting to the database formatted as 'key=value' pairs separated by the symbol '&'. (example: key1=value1&key2=value2&key3=value3).
- password string
- The password associated with this username.
- schema string
- The default schema tables are written to if the source does not specify a namespace. The usual value for this field is "public". Default: "public"
- database str
- The name of the MSSQL database.
- host str
- The host name of the MSSQL database.
- load_
type DestinationMssql V2Configuration Load Type - Specifies the type of load mechanism (e.g., BULK, INSERT) and its associated configuration.
- port float
- The port of the MSSQL database.
- ssl_
method DestinationMssql V2Configuration Ssl Method - The encryption method which is used to communicate with the database.
- user str
- The username which is used to access the database.
- jdbc_
url_ strparams - Additional properties to pass to the JDBC URL string when connecting to the database formatted as 'key=value' pairs separated by the symbol '&'. (example: key1=value1&key2=value2&key3=value3).
- password str
- The password associated with this username.
- schema str
- The default schema tables are written to if the source does not specify a namespace. The usual value for this field is "public". Default: "public"
- database String
- The name of the MSSQL database.
- host String
- The host name of the MSSQL database.
- load
Type Property Map - Specifies the type of load mechanism (e.g., BULK, INSERT) and its associated configuration.
- port Number
- The port of the MSSQL database.
- ssl
Method Property Map - The encryption method which is used to communicate with the database.
- user String
- The username which is used to access the database.
- jdbc
Url StringParams - Additional properties to pass to the JDBC URL string when connecting to the database formatted as 'key=value' pairs separated by the symbol '&'. (example: key1=value1&key2=value2&key3=value3).
- password String
- The password associated with this username.
- schema String
- The default schema tables are written to if the source does not specify a namespace. The usual value for this field is "public". Default: "public"
DestinationMssqlV2ConfigurationLoadType, DestinationMssqlV2ConfigurationLoadTypeArgs
- Bulk
Load DestinationMssql V2Configuration Load Type Bulk Load - Configuration details for using the BULK loading mechanism.
- Insert
Load DestinationMssql V2Configuration Load Type Insert Load - Configuration details for using the INSERT loading mechanism.
- Bulk
Load DestinationMssql V2Configuration Load Type Bulk Load - Configuration details for using the BULK loading mechanism.
- Insert
Load DestinationMssql V2Configuration Load Type Insert Load - Configuration details for using the INSERT loading mechanism.
- bulk
Load DestinationMssql V2Configuration Load Type Bulk Load - Configuration details for using the BULK loading mechanism.
- insert
Load DestinationMssql V2Configuration Load Type Insert Load - Configuration details for using the INSERT loading mechanism.
- bulk
Load DestinationMssql V2Configuration Load Type Bulk Load - Configuration details for using the BULK loading mechanism.
- insert
Load DestinationMssql V2Configuration Load Type Insert Load - Configuration details for using the INSERT loading mechanism.
- bulk_
load DestinationMssql V2Configuration Load Type Bulk Load - Configuration details for using the BULK loading mechanism.
- insert_
load DestinationMssql V2Configuration Load Type Insert Load - Configuration details for using the INSERT loading mechanism.
- bulk
Load Property Map - Configuration details for using the BULK loading mechanism.
- insert
Load Property Map - Configuration details for using the INSERT loading mechanism.
DestinationMssqlV2ConfigurationLoadTypeBulkLoad, DestinationMssqlV2ConfigurationLoadTypeBulkLoadArgs
- Azure
Blob stringStorage Account Name - The name of the Azure Blob Storage account. See: https://learn.microsoft.com/azure/storage/blobs/storage-blobs-introduction#storage-accounts
- Azure
Blob stringStorage Container Name - The name of the Azure Blob Storage container. See: https://learn.microsoft.com/azure/storage/blobs/storage-blobs-introduction#containers
- Bulk
Load stringData Source - Specifies the external data source name configured in MSSQL, which references the Azure Blob container. See: https://learn.microsoft.com/sql/t-sql/statements/bulk-insert-transact-sql
- string
- A shared access signature (SAS) provides secure delegated access to resources in your storage account. See: https://learn.microsoft.com/azure/storage/common/storage-sas-overview
- Additional
Properties string - Parsed as JSON.
- Bulk
Load boolValidate Values Pre Load - When enabled, Airbyte will validate all values before loading them into the destination table. This provides stronger data integrity guarantees but may significantly impact performance. Default: false
- Load
Type string - Default: "BULK"; must be "BULK"
- Azure
Blob stringStorage Account Name - The name of the Azure Blob Storage account. See: https://learn.microsoft.com/azure/storage/blobs/storage-blobs-introduction#storage-accounts
- Azure
Blob stringStorage Container Name - The name of the Azure Blob Storage container. See: https://learn.microsoft.com/azure/storage/blobs/storage-blobs-introduction#containers
- Bulk
Load stringData Source - Specifies the external data source name configured in MSSQL, which references the Azure Blob container. See: https://learn.microsoft.com/sql/t-sql/statements/bulk-insert-transact-sql
- string
- A shared access signature (SAS) provides secure delegated access to resources in your storage account. See: https://learn.microsoft.com/azure/storage/common/storage-sas-overview
- Additional
Properties string - Parsed as JSON.
- Bulk
Load boolValidate Values Pre Load - When enabled, Airbyte will validate all values before loading them into the destination table. This provides stronger data integrity guarantees but may significantly impact performance. Default: false
- Load
Type string - Default: "BULK"; must be "BULK"
- azure
Blob StringStorage Account Name - The name of the Azure Blob Storage account. See: https://learn.microsoft.com/azure/storage/blobs/storage-blobs-introduction#storage-accounts
- azure
Blob StringStorage Container Name - The name of the Azure Blob Storage container. See: https://learn.microsoft.com/azure/storage/blobs/storage-blobs-introduction#containers
- bulk
Load StringData Source - Specifies the external data source name configured in MSSQL, which references the Azure Blob container. See: https://learn.microsoft.com/sql/t-sql/statements/bulk-insert-transact-sql
- String
- A shared access signature (SAS) provides secure delegated access to resources in your storage account. See: https://learn.microsoft.com/azure/storage/common/storage-sas-overview
- additional
Properties String - Parsed as JSON.
- bulk
Load BooleanValidate Values Pre Load - When enabled, Airbyte will validate all values before loading them into the destination table. This provides stronger data integrity guarantees but may significantly impact performance. Default: false
- load
Type String - Default: "BULK"; must be "BULK"
- azure
Blob stringStorage Account Name - The name of the Azure Blob Storage account. See: https://learn.microsoft.com/azure/storage/blobs/storage-blobs-introduction#storage-accounts
- azure
Blob stringStorage Container Name - The name of the Azure Blob Storage container. See: https://learn.microsoft.com/azure/storage/blobs/storage-blobs-introduction#containers
- bulk
Load stringData Source - Specifies the external data source name configured in MSSQL, which references the Azure Blob container. See: https://learn.microsoft.com/sql/t-sql/statements/bulk-insert-transact-sql
- string
- A shared access signature (SAS) provides secure delegated access to resources in your storage account. See: https://learn.microsoft.com/azure/storage/common/storage-sas-overview
- additional
Properties string - Parsed as JSON.
- bulk
Load booleanValidate Values Pre Load - When enabled, Airbyte will validate all values before loading them into the destination table. This provides stronger data integrity guarantees but may significantly impact performance. Default: false
- load
Type string - Default: "BULK"; must be "BULK"
- azure_
blob_ strstorage_ account_ name - The name of the Azure Blob Storage account. See: https://learn.microsoft.com/azure/storage/blobs/storage-blobs-introduction#storage-accounts
- azure_
blob_ strstorage_ container_ name - The name of the Azure Blob Storage container. See: https://learn.microsoft.com/azure/storage/blobs/storage-blobs-introduction#containers
- bulk_
load_ strdata_ source - Specifies the external data source name configured in MSSQL, which references the Azure Blob container. See: https://learn.microsoft.com/sql/t-sql/statements/bulk-insert-transact-sql
- str
- A shared access signature (SAS) provides secure delegated access to resources in your storage account. See: https://learn.microsoft.com/azure/storage/common/storage-sas-overview
- additional_
properties str - Parsed as JSON.
- bulk_
load_ boolvalidate_ values_ pre_ load - When enabled, Airbyte will validate all values before loading them into the destination table. This provides stronger data integrity guarantees but may significantly impact performance. Default: false
- load_
type str - Default: "BULK"; must be "BULK"
- azure
Blob StringStorage Account Name - The name of the Azure Blob Storage account. See: https://learn.microsoft.com/azure/storage/blobs/storage-blobs-introduction#storage-accounts
- azure
Blob StringStorage Container Name - The name of the Azure Blob Storage container. See: https://learn.microsoft.com/azure/storage/blobs/storage-blobs-introduction#containers
- bulk
Load StringData Source - Specifies the external data source name configured in MSSQL, which references the Azure Blob container. See: https://learn.microsoft.com/sql/t-sql/statements/bulk-insert-transact-sql
- String
- A shared access signature (SAS) provides secure delegated access to resources in your storage account. See: https://learn.microsoft.com/azure/storage/common/storage-sas-overview
- additional
Properties String - Parsed as JSON.
- bulk
Load BooleanValidate Values Pre Load - When enabled, Airbyte will validate all values before loading them into the destination table. This provides stronger data integrity guarantees but may significantly impact performance. Default: false
- load
Type String - Default: "BULK"; must be "BULK"
DestinationMssqlV2ConfigurationLoadTypeInsertLoad, DestinationMssqlV2ConfigurationLoadTypeInsertLoadArgs
- Additional
Properties string - Parsed as JSON.
- Load
Type string - Default: "INSERT"; must be "INSERT"
- Additional
Properties string - Parsed as JSON.
- Load
Type string - Default: "INSERT"; must be "INSERT"
- additional
Properties String - Parsed as JSON.
- load
Type String - Default: "INSERT"; must be "INSERT"
- additional
Properties string - Parsed as JSON.
- load
Type string - Default: "INSERT"; must be "INSERT"
- additional_
properties str - Parsed as JSON.
- load_
type str - Default: "INSERT"; must be "INSERT"
- additional
Properties String - Parsed as JSON.
- load
Type String - Default: "INSERT"; must be "INSERT"
DestinationMssqlV2ConfigurationSslMethod, DestinationMssqlV2ConfigurationSslMethodArgs
- Encrypted
Trust DestinationServer Certificate Mssql V2Configuration Ssl Method Encrypted Trust Server Certificate - Use the certificate provided by the server without verification. (For testing purposes only!)
- Encrypted
Verify DestinationCertificate Mssql V2Configuration Ssl Method Encrypted Verify Certificate - Verify and use the certificate provided by the server.
- Unencrypted
Destination
Mssql V2Configuration Ssl Method Unencrypted - The data transfer will not be encrypted.
- Encrypted
Trust DestinationServer Certificate Mssql V2Configuration Ssl Method Encrypted Trust Server Certificate - Use the certificate provided by the server without verification. (For testing purposes only!)
- Encrypted
Verify DestinationCertificate Mssql V2Configuration Ssl Method Encrypted Verify Certificate - Verify and use the certificate provided by the server.
- Unencrypted
Destination
Mssql V2Configuration Ssl Method Unencrypted - The data transfer will not be encrypted.
- encrypted
Trust DestinationServer Certificate Mssql V2Configuration Ssl Method Encrypted Trust Server Certificate - Use the certificate provided by the server without verification. (For testing purposes only!)
- encrypted
Verify DestinationCertificate Mssql V2Configuration Ssl Method Encrypted Verify Certificate - Verify and use the certificate provided by the server.
- unencrypted
Destination
Mssql V2Configuration Ssl Method Unencrypted - The data transfer will not be encrypted.
- encrypted
Trust DestinationServer Certificate Mssql V2Configuration Ssl Method Encrypted Trust Server Certificate - Use the certificate provided by the server without verification. (For testing purposes only!)
- encrypted
Verify DestinationCertificate Mssql V2Configuration Ssl Method Encrypted Verify Certificate - Verify and use the certificate provided by the server.
- unencrypted
Destination
Mssql V2Configuration Ssl Method Unencrypted - The data transfer will not be encrypted.
- encrypted_
trust_ Destinationserver_ certificate Mssql V2Configuration Ssl Method Encrypted Trust Server Certificate - Use the certificate provided by the server without verification. (For testing purposes only!)
- encrypted_
verify_ Destinationcertificate Mssql V2Configuration Ssl Method Encrypted Verify Certificate - Verify and use the certificate provided by the server.
- unencrypted
Destination
Mssql V2Configuration Ssl Method Unencrypted - The data transfer will not be encrypted.
- encrypted
Trust Property MapServer Certificate - Use the certificate provided by the server without verification. (For testing purposes only!)
- encrypted
Verify Property MapCertificate - Verify and use the certificate provided by the server.
- unencrypted Property Map
- The data transfer will not be encrypted.
DestinationMssqlV2ConfigurationSslMethodEncryptedTrustServerCertificate, DestinationMssqlV2ConfigurationSslMethodEncryptedTrustServerCertificateArgs
- Additional
Properties string - Parsed as JSON.
- Name string
- Default: "encryptedtrustservercertificate"; must be "encryptedtrustservercertificate"
- Additional
Properties string - Parsed as JSON.
- Name string
- Default: "encryptedtrustservercertificate"; must be "encryptedtrustservercertificate"
- additional
Properties String - Parsed as JSON.
- name String
- Default: "encryptedtrustservercertificate"; must be "encryptedtrustservercertificate"
- additional
Properties string - Parsed as JSON.
- name string
- Default: "encryptedtrustservercertificate"; must be "encryptedtrustservercertificate"
- additional_
properties str - Parsed as JSON.
- name str
- Default: "encryptedtrustservercertificate"; must be "encryptedtrustservercertificate"
- additional
Properties String - Parsed as JSON.
- name String
- Default: "encryptedtrustservercertificate"; must be "encryptedtrustservercertificate"
DestinationMssqlV2ConfigurationSslMethodEncryptedVerifyCertificate, DestinationMssqlV2ConfigurationSslMethodEncryptedVerifyCertificateArgs
- Additional
Properties string - Parsed as JSON.
- Host
Name stringIn Certificate - Specifies the host name of the server. The value of this property must match the subject property of the certificate.
- Name string
- Default: "encryptedverifycertificate"; must be "encryptedverifycertificate"
- Trust
Store stringName - Specifies the name of the trust store.
- Trust
Store stringPassword - Specifies the password of the trust store.
- Additional
Properties string - Parsed as JSON.
- Host
Name stringIn Certificate - Specifies the host name of the server. The value of this property must match the subject property of the certificate.
- Name string
- Default: "encryptedverifycertificate"; must be "encryptedverifycertificate"
- Trust
Store stringName - Specifies the name of the trust store.
- Trust
Store stringPassword - Specifies the password of the trust store.
- additional
Properties String - Parsed as JSON.
- host
Name StringIn Certificate - Specifies the host name of the server. The value of this property must match the subject property of the certificate.
- name String
- Default: "encryptedverifycertificate"; must be "encryptedverifycertificate"
- trust
Store StringName - Specifies the name of the trust store.
- trust
Store StringPassword - Specifies the password of the trust store.
- additional
Properties string - Parsed as JSON.
- host
Name stringIn Certificate - Specifies the host name of the server. The value of this property must match the subject property of the certificate.
- name string
- Default: "encryptedverifycertificate"; must be "encryptedverifycertificate"
- trust
Store stringName - Specifies the name of the trust store.
- trust
Store stringPassword - Specifies the password of the trust store.
- additional_
properties str - Parsed as JSON.
- host_
name_ strin_ certificate - Specifies the host name of the server. The value of this property must match the subject property of the certificate.
- name str
- Default: "encryptedverifycertificate"; must be "encryptedverifycertificate"
- trust_
store_ strname - Specifies the name of the trust store.
- trust_
store_ strpassword - Specifies the password of the trust store.
- additional
Properties String - Parsed as JSON.
- host
Name StringIn Certificate - Specifies the host name of the server. The value of this property must match the subject property of the certificate.
- name String
- Default: "encryptedverifycertificate"; must be "encryptedverifycertificate"
- trust
Store StringName - Specifies the name of the trust store.
- trust
Store StringPassword - Specifies the password of the trust store.
DestinationMssqlV2ConfigurationSslMethodUnencrypted, DestinationMssqlV2ConfigurationSslMethodUnencryptedArgs
- Additional
Properties string - Parsed as JSON.
- Name string
- Default: "unencrypted"; must be "unencrypted"
- Additional
Properties string - Parsed as JSON.
- Name string
- Default: "unencrypted"; must be "unencrypted"
- additional
Properties String - Parsed as JSON.
- name String
- Default: "unencrypted"; must be "unencrypted"
- additional
Properties string - Parsed as JSON.
- name string
- Default: "unencrypted"; must be "unencrypted"
- additional_
properties str - Parsed as JSON.
- name str
- Default: "unencrypted"; must be "unencrypted"
- additional
Properties String - Parsed as JSON.
- name String
- Default: "unencrypted"; must be "unencrypted"
DestinationMssqlV2ResourceAllocation, DestinationMssqlV2ResourceAllocationArgs
- Default
Destination
Mssql V2Resource Allocation Default - optional resource requirements to run workers (blank for unbounded allocations)
- Job
Specifics List<DestinationMssql V2Resource Allocation Job Specific>
- Default
Destination
Mssql V2Resource Allocation Default - optional resource requirements to run workers (blank for unbounded allocations)
- Job
Specifics []DestinationMssql V2Resource Allocation Job Specific
- default_
Destination
Mssql V2Resource Allocation Default - optional resource requirements to run workers (blank for unbounded allocations)
- job
Specifics List<DestinationMssql V2Resource Allocation Job Specific>
- default
Destination
Mssql V2Resource Allocation Default - optional resource requirements to run workers (blank for unbounded allocations)
- job
Specifics DestinationMssql V2Resource Allocation Job Specific[]
- default
Destination
Mssql V2Resource Allocation Default - optional resource requirements to run workers (blank for unbounded allocations)
- job_
specifics Sequence[DestinationMssql V2Resource Allocation Job Specific]
- default Property Map
- optional resource requirements to run workers (blank for unbounded allocations)
- job
Specifics List<Property Map>
DestinationMssqlV2ResourceAllocationDefault, DestinationMssqlV2ResourceAllocationDefaultArgs
- 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
DestinationMssqlV2ResourceAllocationJobSpecific, DestinationMssqlV2ResourceAllocationJobSpecificArgs
- 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 DestinationMssql V2Resource 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 DestinationMssql V2Resource 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 DestinationMssql V2Resource 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 DestinationMssql V2Resource 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 DestinationMssql V2Resource 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)
DestinationMssqlV2ResourceAllocationJobSpecificResourceRequirements, DestinationMssqlV2ResourceAllocationJobSpecificResourceRequirementsArgs
- 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/destinationMssqlV2:DestinationMssqlV2 my_airbyte_destination_mssql_v2 ""
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.