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...")
                .password("...my_password...")
                .port(1433)
                .schema("public")
                .ssl_method(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
                .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...'
        password: '...my_password...'
        port: 1433
        schema: public
        ssl_method:
          encryptedTrustServerCertificate:
            additionalProperties: '{ "see": "documentation" }'
            name: encrypted_trust_server_certificate
          encryptedVerifyCertificate:
            additionalProperties: '{ "see": "documentation" }'
            hostNameInCertificate: '...my_host_name_in_certificate...'
            name: encrypted_verify_certificate
            trustStoreName: '...my_trust_store_name...'
            trustStorePassword: '...my_trust_store_password...'
          unencrypted:
            additionalProperties: '{ "see": "documentation" }'
            name: unencrypted
        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",
        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"),
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")
        .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",
        "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",
        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
        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
DestinationMssql V2Configuration 
- WorkspaceId string
- DefinitionId string
- The UUID of the connector definition. One of configuration.destinationType or definitionId must be provided. Requires replacement if changed.
- Name string
- Name of the destination e.g. dev-mysql-instance.
- Configuration
DestinationMssql V2Configuration Args 
- WorkspaceId string
- DefinitionId string
- The UUID of the connector definition. One of configuration.destinationType or definitionId must be provided. Requires replacement if changed.
- Name string
- Name of the destination e.g. dev-mysql-instance.
- configuration
DestinationMssql V2Configuration 
- workspaceId String
- definitionId String
- The UUID of the connector definition. One of configuration.destinationType or definitionId must be provided. Requires replacement if changed.
- name String
- Name of the destination e.g. dev-mysql-instance.
- configuration
DestinationMssql V2Configuration 
- workspaceId string
- definitionId string
- The UUID of the connector definition. One of configuration.destinationType or definitionId must be provided. Requires replacement if changed.
- name string
- Name of the destination e.g. dev-mysql-instance.
- configuration
DestinationMssql 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
- workspaceId String
- definitionId String
- The UUID of the connector definition. One of configuration.destinationType or definitionId must be provided. Requires replacement if changed.
- name String
- Name of the destination e.g. dev-mysql-instance.
Outputs
All input properties are implicitly available as output properties. Additionally, the DestinationMssqlV2 resource produces the following output properties:
- CreatedAt double
- DestinationId string
- DestinationType string
- Id string
- The provider-assigned unique ID for this managed resource.
- CreatedAt float64
- DestinationId string
- DestinationType string
- Id string
- The provider-assigned unique ID for this managed resource.
- createdAt Double
- destinationId String
- destinationType String
- id String
- The provider-assigned unique ID for this managed resource.
- createdAt number
- destinationId string
- destinationType string
- id string
- The provider-assigned unique ID for this managed resource.
- created_at float
- destination_id str
- destination_type str
- id str
- The provider-assigned unique ID for this managed resource.
- createdAt Number
- destinationId String
- destinationType String
- id String
- The provider-assigned unique ID for this managed resource.
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,
        workspace_id: Optional[str] = None) -> DestinationMssqlV2func 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
DestinationMssql V2Configuration 
- CreatedAt double
- DefinitionId string
- The UUID of the connector definition. One of configuration.destinationType or definitionId must be provided. Requires replacement if changed.
- DestinationId string
- DestinationType string
- Name string
- Name of the destination e.g. dev-mysql-instance.
- WorkspaceId string
- Configuration
DestinationMssql V2Configuration Args 
- CreatedAt float64
- DefinitionId string
- The UUID of the connector definition. One of configuration.destinationType or definitionId must be provided. Requires replacement if changed.
- DestinationId string
- DestinationType string
- Name string
- Name of the destination e.g. dev-mysql-instance.
- WorkspaceId string
- configuration
DestinationMssql V2Configuration 
- createdAt Double
- definitionId String
- The UUID of the connector definition. One of configuration.destinationType or definitionId must be provided. Requires replacement if changed.
- destinationId String
- destinationType String
- name String
- Name of the destination e.g. dev-mysql-instance.
- workspaceId String
- configuration
DestinationMssql V2Configuration 
- createdAt number
- definitionId string
- The UUID of the connector definition. One of configuration.destinationType or definitionId must be provided. Requires replacement if changed.
- destinationId string
- destinationType string
- name string
- Name of the destination e.g. dev-mysql-instance.
- workspaceId string
- configuration
DestinationMssql 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.
- workspace_id str
- configuration Property Map
- createdAt Number
- definitionId String
- The UUID of the connector definition. One of configuration.destinationType or definitionId must be provided. Requires replacement if changed.
- destinationId String
- destinationType String
- name String
- Name of the destination e.g. dev-mysql-instance.
- workspaceId String
Supporting Types
DestinationMssqlV2Configuration, DestinationMssqlV2ConfigurationArgs      
- Database string
- The name of the MSSQL database.
- Host string
- The host name of the MSSQL database.
- Port double
- The port of the MSSQL database.
- SslMethod 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.
- JdbcUrl 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.
- Port float64
- The port of the MSSQL database.
- SslMethod 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.
- JdbcUrl 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.
- port Double
- The port of the MSSQL database.
- sslMethod 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.
- jdbcUrl 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.
- port number
- The port of the MSSQL database.
- sslMethod 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.
- jdbcUrl 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.
- 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.
- port Number
- The port of the MSSQL database.
- sslMethod Property Map
- The encryption method which is used to communicate with the database.
- user String
- The username which is used to access the database.
- jdbcUrl 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"
DestinationMssqlV2ConfigurationSslMethod, DestinationMssqlV2ConfigurationSslMethodArgs          
- EncryptedTrust DestinationServer Certificate Mssql V2Configuration Ssl Method Encrypted Trust Server Certificate 
- Use the certificate provided by the server without verification. (For testing purposes only!)
- EncryptedVerify DestinationCertificate Mssql V2Configuration Ssl Method Encrypted Verify Certificate 
- Verify and use the certificate provided by the server.
- Unencrypted
DestinationMssql V2Configuration Ssl Method Unencrypted 
- The data transfer will not be encrypted.
- EncryptedTrust DestinationServer Certificate Mssql V2Configuration Ssl Method Encrypted Trust Server Certificate 
- Use the certificate provided by the server without verification. (For testing purposes only!)
- EncryptedVerify DestinationCertificate Mssql V2Configuration Ssl Method Encrypted Verify Certificate 
- Verify and use the certificate provided by the server.
- Unencrypted
DestinationMssql V2Configuration Ssl Method Unencrypted 
- The data transfer will not be encrypted.
- encryptedTrust DestinationServer Certificate Mssql V2Configuration Ssl Method Encrypted Trust Server Certificate 
- Use the certificate provided by the server without verification. (For testing purposes only!)
- encryptedVerify DestinationCertificate Mssql V2Configuration Ssl Method Encrypted Verify Certificate 
- Verify and use the certificate provided by the server.
- unencrypted
DestinationMssql V2Configuration Ssl Method Unencrypted 
- The data transfer will not be encrypted.
- encryptedTrust DestinationServer Certificate Mssql V2Configuration Ssl Method Encrypted Trust Server Certificate 
- Use the certificate provided by the server without verification. (For testing purposes only!)
- encryptedVerify DestinationCertificate Mssql V2Configuration Ssl Method Encrypted Verify Certificate 
- Verify and use the certificate provided by the server.
- unencrypted
DestinationMssql 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
DestinationMssql V2Configuration Ssl Method Unencrypted 
- The data transfer will not be encrypted.
- encryptedTrust Property MapServer Certificate 
- Use the certificate provided by the server without verification. (For testing purposes only!)
- encryptedVerify Property MapCertificate 
- Verify and use the certificate provided by the server.
- unencrypted Property Map
- The data transfer will not be encrypted.
DestinationMssqlV2ConfigurationSslMethodEncryptedTrustServerCertificate, DestinationMssqlV2ConfigurationSslMethodEncryptedTrustServerCertificateArgs                  
- AdditionalProperties string
- Parsed as JSON.
- Name string
- Default: "encryptedtrustservercertificate"; must be "encryptedtrustservercertificate"
- AdditionalProperties string
- Parsed as JSON.
- Name string
- Default: "encryptedtrustservercertificate"; must be "encryptedtrustservercertificate"
- additionalProperties String
- Parsed as JSON.
- name String
- Default: "encryptedtrustservercertificate"; must be "encryptedtrustservercertificate"
- additionalProperties string
- Parsed as JSON.
- name string
- Default: "encryptedtrustservercertificate"; must be "encryptedtrustservercertificate"
- additional_properties str
- Parsed as JSON.
- name str
- Default: "encryptedtrustservercertificate"; must be "encryptedtrustservercertificate"
- additionalProperties String
- Parsed as JSON.
- name String
- Default: "encryptedtrustservercertificate"; must be "encryptedtrustservercertificate"
DestinationMssqlV2ConfigurationSslMethodEncryptedVerifyCertificate, DestinationMssqlV2ConfigurationSslMethodEncryptedVerifyCertificateArgs                
- AdditionalProperties string
- Parsed as JSON.
- HostName 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"
- TrustStore stringName 
- Specifies the name of the trust store.
- TrustStore stringPassword 
- Specifies the password of the trust store.
- AdditionalProperties string
- Parsed as JSON.
- HostName 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"
- TrustStore stringName 
- Specifies the name of the trust store.
- TrustStore stringPassword 
- Specifies the password of the trust store.
- additionalProperties String
- Parsed as JSON.
- hostName 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"
- trustStore StringName 
- Specifies the name of the trust store.
- trustStore StringPassword 
- Specifies the password of the trust store.
- additionalProperties string
- Parsed as JSON.
- hostName 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"
- trustStore stringName 
- Specifies the name of the trust store.
- trustStore 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.
- additionalProperties String
- Parsed as JSON.
- hostName 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"
- trustStore StringName 
- Specifies the name of the trust store.
- trustStore StringPassword 
- Specifies the password of the trust store.
DestinationMssqlV2ConfigurationSslMethodUnencrypted, DestinationMssqlV2ConfigurationSslMethodUnencryptedArgs            
- AdditionalProperties string
- Parsed as JSON.
- Name string
- Default: "unencrypted"; must be "unencrypted"
- AdditionalProperties string
- Parsed as JSON.
- Name string
- Default: "unencrypted"; must be "unencrypted"
- additionalProperties String
- Parsed as JSON.
- name String
- Default: "unencrypted"; must be "unencrypted"
- additionalProperties string
- Parsed as JSON.
- name string
- Default: "unencrypted"; must be "unencrypted"
- additional_properties str
- Parsed as JSON.
- name str
- Default: "unencrypted"; must be "unencrypted"
- additionalProperties String
- Parsed as JSON.
- name String
- Default: "unencrypted"; must be "unencrypted"
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 airbyteTerraform Provider.