fivetran.Destination
Explore with Pulumi AI
Import
- To import an existing
fivetran_destination
resource into your Terraform state, you need to get Destination Group ID on the destination page in your Fivetran dashboard.
To retrieve existing groups, use the fivetran_groups data source.
- Define an empty resource in your
.tf
configuration:
hcl
resource “fivetran_destination” “my_imported_destination” {
}
- Run the
pulumi import
command with the following parameters:
$ pulumi import fivetran:index/destination:Destination my_imported_destination {your Destination Group ID}
- Use the
terraform state show
command to get the values from the state:
terraform state show ‘fivetran_destination.my_imported_destination’
- Copy the values and paste them to your
.tf
configuration.
-> The config
object in the state contains all properties defined in the schema. You need to remove properties from the config
that are not related to destinations. See the Fivetran REST API documentation for reference to find the properties you need to keep in the config
section.
Create Destination Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Destination(name: string, args: DestinationArgs, opts?: CustomResourceOptions);
@overload
def Destination(resource_name: str,
args: DestinationArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Destination(resource_name: str,
opts: Optional[ResourceOptions] = None,
time_zone_offset: Optional[str] = None,
group_id: Optional[str] = None,
region: Optional[str] = None,
service: Optional[str] = None,
daylight_saving_time_enabled: Optional[bool] = None,
hybrid_deployment_agent_id: Optional[str] = None,
networking_method: Optional[str] = None,
private_link_id: Optional[str] = None,
run_setup_tests: Optional[bool] = None,
config: Optional[DestinationConfigArgs] = None,
timeouts: Optional[DestinationTimeoutsArgs] = None,
trust_certificates: Optional[bool] = None,
trust_fingerprints: Optional[bool] = None)
func NewDestination(ctx *Context, name string, args DestinationArgs, opts ...ResourceOption) (*Destination, error)
public Destination(string name, DestinationArgs args, CustomResourceOptions? opts = null)
public Destination(String name, DestinationArgs args)
public Destination(String name, DestinationArgs args, CustomResourceOptions options)
type: fivetran:Destination
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 DestinationArgs
- 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 DestinationArgs
- 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 DestinationArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DestinationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args DestinationArgs
- 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 destinationResource = new Fivetran.Destination("destinationResource", new()
{
TimeZoneOffset = "string",
GroupId = "string",
Region = "string",
Service = "string",
DaylightSavingTimeEnabled = false,
HybridDeploymentAgentId = "string",
NetworkingMethod = "string",
PrivateLinkId = "string",
RunSetupTests = false,
Config = new Fivetran.Inputs.DestinationConfigArgs
{
AlwaysEncrypted = false,
Auth = "string",
AuthType = "string",
AwsAccessKeyId = "string",
AwsSecretAccessKey = "string",
BootstrapServers = new[]
{
"string",
},
Bucket = "string",
Catalog = "string",
ClientId = "string",
CloudProvider = "string",
ClusterId = "string",
ClusterRegion = "string",
ConnectionMethod = "string",
ConnectionType = "string",
ContainerName = "string",
ControllerId = "string",
CreateExternalTables = false,
DataFormat = "string",
DataSetLocation = "string",
Database = "string",
DatabricksConnectionType = "string",
EnableRemoteExecution = false,
ExternalId = "string",
ExternalLocation = "string",
FivetranGlueRoleArn = "string",
FivetranMskRoleArn = "string",
FivetranRoleArn = "string",
Host = "string",
HttpPath = "string",
IsPrivateKeyEncrypted = false,
IsPrivateLinkRequired = false,
IsRedshiftServerless = false,
LakehouseGuid = "string",
LakehouseName = "string",
MskStsRegion = "string",
NumOfPartitions = 0,
Oauth2ClientId = "string",
Oauth2Secret = "string",
Passphrase = "string",
Password = "string",
PersonalAccessToken = "string",
Port = 0,
PrefixPath = "string",
PrivateKey = "string",
ProjectId = "string",
PublicKey = "string",
Region = "string",
RegistryName = "string",
RegistryStsRegion = "string",
ReplicationFactor = 0,
ResourceId = "string",
Role = "string",
RoleArn = "string",
SaslMechanism = "string",
SaslPlainKey = "string",
SaslPlainSecret = "string",
SchemaCompatibility = "string",
SchemaRegistry = "string",
SchemaRegistryApiKey = "string",
SchemaRegistryApiSecret = "string",
SchemaRegistryUrl = "string",
SecretKey = "string",
SecretValue = "string",
SecurityProtocol = "string",
ServerHostName = "string",
ShouldMaintainTablesInDatabricks = false,
SnapshotRetentionPeriod = "string",
SnowflakeCloud = "string",
SnowflakeRegion = "string",
StorageAccountName = "string",
TableFormat = "string",
TenantId = "string",
TunnelHost = "string",
TunnelPort = 0,
TunnelUser = "string",
User = "string",
WorkspaceGuid = "string",
WorkspaceName = "string",
},
Timeouts = new Fivetran.Inputs.DestinationTimeoutsArgs
{
Create = "string",
Update = "string",
},
TrustCertificates = false,
TrustFingerprints = false,
});
example, err := fivetran.NewDestination(ctx, "destinationResource", &fivetran.DestinationArgs{
TimeZoneOffset: pulumi.String("string"),
GroupId: pulumi.String("string"),
Region: pulumi.String("string"),
Service: pulumi.String("string"),
DaylightSavingTimeEnabled: pulumi.Bool(false),
HybridDeploymentAgentId: pulumi.String("string"),
NetworkingMethod: pulumi.String("string"),
PrivateLinkId: pulumi.String("string"),
RunSetupTests: pulumi.Bool(false),
Config: &.DestinationConfigArgs{
AlwaysEncrypted: pulumi.Bool(false),
Auth: pulumi.String("string"),
AuthType: pulumi.String("string"),
AwsAccessKeyId: pulumi.String("string"),
AwsSecretAccessKey: pulumi.String("string"),
BootstrapServers: pulumi.StringArray{
pulumi.String("string"),
},
Bucket: pulumi.String("string"),
Catalog: pulumi.String("string"),
ClientId: pulumi.String("string"),
CloudProvider: pulumi.String("string"),
ClusterId: pulumi.String("string"),
ClusterRegion: pulumi.String("string"),
ConnectionMethod: pulumi.String("string"),
ConnectionType: pulumi.String("string"),
ContainerName: pulumi.String("string"),
ControllerId: pulumi.String("string"),
CreateExternalTables: pulumi.Bool(false),
DataFormat: pulumi.String("string"),
DataSetLocation: pulumi.String("string"),
Database: pulumi.String("string"),
DatabricksConnectionType: pulumi.String("string"),
EnableRemoteExecution: pulumi.Bool(false),
ExternalId: pulumi.String("string"),
ExternalLocation: pulumi.String("string"),
FivetranGlueRoleArn: pulumi.String("string"),
FivetranMskRoleArn: pulumi.String("string"),
FivetranRoleArn: pulumi.String("string"),
Host: pulumi.String("string"),
HttpPath: pulumi.String("string"),
IsPrivateKeyEncrypted: pulumi.Bool(false),
IsPrivateLinkRequired: pulumi.Bool(false),
IsRedshiftServerless: pulumi.Bool(false),
LakehouseGuid: pulumi.String("string"),
LakehouseName: pulumi.String("string"),
MskStsRegion: pulumi.String("string"),
NumOfPartitions: pulumi.Float64(0),
Oauth2ClientId: pulumi.String("string"),
Oauth2Secret: pulumi.String("string"),
Passphrase: pulumi.String("string"),
Password: pulumi.String("string"),
PersonalAccessToken: pulumi.String("string"),
Port: pulumi.Float64(0),
PrefixPath: pulumi.String("string"),
PrivateKey: pulumi.String("string"),
ProjectId: pulumi.String("string"),
PublicKey: pulumi.String("string"),
Region: pulumi.String("string"),
RegistryName: pulumi.String("string"),
RegistryStsRegion: pulumi.String("string"),
ReplicationFactor: pulumi.Float64(0),
ResourceId: pulumi.String("string"),
Role: pulumi.String("string"),
RoleArn: pulumi.String("string"),
SaslMechanism: pulumi.String("string"),
SaslPlainKey: pulumi.String("string"),
SaslPlainSecret: pulumi.String("string"),
SchemaCompatibility: pulumi.String("string"),
SchemaRegistry: pulumi.String("string"),
SchemaRegistryApiKey: pulumi.String("string"),
SchemaRegistryApiSecret: pulumi.String("string"),
SchemaRegistryUrl: pulumi.String("string"),
SecretKey: pulumi.String("string"),
SecretValue: pulumi.String("string"),
SecurityProtocol: pulumi.String("string"),
ServerHostName: pulumi.String("string"),
ShouldMaintainTablesInDatabricks: pulumi.Bool(false),
SnapshotRetentionPeriod: pulumi.String("string"),
SnowflakeCloud: pulumi.String("string"),
SnowflakeRegion: pulumi.String("string"),
StorageAccountName: pulumi.String("string"),
TableFormat: pulumi.String("string"),
TenantId: pulumi.String("string"),
TunnelHost: pulumi.String("string"),
TunnelPort: pulumi.Float64(0),
TunnelUser: pulumi.String("string"),
User: pulumi.String("string"),
WorkspaceGuid: pulumi.String("string"),
WorkspaceName: pulumi.String("string"),
},
Timeouts: &.DestinationTimeoutsArgs{
Create: pulumi.String("string"),
Update: pulumi.String("string"),
},
TrustCertificates: pulumi.Bool(false),
TrustFingerprints: pulumi.Bool(false),
})
var destinationResource = new Destination("destinationResource", DestinationArgs.builder()
.timeZoneOffset("string")
.groupId("string")
.region("string")
.service("string")
.daylightSavingTimeEnabled(false)
.hybridDeploymentAgentId("string")
.networkingMethod("string")
.privateLinkId("string")
.runSetupTests(false)
.config(DestinationConfigArgs.builder()
.alwaysEncrypted(false)
.auth("string")
.authType("string")
.awsAccessKeyId("string")
.awsSecretAccessKey("string")
.bootstrapServers("string")
.bucket("string")
.catalog("string")
.clientId("string")
.cloudProvider("string")
.clusterId("string")
.clusterRegion("string")
.connectionMethod("string")
.connectionType("string")
.containerName("string")
.controllerId("string")
.createExternalTables(false)
.dataFormat("string")
.dataSetLocation("string")
.database("string")
.databricksConnectionType("string")
.enableRemoteExecution(false)
.externalId("string")
.externalLocation("string")
.fivetranGlueRoleArn("string")
.fivetranMskRoleArn("string")
.fivetranRoleArn("string")
.host("string")
.httpPath("string")
.isPrivateKeyEncrypted(false)
.isPrivateLinkRequired(false)
.isRedshiftServerless(false)
.lakehouseGuid("string")
.lakehouseName("string")
.mskStsRegion("string")
.numOfPartitions(0)
.oauth2ClientId("string")
.oauth2Secret("string")
.passphrase("string")
.password("string")
.personalAccessToken("string")
.port(0)
.prefixPath("string")
.privateKey("string")
.projectId("string")
.publicKey("string")
.region("string")
.registryName("string")
.registryStsRegion("string")
.replicationFactor(0)
.resourceId("string")
.role("string")
.roleArn("string")
.saslMechanism("string")
.saslPlainKey("string")
.saslPlainSecret("string")
.schemaCompatibility("string")
.schemaRegistry("string")
.schemaRegistryApiKey("string")
.schemaRegistryApiSecret("string")
.schemaRegistryUrl("string")
.secretKey("string")
.secretValue("string")
.securityProtocol("string")
.serverHostName("string")
.shouldMaintainTablesInDatabricks(false)
.snapshotRetentionPeriod("string")
.snowflakeCloud("string")
.snowflakeRegion("string")
.storageAccountName("string")
.tableFormat("string")
.tenantId("string")
.tunnelHost("string")
.tunnelPort(0)
.tunnelUser("string")
.user("string")
.workspaceGuid("string")
.workspaceName("string")
.build())
.timeouts(DestinationTimeoutsArgs.builder()
.create("string")
.update("string")
.build())
.trustCertificates(false)
.trustFingerprints(false)
.build());
destination_resource = fivetran.Destination("destinationResource",
time_zone_offset="string",
group_id="string",
region="string",
service="string",
daylight_saving_time_enabled=False,
hybrid_deployment_agent_id="string",
networking_method="string",
private_link_id="string",
run_setup_tests=False,
config={
"always_encrypted": False,
"auth": "string",
"auth_type": "string",
"aws_access_key_id": "string",
"aws_secret_access_key": "string",
"bootstrap_servers": ["string"],
"bucket": "string",
"catalog": "string",
"client_id": "string",
"cloud_provider": "string",
"cluster_id": "string",
"cluster_region": "string",
"connection_method": "string",
"connection_type": "string",
"container_name": "string",
"controller_id": "string",
"create_external_tables": False,
"data_format": "string",
"data_set_location": "string",
"database": "string",
"databricks_connection_type": "string",
"enable_remote_execution": False,
"external_id": "string",
"external_location": "string",
"fivetran_glue_role_arn": "string",
"fivetran_msk_role_arn": "string",
"fivetran_role_arn": "string",
"host": "string",
"http_path": "string",
"is_private_key_encrypted": False,
"is_private_link_required": False,
"is_redshift_serverless": False,
"lakehouse_guid": "string",
"lakehouse_name": "string",
"msk_sts_region": "string",
"num_of_partitions": 0,
"oauth2_client_id": "string",
"oauth2_secret": "string",
"passphrase": "string",
"password": "string",
"personal_access_token": "string",
"port": 0,
"prefix_path": "string",
"private_key": "string",
"project_id": "string",
"public_key": "string",
"region": "string",
"registry_name": "string",
"registry_sts_region": "string",
"replication_factor": 0,
"resource_id": "string",
"role": "string",
"role_arn": "string",
"sasl_mechanism": "string",
"sasl_plain_key": "string",
"sasl_plain_secret": "string",
"schema_compatibility": "string",
"schema_registry": "string",
"schema_registry_api_key": "string",
"schema_registry_api_secret": "string",
"schema_registry_url": "string",
"secret_key": "string",
"secret_value": "string",
"security_protocol": "string",
"server_host_name": "string",
"should_maintain_tables_in_databricks": False,
"snapshot_retention_period": "string",
"snowflake_cloud": "string",
"snowflake_region": "string",
"storage_account_name": "string",
"table_format": "string",
"tenant_id": "string",
"tunnel_host": "string",
"tunnel_port": 0,
"tunnel_user": "string",
"user": "string",
"workspace_guid": "string",
"workspace_name": "string",
},
timeouts={
"create": "string",
"update": "string",
},
trust_certificates=False,
trust_fingerprints=False)
const destinationResource = new fivetran.Destination("destinationResource", {
timeZoneOffset: "string",
groupId: "string",
region: "string",
service: "string",
daylightSavingTimeEnabled: false,
hybridDeploymentAgentId: "string",
networkingMethod: "string",
privateLinkId: "string",
runSetupTests: false,
config: {
alwaysEncrypted: false,
auth: "string",
authType: "string",
awsAccessKeyId: "string",
awsSecretAccessKey: "string",
bootstrapServers: ["string"],
bucket: "string",
catalog: "string",
clientId: "string",
cloudProvider: "string",
clusterId: "string",
clusterRegion: "string",
connectionMethod: "string",
connectionType: "string",
containerName: "string",
controllerId: "string",
createExternalTables: false,
dataFormat: "string",
dataSetLocation: "string",
database: "string",
databricksConnectionType: "string",
enableRemoteExecution: false,
externalId: "string",
externalLocation: "string",
fivetranGlueRoleArn: "string",
fivetranMskRoleArn: "string",
fivetranRoleArn: "string",
host: "string",
httpPath: "string",
isPrivateKeyEncrypted: false,
isPrivateLinkRequired: false,
isRedshiftServerless: false,
lakehouseGuid: "string",
lakehouseName: "string",
mskStsRegion: "string",
numOfPartitions: 0,
oauth2ClientId: "string",
oauth2Secret: "string",
passphrase: "string",
password: "string",
personalAccessToken: "string",
port: 0,
prefixPath: "string",
privateKey: "string",
projectId: "string",
publicKey: "string",
region: "string",
registryName: "string",
registryStsRegion: "string",
replicationFactor: 0,
resourceId: "string",
role: "string",
roleArn: "string",
saslMechanism: "string",
saslPlainKey: "string",
saslPlainSecret: "string",
schemaCompatibility: "string",
schemaRegistry: "string",
schemaRegistryApiKey: "string",
schemaRegistryApiSecret: "string",
schemaRegistryUrl: "string",
secretKey: "string",
secretValue: "string",
securityProtocol: "string",
serverHostName: "string",
shouldMaintainTablesInDatabricks: false,
snapshotRetentionPeriod: "string",
snowflakeCloud: "string",
snowflakeRegion: "string",
storageAccountName: "string",
tableFormat: "string",
tenantId: "string",
tunnelHost: "string",
tunnelPort: 0,
tunnelUser: "string",
user: "string",
workspaceGuid: "string",
workspaceName: "string",
},
timeouts: {
create: "string",
update: "string",
},
trustCertificates: false,
trustFingerprints: false,
});
type: fivetran:Destination
properties:
config:
alwaysEncrypted: false
auth: string
authType: string
awsAccessKeyId: string
awsSecretAccessKey: string
bootstrapServers:
- string
bucket: string
catalog: string
clientId: string
cloudProvider: string
clusterId: string
clusterRegion: string
connectionMethod: string
connectionType: string
containerName: string
controllerId: string
createExternalTables: false
dataFormat: string
dataSetLocation: string
database: string
databricksConnectionType: string
enableRemoteExecution: false
externalId: string
externalLocation: string
fivetranGlueRoleArn: string
fivetranMskRoleArn: string
fivetranRoleArn: string
host: string
httpPath: string
isPrivateKeyEncrypted: false
isPrivateLinkRequired: false
isRedshiftServerless: false
lakehouseGuid: string
lakehouseName: string
mskStsRegion: string
numOfPartitions: 0
oauth2ClientId: string
oauth2Secret: string
passphrase: string
password: string
personalAccessToken: string
port: 0
prefixPath: string
privateKey: string
projectId: string
publicKey: string
region: string
registryName: string
registryStsRegion: string
replicationFactor: 0
resourceId: string
role: string
roleArn: string
saslMechanism: string
saslPlainKey: string
saslPlainSecret: string
schemaCompatibility: string
schemaRegistry: string
schemaRegistryApiKey: string
schemaRegistryApiSecret: string
schemaRegistryUrl: string
secretKey: string
secretValue: string
securityProtocol: string
serverHostName: string
shouldMaintainTablesInDatabricks: false
snapshotRetentionPeriod: string
snowflakeCloud: string
snowflakeRegion: string
storageAccountName: string
tableFormat: string
tenantId: string
tunnelHost: string
tunnelPort: 0
tunnelUser: string
user: string
workspaceGuid: string
workspaceName: string
daylightSavingTimeEnabled: false
groupId: string
hybridDeploymentAgentId: string
networkingMethod: string
privateLinkId: string
region: string
runSetupTests: false
service: string
timeZoneOffset: string
timeouts:
create: string
update: string
trustCertificates: false
trustFingerprints: false
Destination 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 Destination resource accepts the following input properties:
- Group
Id string - The unique identifier for the Group within the Fivetran system.
- Region string
- Data processing location. This is where Fivetran will operate and run computation on data.
- Service string
- The destination type id within the Fivetran system.
- Time
Zone stringOffset - Determines the time zone for the Fivetran sync schedule.
- Config
Destination
Config - Daylight
Saving boolTime Enabled - Shift my UTC offset with daylight savings time (US Only)
- Hybrid
Deployment stringAgent Id - The hybrid deployment agent ID that refers to the controller created for the group the connection belongs to. If the value is specified, the system will try to associate the connection with an existing agent.
- Networking
Method string - Possible values: Directly, SshTunnel, ProxyAgent.
- Private
Link stringId - The private link ID.
- Run
Setup boolTests - Specifies whether the setup tests should be run automatically. The default value is TRUE.
- Timeouts
Destination
Timeouts - Trust
Certificates bool - Specifies whether we should trust the certificate automatically. The default value is FALSE. If a certificate is not trusted automatically, it has to be approved with Certificates Management API Approve a destination certificate.
- Trust
Fingerprints bool - Specifies whether we should trust the SSH fingerprint automatically. The default value is FALSE. If a fingerprint is not trusted automatically, it has to be approved with Certificates Management API Approve a destination fingerprint.
- Group
Id string - The unique identifier for the Group within the Fivetran system.
- Region string
- Data processing location. This is where Fivetran will operate and run computation on data.
- Service string
- The destination type id within the Fivetran system.
- Time
Zone stringOffset - Determines the time zone for the Fivetran sync schedule.
- Config
Destination
Config Args - Daylight
Saving boolTime Enabled - Shift my UTC offset with daylight savings time (US Only)
- Hybrid
Deployment stringAgent Id - The hybrid deployment agent ID that refers to the controller created for the group the connection belongs to. If the value is specified, the system will try to associate the connection with an existing agent.
- Networking
Method string - Possible values: Directly, SshTunnel, ProxyAgent.
- Private
Link stringId - The private link ID.
- Run
Setup boolTests - Specifies whether the setup tests should be run automatically. The default value is TRUE.
- Timeouts
Destination
Timeouts Args - Trust
Certificates bool - Specifies whether we should trust the certificate automatically. The default value is FALSE. If a certificate is not trusted automatically, it has to be approved with Certificates Management API Approve a destination certificate.
- Trust
Fingerprints bool - Specifies whether we should trust the SSH fingerprint automatically. The default value is FALSE. If a fingerprint is not trusted automatically, it has to be approved with Certificates Management API Approve a destination fingerprint.
- group
Id String - The unique identifier for the Group within the Fivetran system.
- region String
- Data processing location. This is where Fivetran will operate and run computation on data.
- service String
- The destination type id within the Fivetran system.
- time
Zone StringOffset - Determines the time zone for the Fivetran sync schedule.
- config
Destination
Config - daylight
Saving BooleanTime Enabled - Shift my UTC offset with daylight savings time (US Only)
- hybrid
Deployment StringAgent Id - The hybrid deployment agent ID that refers to the controller created for the group the connection belongs to. If the value is specified, the system will try to associate the connection with an existing agent.
- networking
Method String - Possible values: Directly, SshTunnel, ProxyAgent.
- private
Link StringId - The private link ID.
- run
Setup BooleanTests - Specifies whether the setup tests should be run automatically. The default value is TRUE.
- timeouts
Destination
Timeouts - trust
Certificates Boolean - Specifies whether we should trust the certificate automatically. The default value is FALSE. If a certificate is not trusted automatically, it has to be approved with Certificates Management API Approve a destination certificate.
- trust
Fingerprints Boolean - Specifies whether we should trust the SSH fingerprint automatically. The default value is FALSE. If a fingerprint is not trusted automatically, it has to be approved with Certificates Management API Approve a destination fingerprint.
- group
Id string - The unique identifier for the Group within the Fivetran system.
- region string
- Data processing location. This is where Fivetran will operate and run computation on data.
- service string
- The destination type id within the Fivetran system.
- time
Zone stringOffset - Determines the time zone for the Fivetran sync schedule.
- config
Destination
Config - daylight
Saving booleanTime Enabled - Shift my UTC offset with daylight savings time (US Only)
- hybrid
Deployment stringAgent Id - The hybrid deployment agent ID that refers to the controller created for the group the connection belongs to. If the value is specified, the system will try to associate the connection with an existing agent.
- networking
Method string - Possible values: Directly, SshTunnel, ProxyAgent.
- private
Link stringId - The private link ID.
- run
Setup booleanTests - Specifies whether the setup tests should be run automatically. The default value is TRUE.
- timeouts
Destination
Timeouts - trust
Certificates boolean - Specifies whether we should trust the certificate automatically. The default value is FALSE. If a certificate is not trusted automatically, it has to be approved with Certificates Management API Approve a destination certificate.
- trust
Fingerprints boolean - Specifies whether we should trust the SSH fingerprint automatically. The default value is FALSE. If a fingerprint is not trusted automatically, it has to be approved with Certificates Management API Approve a destination fingerprint.
- group_
id str - The unique identifier for the Group within the Fivetran system.
- region str
- Data processing location. This is where Fivetran will operate and run computation on data.
- service str
- The destination type id within the Fivetran system.
- time_
zone_ stroffset - Determines the time zone for the Fivetran sync schedule.
- config
Destination
Config Args - daylight_
saving_ booltime_ enabled - Shift my UTC offset with daylight savings time (US Only)
- hybrid_
deployment_ stragent_ id - The hybrid deployment agent ID that refers to the controller created for the group the connection belongs to. If the value is specified, the system will try to associate the connection with an existing agent.
- networking_
method str - Possible values: Directly, SshTunnel, ProxyAgent.
- private_
link_ strid - The private link ID.
- run_
setup_ booltests - Specifies whether the setup tests should be run automatically. The default value is TRUE.
- timeouts
Destination
Timeouts Args - trust_
certificates bool - Specifies whether we should trust the certificate automatically. The default value is FALSE. If a certificate is not trusted automatically, it has to be approved with Certificates Management API Approve a destination certificate.
- trust_
fingerprints bool - Specifies whether we should trust the SSH fingerprint automatically. The default value is FALSE. If a fingerprint is not trusted automatically, it has to be approved with Certificates Management API Approve a destination fingerprint.
- group
Id String - The unique identifier for the Group within the Fivetran system.
- region String
- Data processing location. This is where Fivetran will operate and run computation on data.
- service String
- The destination type id within the Fivetran system.
- time
Zone StringOffset - Determines the time zone for the Fivetran sync schedule.
- config Property Map
- daylight
Saving BooleanTime Enabled - Shift my UTC offset with daylight savings time (US Only)
- hybrid
Deployment StringAgent Id - The hybrid deployment agent ID that refers to the controller created for the group the connection belongs to. If the value is specified, the system will try to associate the connection with an existing agent.
- networking
Method String - Possible values: Directly, SshTunnel, ProxyAgent.
- private
Link StringId - The private link ID.
- run
Setup BooleanTests - Specifies whether the setup tests should be run automatically. The default value is TRUE.
- timeouts Property Map
- trust
Certificates Boolean - Specifies whether we should trust the certificate automatically. The default value is FALSE. If a certificate is not trusted automatically, it has to be approved with Certificates Management API Approve a destination certificate.
- trust
Fingerprints Boolean - Specifies whether we should trust the SSH fingerprint automatically. The default value is FALSE. If a fingerprint is not trusted automatically, it has to be approved with Certificates Management API Approve a destination fingerprint.
Outputs
All input properties are implicitly available as output properties. Additionally, the Destination resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Setup
Status string - Destination setup status.
- Id string
- The provider-assigned unique ID for this managed resource.
- Setup
Status string - Destination setup status.
- id String
- The provider-assigned unique ID for this managed resource.
- setup
Status String - Destination setup status.
- id string
- The provider-assigned unique ID for this managed resource.
- setup
Status string - Destination setup status.
- id str
- The provider-assigned unique ID for this managed resource.
- setup_
status str - Destination setup status.
- id String
- The provider-assigned unique ID for this managed resource.
- setup
Status String - Destination setup status.
Look up Existing Destination Resource
Get an existing Destination 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?: DestinationState, opts?: CustomResourceOptions): Destination
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
config: Optional[DestinationConfigArgs] = None,
daylight_saving_time_enabled: Optional[bool] = None,
group_id: Optional[str] = None,
hybrid_deployment_agent_id: Optional[str] = None,
networking_method: Optional[str] = None,
private_link_id: Optional[str] = None,
region: Optional[str] = None,
run_setup_tests: Optional[bool] = None,
service: Optional[str] = None,
setup_status: Optional[str] = None,
time_zone_offset: Optional[str] = None,
timeouts: Optional[DestinationTimeoutsArgs] = None,
trust_certificates: Optional[bool] = None,
trust_fingerprints: Optional[bool] = None) -> Destination
func GetDestination(ctx *Context, name string, id IDInput, state *DestinationState, opts ...ResourceOption) (*Destination, error)
public static Destination Get(string name, Input<string> id, DestinationState? state, CustomResourceOptions? opts = null)
public static Destination get(String name, Output<String> id, DestinationState state, CustomResourceOptions options)
resources: _: type: fivetran:Destination 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.
- Config
Destination
Config - Daylight
Saving boolTime Enabled - Shift my UTC offset with daylight savings time (US Only)
- Group
Id string - The unique identifier for the Group within the Fivetran system.
- Hybrid
Deployment stringAgent Id - The hybrid deployment agent ID that refers to the controller created for the group the connection belongs to. If the value is specified, the system will try to associate the connection with an existing agent.
- Networking
Method string - Possible values: Directly, SshTunnel, ProxyAgent.
- Private
Link stringId - The private link ID.
- Region string
- Data processing location. This is where Fivetran will operate and run computation on data.
- Run
Setup boolTests - Specifies whether the setup tests should be run automatically. The default value is TRUE.
- Service string
- The destination type id within the Fivetran system.
- Setup
Status string - Destination setup status.
- Time
Zone stringOffset - Determines the time zone for the Fivetran sync schedule.
- Timeouts
Destination
Timeouts - Trust
Certificates bool - Specifies whether we should trust the certificate automatically. The default value is FALSE. If a certificate is not trusted automatically, it has to be approved with Certificates Management API Approve a destination certificate.
- Trust
Fingerprints bool - Specifies whether we should trust the SSH fingerprint automatically. The default value is FALSE. If a fingerprint is not trusted automatically, it has to be approved with Certificates Management API Approve a destination fingerprint.
- Config
Destination
Config Args - Daylight
Saving boolTime Enabled - Shift my UTC offset with daylight savings time (US Only)
- Group
Id string - The unique identifier for the Group within the Fivetran system.
- Hybrid
Deployment stringAgent Id - The hybrid deployment agent ID that refers to the controller created for the group the connection belongs to. If the value is specified, the system will try to associate the connection with an existing agent.
- Networking
Method string - Possible values: Directly, SshTunnel, ProxyAgent.
- Private
Link stringId - The private link ID.
- Region string
- Data processing location. This is where Fivetran will operate and run computation on data.
- Run
Setup boolTests - Specifies whether the setup tests should be run automatically. The default value is TRUE.
- Service string
- The destination type id within the Fivetran system.
- Setup
Status string - Destination setup status.
- Time
Zone stringOffset - Determines the time zone for the Fivetran sync schedule.
- Timeouts
Destination
Timeouts Args - Trust
Certificates bool - Specifies whether we should trust the certificate automatically. The default value is FALSE. If a certificate is not trusted automatically, it has to be approved with Certificates Management API Approve a destination certificate.
- Trust
Fingerprints bool - Specifies whether we should trust the SSH fingerprint automatically. The default value is FALSE. If a fingerprint is not trusted automatically, it has to be approved with Certificates Management API Approve a destination fingerprint.
- config
Destination
Config - daylight
Saving BooleanTime Enabled - Shift my UTC offset with daylight savings time (US Only)
- group
Id String - The unique identifier for the Group within the Fivetran system.
- hybrid
Deployment StringAgent Id - The hybrid deployment agent ID that refers to the controller created for the group the connection belongs to. If the value is specified, the system will try to associate the connection with an existing agent.
- networking
Method String - Possible values: Directly, SshTunnel, ProxyAgent.
- private
Link StringId - The private link ID.
- region String
- Data processing location. This is where Fivetran will operate and run computation on data.
- run
Setup BooleanTests - Specifies whether the setup tests should be run automatically. The default value is TRUE.
- service String
- The destination type id within the Fivetran system.
- setup
Status String - Destination setup status.
- time
Zone StringOffset - Determines the time zone for the Fivetran sync schedule.
- timeouts
Destination
Timeouts - trust
Certificates Boolean - Specifies whether we should trust the certificate automatically. The default value is FALSE. If a certificate is not trusted automatically, it has to be approved with Certificates Management API Approve a destination certificate.
- trust
Fingerprints Boolean - Specifies whether we should trust the SSH fingerprint automatically. The default value is FALSE. If a fingerprint is not trusted automatically, it has to be approved with Certificates Management API Approve a destination fingerprint.
- config
Destination
Config - daylight
Saving booleanTime Enabled - Shift my UTC offset with daylight savings time (US Only)
- group
Id string - The unique identifier for the Group within the Fivetran system.
- hybrid
Deployment stringAgent Id - The hybrid deployment agent ID that refers to the controller created for the group the connection belongs to. If the value is specified, the system will try to associate the connection with an existing agent.
- networking
Method string - Possible values: Directly, SshTunnel, ProxyAgent.
- private
Link stringId - The private link ID.
- region string
- Data processing location. This is where Fivetran will operate and run computation on data.
- run
Setup booleanTests - Specifies whether the setup tests should be run automatically. The default value is TRUE.
- service string
- The destination type id within the Fivetran system.
- setup
Status string - Destination setup status.
- time
Zone stringOffset - Determines the time zone for the Fivetran sync schedule.
- timeouts
Destination
Timeouts - trust
Certificates boolean - Specifies whether we should trust the certificate automatically. The default value is FALSE. If a certificate is not trusted automatically, it has to be approved with Certificates Management API Approve a destination certificate.
- trust
Fingerprints boolean - Specifies whether we should trust the SSH fingerprint automatically. The default value is FALSE. If a fingerprint is not trusted automatically, it has to be approved with Certificates Management API Approve a destination fingerprint.
- config
Destination
Config Args - daylight_
saving_ booltime_ enabled - Shift my UTC offset with daylight savings time (US Only)
- group_
id str - The unique identifier for the Group within the Fivetran system.
- hybrid_
deployment_ stragent_ id - The hybrid deployment agent ID that refers to the controller created for the group the connection belongs to. If the value is specified, the system will try to associate the connection with an existing agent.
- networking_
method str - Possible values: Directly, SshTunnel, ProxyAgent.
- private_
link_ strid - The private link ID.
- region str
- Data processing location. This is where Fivetran will operate and run computation on data.
- run_
setup_ booltests - Specifies whether the setup tests should be run automatically. The default value is TRUE.
- service str
- The destination type id within the Fivetran system.
- setup_
status str - Destination setup status.
- time_
zone_ stroffset - Determines the time zone for the Fivetran sync schedule.
- timeouts
Destination
Timeouts Args - trust_
certificates bool - Specifies whether we should trust the certificate automatically. The default value is FALSE. If a certificate is not trusted automatically, it has to be approved with Certificates Management API Approve a destination certificate.
- trust_
fingerprints bool - Specifies whether we should trust the SSH fingerprint automatically. The default value is FALSE. If a fingerprint is not trusted automatically, it has to be approved with Certificates Management API Approve a destination fingerprint.
- config Property Map
- daylight
Saving BooleanTime Enabled - Shift my UTC offset with daylight savings time (US Only)
- group
Id String - The unique identifier for the Group within the Fivetran system.
- hybrid
Deployment StringAgent Id - The hybrid deployment agent ID that refers to the controller created for the group the connection belongs to. If the value is specified, the system will try to associate the connection with an existing agent.
- networking
Method String - Possible values: Directly, SshTunnel, ProxyAgent.
- private
Link StringId - The private link ID.
- region String
- Data processing location. This is where Fivetran will operate and run computation on data.
- run
Setup BooleanTests - Specifies whether the setup tests should be run automatically. The default value is TRUE.
- service String
- The destination type id within the Fivetran system.
- setup
Status String - Destination setup status.
- time
Zone StringOffset - Determines the time zone for the Fivetran sync schedule.
- timeouts Property Map
- trust
Certificates Boolean - Specifies whether we should trust the certificate automatically. The default value is FALSE. If a certificate is not trusted automatically, it has to be approved with Certificates Management API Approve a destination certificate.
- trust
Fingerprints Boolean - Specifies whether we should trust the SSH fingerprint automatically. The default value is FALSE. If a fingerprint is not trusted automatically, it has to be approved with Certificates Management API Approve a destination fingerprint.
Supporting Types
DestinationConfig, DestinationConfigArgs
- Always
Encrypted bool - Field usage depends on
service
value: - Serviceaurora_postgres_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceaurora_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_postgres_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_sql_data_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_sql_database
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_sql_managed_db_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemaria_rds_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemaria_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemysql_rds_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemysql_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepanoply
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceperiscope_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepostgres_gcp_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepostgres_rds_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepostgres_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceredshift
: Require TLS through Tunnel - Servicesql_server_rds_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Servicesql_server_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Auth string
- Field usage depends on
service
value: - Servicesnowflake
: Password-based or key-based authentication type - Auth
Type string - Field usage depends on
service
value: - Serviceadls
: Authentication type - Servicedatabricks
: Authentication type - Servicenew_s3_datalake
: Authentication type - Serviceonelake
: Authentication type - Serviceredshift
: Authentication type. Default value:PASSWORD
. - Aws
Access stringKey Id - Field usage depends on
service
value: - Servicenew_s3_datalake
: AWS access key to access the S3 bucket and AWS Glue - Aws
Secret stringAccess Key - Field usage depends on
service
value: - Servicenew_s3_datalake
: AWS secret access key to access the S3 bucket and AWS Glue - Bootstrap
Servers List<string> - Field usage depends on
service
value: - Serviceconfluent_cloud_wh
: Comma-separated list of Confluent Cloud servers in theserver:port
format. - Bucket string
- Field usage depends on
service
value: - Servicebig_query
: Customer bucket. If specified, your GCS bucket will be used to process the data instead of a Fivetran-managed bucket. The bucket must be present in the same location as the dataset location. - Servicebig_query_dts
: Customer bucket. If specified, your GCS bucket will be used to process the data instead of a Fivetran-managed bucket. The bucket must be present in the same location as the dataset location. - Servicemanaged_big_query
: Customer bucket. If specified, your GCS bucket will be used to process the data instead of a Fivetran-managed bucket. The bucket must be present in the same location as the dataset location. - Servicenew_s3_datalake
: (Immutable) The name of the bucket to be used as destination - Catalog string
- Field usage depends on
service
value: - Serviceadls
: Catalog name - Servicedatabricks
: Catalog name - Servicenew_s3_datalake
: Catalog name - Serviceonelake
: Catalog name - Client
Id string - Field usage depends on
service
value: - Serviceadls
: Client id of service principal - Serviceonelake
: Client ID of service principal - Cloud
Provider string - Field usage depends on
service
value: - Servicedatabricks
: Databricks deployment cloud - Cluster
Id string - Field usage depends on
service
value: - Servicepanoply
: Cluster ID. - Serviceperiscope_warehouse
: Cluster ID. - Serviceredshift
: Cluster ID. Must be populated ifconnection_type
is set toSshTunnel
andauth_type
is set toIAM
. - Cluster
Region string - Field usage depends on
service
value: - Servicepanoply
: Cluster region. - Serviceperiscope_warehouse
: Cluster region. - Serviceredshift
: Cluster region. Must be populated ifconnection_type
is set toSshTunnel
andauth_type
is set toIAM
. - Connection
Method string - Connection
Type string - Field usage depends on
service
value: - Serviceadls
: Connection method. Default value:Directly
. - Serviceaurora_postgres_warehouse
: Connection method. Default value:Directly
. - Serviceaurora_warehouse
: Connection method. Default value:Directly
. - Serviceazure_postgres_warehouse
: Connection method. Default value:Directly
. - Serviceazure_sql_data_warehouse
: Connection method. Default value:Directly
. - Serviceazure_sql_database
: Connection method. Default value:Directly
. - Serviceazure_sql_managed_db_warehouse
: Connection method. Default value:Directly
. - Servicedatabricks
: Connection method. Default value:Directly
. - Servicemaria_rds_warehouse
: Connection method. Default value:Directly
. - Servicemaria_warehouse
: Connection method. Default value:Directly
. - Servicemysql_rds_warehouse
: Connection method. Default value:Directly
. - Servicemysql_warehouse
: Connection method. Default value:Directly
. - Servicepanoply
: Connection method. Default value:Directly
. - Serviceperiscope_warehouse
: Connection method. Default value:Directly
. - Servicepostgres_gcp_warehouse
: Connection method. Default value:Directly
. - Servicepostgres_rds_warehouse
: Connection method. Default value:Directly
. - Servicepostgres_warehouse
: Connection method. Default value:Directly
. - Serviceredshift
: Connection method. Default value:Directly
. - Servicesnowflake
: Connection method. Default value:Directly
. - Servicesql_server_rds_warehouse
: Connection method. Default value:Directly
. - Servicesql_server_warehouse
: Connection method. Default value:Directly
. - Container
Name string - Field usage depends on
service
value: - Serviceadls
: (Immutable) Container to store delta table files - Serviceonelake
: Workspace name to store delta table files - Controller
Id string - Create
External boolTables - Field usage depends on
service
value: - Servicedatabricks
: Whether to create external tables - Data
Format string - Field usage depends on
service
value: - Serviceconfluent_cloud_wh
: Confluent Cloud message format. - Data
Set stringLocation - Field usage depends on
service
value: - Servicebig_query
: Data location. Datasets will reside in this location. - Servicebig_query_dts
: Data location. Datasets will reside in this location. - Servicemanaged_big_query
: Data location. Datasets will reside in this location. - Database string
- Field usage depends on
service
value: - Serviceaurora_postgres_warehouse
: Database name - Serviceaurora_warehouse
: Database name - Serviceazure_postgres_warehouse
: Database name - Serviceazure_sql_data_warehouse
: Database name - Serviceazure_sql_database
: Database name - Serviceazure_sql_managed_db_warehouse
: Database name - Servicemaria_rds_warehouse
: Database name - Servicemaria_warehouse
: Database name - Servicemysql_rds_warehouse
: Database name - Servicemysql_warehouse
: Database name - Servicepanoply
: Database name - Serviceperiscope_warehouse
: Database name - Servicepostgres_gcp_warehouse
: Database name - Servicepostgres_rds_warehouse
: Database name - Servicepostgres_warehouse
: Database name - Serviceredshift
: Database name - Servicesnowflake
: Database name - Servicesql_server_rds_warehouse
: Database name - Servicesql_server_warehouse
: Database name - Databricks
Connection stringType - Field usage depends on
service
value: - Serviceadls
: Databricks Connection method. Default value:Directly
. - Servicenew_s3_datalake
: Databricks Connection method. Default value:Directly
. - Serviceonelake
: Databricks Connection method. Default value:Directly
. - Enable
Remote boolExecution - External
Id string - Field usage depends on
service
value: - Serviceaws_msk_wh
: Fivetran generated External ID - Servicepanoply
: Fivetran generated External ID - Serviceperiscope_warehouse
: Fivetran generated External ID - Serviceredshift
: Fivetran generated External ID - External
Location string - Field usage depends on
service
value: - Servicedatabricks
: External location to store Delta tables. Default value:""
(null). By default, the external tables will reside in the/{schema}/{table}
path, and if you specify an external location in the{externalLocation}/{schema}/{table}
path. - Fivetran
Glue stringRole Arn - Fivetran
Msk stringRole Arn - Fivetran
Role stringArn - Field usage depends on
service
value: - Servicenew_s3_datalake
: ARN of the role which you created with different required policy mentioned in our setup guide - Host string
- Field usage depends on
service
value: - Serviceaurora_postgres_warehouse
: Server name - Serviceaurora_warehouse
: Server name - Serviceazure_postgres_warehouse
: Server name - Serviceazure_sql_data_warehouse
: Server name - Serviceazure_sql_database
: Server name - Serviceazure_sql_managed_db_warehouse
: Server name - Servicemaria_rds_warehouse
: Server name - Servicemaria_warehouse
: Server name - Servicemysql_rds_warehouse
: Server name - Servicemysql_warehouse
: Server name - Servicepanoply
: Server name - Serviceperiscope_warehouse
: Server name - Servicepostgres_gcp_warehouse
: Server name - Servicepostgres_rds_warehouse
: Server name - Servicepostgres_warehouse
: Server name - Serviceredshift
: Server name - Servicesnowflake
: Server name - Servicesql_server_rds_warehouse
: Server name - Servicesql_server_warehouse
: Server name - Http
Path string - Field usage depends on
service
value: - Serviceadls
: HTTP path - Servicedatabricks
: HTTP path - Servicenew_s3_datalake
: HTTP path - Serviceonelake
: HTTP path - Is
Private boolKey Encrypted - Field usage depends on
service
value: - Servicesnowflake
: Indicates that a private key is encrypted. The default value:false
. The field can be specified if authentication type isKEY_PAIR
. - Is
Private boolLink Required - Field usage depends on
service
value: - Servicenew_s3_datalake
: We use PrivateLink by default if your s3 bucket is in the same region as Fivetran. Turning on this toggle ensures that Fivetran always connects to s3 bucket over PrivateLink. Learn more in our PrivateLink documentation. - Is
Redshift boolServerless - Field usage depends on
service
value: - Serviceredshift
: Is your destination Redshift Serverless - Lakehouse
Guid string - Field usage depends on
service
value: - Serviceonelake
: (Immutable) OneLake lakehouse GUID - Lakehouse
Name string - Field usage depends on
service
value: - Serviceonelake
: (Immutable) Name of your lakehouse - Msk
Sts stringRegion - Num
Of doublePartitions - Field usage depends on
service
value: - Serviceconfluent_cloud_wh
: Number of partitions per topic. - Oauth2Client
Id string - Field usage depends on
service
value: - Serviceadls
: OAuth 2.0 client ID - Servicedatabricks
: OAuth 2.0 client ID - Servicenew_s3_datalake
: OAuth 2.0 client ID - Serviceonelake
: OAuth 2.0 client ID - Oauth2Secret string
- Field usage depends on
service
value: - Serviceadls
: OAuth 2.0 secret - Servicedatabricks
: OAuth 2.0 secret - Servicenew_s3_datalake
: OAuth 2.0 secret - Serviceonelake
: OAuth 2.0 secret - Passphrase string
- Field usage depends on
service
value: - Servicesnowflake
: In case private key is encrypted, you are required to enter passphrase that was used to encrypt the private key. The field can be specified if authentication type isKEY_PAIR
. - Password string
- Field usage depends on
service
value: - Serviceaurora_postgres_warehouse
: Database user password - Serviceaurora_warehouse
: Database user password - Serviceazure_postgres_warehouse
: Database user password - Serviceazure_sql_data_warehouse
: Database user password - Serviceazure_sql_database
: Database user password - Serviceazure_sql_managed_db_warehouse
: Database user password - Servicemaria_rds_warehouse
: Database user password - Servicemaria_warehouse
: Database user password - Servicemysql_rds_warehouse
: Database user password - Servicemysql_warehouse
: Database user password - Servicepanoply
: Database user password - Serviceperiscope_warehouse
: Database user password - Servicepostgres_gcp_warehouse
: Database user password - Servicepostgres_rds_warehouse
: Database user password - Servicepostgres_warehouse
: Database user password - Serviceredshift
: Database user password. Required if authentication type isPASSWORD
. - Servicesnowflake
: Database user password. The field should be specified if authentication type isPASSWORD
. - Servicesql_server_rds_warehouse
: Database user password - Servicesql_server_warehouse
: Database user password - Personal
Access stringToken - Field usage depends on
service
value: - Serviceadls
: Personal access token - Servicedatabricks
: Personal access token - Servicenew_s3_datalake
: Personal access token - Serviceonelake
: Personal access token - Port double
- Field usage depends on
service
value: - Serviceadls
: Server port number - Serviceaurora_postgres_warehouse
: Server port number - Serviceaurora_warehouse
: Server port number - Serviceazure_postgres_warehouse
: Server port number - Serviceazure_sql_data_warehouse
: Server port number - Serviceazure_sql_database
: Server port number - Serviceazure_sql_managed_db_warehouse
: Server port number - Servicedatabricks
: Server port number - Servicemaria_rds_warehouse
: Server port number - Servicemaria_warehouse
: Server port number - Servicemysql_rds_warehouse
: Server port number - Servicemysql_warehouse
: Server port number - Servicenew_s3_datalake
: Server port number - Serviceonelake
: Server port number - Servicepanoply
: Server port number - Serviceperiscope_warehouse
: Server port number - Servicepostgres_gcp_warehouse
: Server port number - Servicepostgres_rds_warehouse
: Server port number - Servicepostgres_warehouse
: Server port number - Serviceredshift
: Server port number - Servicesnowflake
: Server port number - Servicesql_server_rds_warehouse
: Server port number - Servicesql_server_warehouse
: Server port number - Prefix
Path string - Field usage depends on
service
value: - Serviceadls
: (Immutable) path/to/data within the container - Servicenew_s3_datalake
: (Immutable) Prefix path of the bucket for which you have configured access policy. It is not required if access has been granted to entire Bucket in the access policy - Serviceonelake
: (Immutable) path/to/data within your lakehouse inside the Files directory - Private
Key string - Field usage depends on
service
value: - Servicesnowflake
: Private access key. The field should be specified if authentication type isKEY_PAIR
. - Project
Id string - Field usage depends on
service
value: - Servicebig_query
: BigQuery project ID - Public
Key string - Field usage depends on
service
value: - Serviceaurora_postgres_warehouse
: Public Key - Serviceaurora_warehouse
: Public Key - Serviceazure_postgres_warehouse
: Public Key - Serviceazure_sql_data_warehouse
: Public Key - Serviceazure_sql_database
: Public Key - Serviceazure_sql_managed_db_warehouse
: Public Key - Servicemaria_rds_warehouse
: Public Key - Servicemaria_warehouse
: Public Key - Servicemysql_rds_warehouse
: Public Key - Servicemysql_warehouse
: Public Key - Servicepanoply
: Public Key - Serviceperiscope_warehouse
: Public Key - Servicepostgres_gcp_warehouse
: Public Key - Servicepostgres_rds_warehouse
: Public Key - Servicepostgres_warehouse
: Public Key - Serviceredshift
: Public Key - Servicesql_server_rds_warehouse
: Public Key - Servicesql_server_warehouse
: Public Key - Region string
- Field usage depends on
service
value: - Servicenew_s3_datalake
: Region of your AWS S3 bucket - Registry
Name string - Registry
Sts stringRegion - Replication
Factor double - Field usage depends on
service
value: - Serviceconfluent_cloud_wh
: Replication factor. - Resource
Id string - Field usage depends on
service
value: - Serviceaurora_postgres_warehouse
: This field is currently being introduced to test the Self-serve Private Link functionality - Serviceaurora_warehouse
: This field is currently being introduced to test the Self-serve Private Link functionality - Serviceazure_postgres_warehouse
: This field is currently being introduced to test the Self-serve Private Link functionality - Serviceazure_sql_data_warehouse
: This field is currently being introduced to test the Self-serve Private Link functionality - Serviceazure_sql_database
: Field to test Self serve Private Link - Serviceazure_sql_managed_db_warehouse
: Field to test Self serve Private Link - Servicedatabricks
: This field is currently being introduced to test the Self-serve Private Link functionality - Servicemaria_rds_warehouse
: This field is currently being introduced to test the Self-serve Private Link functionality - Servicemaria_warehouse
: This field is currently being introduced to test the Self-serve Private Link functionality - Servicemysql_rds_warehouse
: This field is currently being introduced to test the Self-serve Private Link functionality - Servicemysql_warehouse
: This field is currently being introduced to test the Self-serve Private Link functionality - Servicepanoply
: This field is currently being introduced to test the Self-serve Private Link functionality - Serviceperiscope_warehouse
: This field is currently being introduced to test the Self-serve Private Link functionality - Servicepostgres_gcp_warehouse
: This field is currently being introduced to test the Self-serve Private Link functionality - Servicepostgres_rds_warehouse
: This field is currently being introduced to test the Self-serve Private Link functionality - Servicepostgres_warehouse
: This field is currently being introduced to test the Self-serve Private Link functionality - Serviceredshift
: This field is currently being introduced to test the Self-serve Private Link functionality - Servicesnowflake
: This field is currently being introduced to test the Self-serve Private Link functionality - Servicesql_server_rds_warehouse
: Field to test Self serve Private Link - Servicesql_server_warehouse
: Field to test Self serve Private Link - Role string
- Field usage depends on
service
value: - Servicesnowflake
: If not specified, Fivetran will use the user's default role - Role
Arn string - Field usage depends on
service
value: - Serviceredshift
: Role ARN with Redshift permissions. Required if authentication type isIAM
. - Sasl
Mechanism string - Field usage depends on
service
value: - Serviceconfluent_cloud_wh
: Security protocol for Confluent Cloud interaction. - Sasl
Plain stringKey - Field usage depends on
service
value: - Serviceconfluent_cloud_wh
: Confluent Cloud SASL key. - Sasl
Plain stringSecret - Field usage depends on
service
value: - Serviceconfluent_cloud_wh
: Confluent Cloud SASL secret. - Schema
Compatibility string - Schema
Registry string - Field usage depends on
service
value: - Serviceconfluent_cloud_wh
: Schema Registry - Schema
Registry stringApi Key - Field usage depends on
service
value: - Serviceconfluent_cloud_wh
: Schema registry API key. - Schema
Registry stringApi Secret - Field usage depends on
service
value: - Serviceconfluent_cloud_wh
: Schema registry API secret. - Schema
Registry stringUrl - Field usage depends on
service
value: - Serviceconfluent_cloud_wh
: Schema registry URL. - Secret
Key string - Field usage depends on
service
value: - Servicebig_query
: Private key of the customer service account. If specified, your service account will be used to process the data instead of the Fivetran-managed service account. - Servicebig_query_dts
: Private key of the customer service account. If specified, your service account will be used to process the data instead of the Fivetran-managed service account. - Servicemanaged_big_query
: Private key of the customer service account. If specified, your service account will be used to process the data instead of the Fivetran-managed service account. - Secret
Value string - Field usage depends on
service
value: - Serviceadls
: Secret value for service principal - Serviceonelake
: Secret value for service principal - Security
Protocol string - Field usage depends on
service
value: - Serviceconfluent_cloud_wh
: Security protocol for Confluent Cloud interaction. - Server
Host stringName - Field usage depends on
service
value: - Serviceadls
: Server Host name - Servicedatabricks
: Server name - Servicenew_s3_datalake
: Server host name - Serviceonelake
: Server Host name - Should
Maintain boolTables In Databricks - Field usage depends on
service
value: - Serviceadls
: Should maintain tables in Databricks - Servicenew_s3_datalake
: Should maintain tables in Databricks - Serviceonelake
: Should maintain tables in Databricks - Snapshot
Retention stringPeriod - Field usage depends on
service
value: - Serviceadls
: Snapshots older than the retention period are deleted every week. Default value:ONE_WEEK
. - Servicenew_s3_datalake
: Snapshots older than the retention period are deleted every week. Default value:ONE_WEEK
. - Serviceonelake
: Snapshots older than the retention period are deleted every week. Default value:ONE_WEEK
. - Snowflake
Cloud string - Snowflake
Region string - Storage
Account stringName - Field usage depends on
service
value: - Serviceadls
: (Immutable) Storage account for Azure Data Lake Storage Gen2 name - Serviceonelake
: (Immutable) Storage account for Azure Data Lake Storage Gen2 name - Table
Format string - Field usage depends on
service
value: - Servicenew_s3_datalake
: (Immutable) The table format in which you want to sync your tables. Valid values are ICEBERG and DELTA_LAKE - Tenant
Id string - Field usage depends on
service
value: - Serviceadls
: Tenant id of service principal - Serviceonelake
: Tenant ID of service principal - Tunnel
Host string - Field usage depends on
service
value: - Serviceaurora_postgres_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceaurora_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_postgres_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_sql_data_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_sql_database
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_sql_managed_db_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemaria_rds_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemaria_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemysql_rds_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemysql_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepanoply
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceperiscope_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepostgres_gcp_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepostgres_rds_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepostgres_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceredshift
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicesql_server_rds_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicesql_server_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Tunnel
Port double - Field usage depends on
service
value: - Serviceaurora_postgres_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceaurora_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_postgres_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_sql_data_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_sql_database
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_sql_managed_db_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemaria_rds_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemaria_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemysql_rds_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemysql_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepanoply
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceperiscope_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepostgres_gcp_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepostgres_rds_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepostgres_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceredshift
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicesql_server_rds_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicesql_server_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Tunnel
User string - Field usage depends on
service
value: - Serviceaurora_postgres_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceaurora_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_postgres_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_sql_data_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_sql_database
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_sql_managed_db_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemaria_rds_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemaria_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemysql_rds_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemysql_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepanoply
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceperiscope_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepostgres_gcp_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepostgres_rds_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepostgres_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceredshift
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicesql_server_rds_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicesql_server_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - User string
- Field usage depends on
service
value: - Serviceaurora_postgres_warehouse
: Database user name - Serviceaurora_warehouse
: Database user name - Serviceazure_postgres_warehouse
: Database user name - Serviceazure_sql_data_warehouse
: Database user name - Serviceazure_sql_database
: Database user name - Serviceazure_sql_managed_db_warehouse
: Database user name - Servicemaria_rds_warehouse
: Database user name - Servicemaria_warehouse
: Database user name - Servicemysql_rds_warehouse
: Database user name - Servicemysql_warehouse
: Database user name - Servicepanoply
: Database user name - Serviceperiscope_warehouse
: Database user name - Servicepostgres_gcp_warehouse
: Database user name - Servicepostgres_rds_warehouse
: Database user name - Servicepostgres_warehouse
: Database user name - Serviceredshift
: Database user name - Servicesnowflake
: Database user name - Servicesql_server_rds_warehouse
: Database user name - Servicesql_server_warehouse
: Database user name - Workspace
Guid string - Field usage depends on
service
value: - Serviceonelake
: (Immutable) OneLake workspace GUID - Workspace
Name string - Field usage depends on
service
value: - Serviceonelake
: OneLake workspace name
- Always
Encrypted bool - Field usage depends on
service
value: - Serviceaurora_postgres_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceaurora_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_postgres_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_sql_data_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_sql_database
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_sql_managed_db_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemaria_rds_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemaria_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemysql_rds_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemysql_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepanoply
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceperiscope_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepostgres_gcp_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepostgres_rds_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepostgres_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceredshift
: Require TLS through Tunnel - Servicesql_server_rds_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Servicesql_server_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Auth string
- Field usage depends on
service
value: - Servicesnowflake
: Password-based or key-based authentication type - Auth
Type string - Field usage depends on
service
value: - Serviceadls
: Authentication type - Servicedatabricks
: Authentication type - Servicenew_s3_datalake
: Authentication type - Serviceonelake
: Authentication type - Serviceredshift
: Authentication type. Default value:PASSWORD
. - Aws
Access stringKey Id - Field usage depends on
service
value: - Servicenew_s3_datalake
: AWS access key to access the S3 bucket and AWS Glue - Aws
Secret stringAccess Key - Field usage depends on
service
value: - Servicenew_s3_datalake
: AWS secret access key to access the S3 bucket and AWS Glue - Bootstrap
Servers []string - Field usage depends on
service
value: - Serviceconfluent_cloud_wh
: Comma-separated list of Confluent Cloud servers in theserver:port
format. - Bucket string
- Field usage depends on
service
value: - Servicebig_query
: Customer bucket. If specified, your GCS bucket will be used to process the data instead of a Fivetran-managed bucket. The bucket must be present in the same location as the dataset location. - Servicebig_query_dts
: Customer bucket. If specified, your GCS bucket will be used to process the data instead of a Fivetran-managed bucket. The bucket must be present in the same location as the dataset location. - Servicemanaged_big_query
: Customer bucket. If specified, your GCS bucket will be used to process the data instead of a Fivetran-managed bucket. The bucket must be present in the same location as the dataset location. - Servicenew_s3_datalake
: (Immutable) The name of the bucket to be used as destination - Catalog string
- Field usage depends on
service
value: - Serviceadls
: Catalog name - Servicedatabricks
: Catalog name - Servicenew_s3_datalake
: Catalog name - Serviceonelake
: Catalog name - Client
Id string - Field usage depends on
service
value: - Serviceadls
: Client id of service principal - Serviceonelake
: Client ID of service principal - Cloud
Provider string - Field usage depends on
service
value: - Servicedatabricks
: Databricks deployment cloud - Cluster
Id string - Field usage depends on
service
value: - Servicepanoply
: Cluster ID. - Serviceperiscope_warehouse
: Cluster ID. - Serviceredshift
: Cluster ID. Must be populated ifconnection_type
is set toSshTunnel
andauth_type
is set toIAM
. - Cluster
Region string - Field usage depends on
service
value: - Servicepanoply
: Cluster region. - Serviceperiscope_warehouse
: Cluster region. - Serviceredshift
: Cluster region. Must be populated ifconnection_type
is set toSshTunnel
andauth_type
is set toIAM
. - Connection
Method string - Connection
Type string - Field usage depends on
service
value: - Serviceadls
: Connection method. Default value:Directly
. - Serviceaurora_postgres_warehouse
: Connection method. Default value:Directly
. - Serviceaurora_warehouse
: Connection method. Default value:Directly
. - Serviceazure_postgres_warehouse
: Connection method. Default value:Directly
. - Serviceazure_sql_data_warehouse
: Connection method. Default value:Directly
. - Serviceazure_sql_database
: Connection method. Default value:Directly
. - Serviceazure_sql_managed_db_warehouse
: Connection method. Default value:Directly
. - Servicedatabricks
: Connection method. Default value:Directly
. - Servicemaria_rds_warehouse
: Connection method. Default value:Directly
. - Servicemaria_warehouse
: Connection method. Default value:Directly
. - Servicemysql_rds_warehouse
: Connection method. Default value:Directly
. - Servicemysql_warehouse
: Connection method. Default value:Directly
. - Servicepanoply
: Connection method. Default value:Directly
. - Serviceperiscope_warehouse
: Connection method. Default value:Directly
. - Servicepostgres_gcp_warehouse
: Connection method. Default value:Directly
. - Servicepostgres_rds_warehouse
: Connection method. Default value:Directly
. - Servicepostgres_warehouse
: Connection method. Default value:Directly
. - Serviceredshift
: Connection method. Default value:Directly
. - Servicesnowflake
: Connection method. Default value:Directly
. - Servicesql_server_rds_warehouse
: Connection method. Default value:Directly
. - Servicesql_server_warehouse
: Connection method. Default value:Directly
. - Container
Name string - Field usage depends on
service
value: - Serviceadls
: (Immutable) Container to store delta table files - Serviceonelake
: Workspace name to store delta table files - Controller
Id string - Create
External boolTables - Field usage depends on
service
value: - Servicedatabricks
: Whether to create external tables - Data
Format string - Field usage depends on
service
value: - Serviceconfluent_cloud_wh
: Confluent Cloud message format. - Data
Set stringLocation - Field usage depends on
service
value: - Servicebig_query
: Data location. Datasets will reside in this location. - Servicebig_query_dts
: Data location. Datasets will reside in this location. - Servicemanaged_big_query
: Data location. Datasets will reside in this location. - Database string
- Field usage depends on
service
value: - Serviceaurora_postgres_warehouse
: Database name - Serviceaurora_warehouse
: Database name - Serviceazure_postgres_warehouse
: Database name - Serviceazure_sql_data_warehouse
: Database name - Serviceazure_sql_database
: Database name - Serviceazure_sql_managed_db_warehouse
: Database name - Servicemaria_rds_warehouse
: Database name - Servicemaria_warehouse
: Database name - Servicemysql_rds_warehouse
: Database name - Servicemysql_warehouse
: Database name - Servicepanoply
: Database name - Serviceperiscope_warehouse
: Database name - Servicepostgres_gcp_warehouse
: Database name - Servicepostgres_rds_warehouse
: Database name - Servicepostgres_warehouse
: Database name - Serviceredshift
: Database name - Servicesnowflake
: Database name - Servicesql_server_rds_warehouse
: Database name - Servicesql_server_warehouse
: Database name - Databricks
Connection stringType - Field usage depends on
service
value: - Serviceadls
: Databricks Connection method. Default value:Directly
. - Servicenew_s3_datalake
: Databricks Connection method. Default value:Directly
. - Serviceonelake
: Databricks Connection method. Default value:Directly
. - Enable
Remote boolExecution - External
Id string - Field usage depends on
service
value: - Serviceaws_msk_wh
: Fivetran generated External ID - Servicepanoply
: Fivetran generated External ID - Serviceperiscope_warehouse
: Fivetran generated External ID - Serviceredshift
: Fivetran generated External ID - External
Location string - Field usage depends on
service
value: - Servicedatabricks
: External location to store Delta tables. Default value:""
(null). By default, the external tables will reside in the/{schema}/{table}
path, and if you specify an external location in the{externalLocation}/{schema}/{table}
path. - Fivetran
Glue stringRole Arn - Fivetran
Msk stringRole Arn - Fivetran
Role stringArn - Field usage depends on
service
value: - Servicenew_s3_datalake
: ARN of the role which you created with different required policy mentioned in our setup guide - Host string
- Field usage depends on
service
value: - Serviceaurora_postgres_warehouse
: Server name - Serviceaurora_warehouse
: Server name - Serviceazure_postgres_warehouse
: Server name - Serviceazure_sql_data_warehouse
: Server name - Serviceazure_sql_database
: Server name - Serviceazure_sql_managed_db_warehouse
: Server name - Servicemaria_rds_warehouse
: Server name - Servicemaria_warehouse
: Server name - Servicemysql_rds_warehouse
: Server name - Servicemysql_warehouse
: Server name - Servicepanoply
: Server name - Serviceperiscope_warehouse
: Server name - Servicepostgres_gcp_warehouse
: Server name - Servicepostgres_rds_warehouse
: Server name - Servicepostgres_warehouse
: Server name - Serviceredshift
: Server name - Servicesnowflake
: Server name - Servicesql_server_rds_warehouse
: Server name - Servicesql_server_warehouse
: Server name - Http
Path string - Field usage depends on
service
value: - Serviceadls
: HTTP path - Servicedatabricks
: HTTP path - Servicenew_s3_datalake
: HTTP path - Serviceonelake
: HTTP path - Is
Private boolKey Encrypted - Field usage depends on
service
value: - Servicesnowflake
: Indicates that a private key is encrypted. The default value:false
. The field can be specified if authentication type isKEY_PAIR
. - Is
Private boolLink Required - Field usage depends on
service
value: - Servicenew_s3_datalake
: We use PrivateLink by default if your s3 bucket is in the same region as Fivetran. Turning on this toggle ensures that Fivetran always connects to s3 bucket over PrivateLink. Learn more in our PrivateLink documentation. - Is
Redshift boolServerless - Field usage depends on
service
value: - Serviceredshift
: Is your destination Redshift Serverless - Lakehouse
Guid string - Field usage depends on
service
value: - Serviceonelake
: (Immutable) OneLake lakehouse GUID - Lakehouse
Name string - Field usage depends on
service
value: - Serviceonelake
: (Immutable) Name of your lakehouse - Msk
Sts stringRegion - Num
Of float64Partitions - Field usage depends on
service
value: - Serviceconfluent_cloud_wh
: Number of partitions per topic. - Oauth2Client
Id string - Field usage depends on
service
value: - Serviceadls
: OAuth 2.0 client ID - Servicedatabricks
: OAuth 2.0 client ID - Servicenew_s3_datalake
: OAuth 2.0 client ID - Serviceonelake
: OAuth 2.0 client ID - Oauth2Secret string
- Field usage depends on
service
value: - Serviceadls
: OAuth 2.0 secret - Servicedatabricks
: OAuth 2.0 secret - Servicenew_s3_datalake
: OAuth 2.0 secret - Serviceonelake
: OAuth 2.0 secret - Passphrase string
- Field usage depends on
service
value: - Servicesnowflake
: In case private key is encrypted, you are required to enter passphrase that was used to encrypt the private key. The field can be specified if authentication type isKEY_PAIR
. - Password string
- Field usage depends on
service
value: - Serviceaurora_postgres_warehouse
: Database user password - Serviceaurora_warehouse
: Database user password - Serviceazure_postgres_warehouse
: Database user password - Serviceazure_sql_data_warehouse
: Database user password - Serviceazure_sql_database
: Database user password - Serviceazure_sql_managed_db_warehouse
: Database user password - Servicemaria_rds_warehouse
: Database user password - Servicemaria_warehouse
: Database user password - Servicemysql_rds_warehouse
: Database user password - Servicemysql_warehouse
: Database user password - Servicepanoply
: Database user password - Serviceperiscope_warehouse
: Database user password - Servicepostgres_gcp_warehouse
: Database user password - Servicepostgres_rds_warehouse
: Database user password - Servicepostgres_warehouse
: Database user password - Serviceredshift
: Database user password. Required if authentication type isPASSWORD
. - Servicesnowflake
: Database user password. The field should be specified if authentication type isPASSWORD
. - Servicesql_server_rds_warehouse
: Database user password - Servicesql_server_warehouse
: Database user password - Personal
Access stringToken - Field usage depends on
service
value: - Serviceadls
: Personal access token - Servicedatabricks
: Personal access token - Servicenew_s3_datalake
: Personal access token - Serviceonelake
: Personal access token - Port float64
- Field usage depends on
service
value: - Serviceadls
: Server port number - Serviceaurora_postgres_warehouse
: Server port number - Serviceaurora_warehouse
: Server port number - Serviceazure_postgres_warehouse
: Server port number - Serviceazure_sql_data_warehouse
: Server port number - Serviceazure_sql_database
: Server port number - Serviceazure_sql_managed_db_warehouse
: Server port number - Servicedatabricks
: Server port number - Servicemaria_rds_warehouse
: Server port number - Servicemaria_warehouse
: Server port number - Servicemysql_rds_warehouse
: Server port number - Servicemysql_warehouse
: Server port number - Servicenew_s3_datalake
: Server port number - Serviceonelake
: Server port number - Servicepanoply
: Server port number - Serviceperiscope_warehouse
: Server port number - Servicepostgres_gcp_warehouse
: Server port number - Servicepostgres_rds_warehouse
: Server port number - Servicepostgres_warehouse
: Server port number - Serviceredshift
: Server port number - Servicesnowflake
: Server port number - Servicesql_server_rds_warehouse
: Server port number - Servicesql_server_warehouse
: Server port number - Prefix
Path string - Field usage depends on
service
value: - Serviceadls
: (Immutable) path/to/data within the container - Servicenew_s3_datalake
: (Immutable) Prefix path of the bucket for which you have configured access policy. It is not required if access has been granted to entire Bucket in the access policy - Serviceonelake
: (Immutable) path/to/data within your lakehouse inside the Files directory - Private
Key string - Field usage depends on
service
value: - Servicesnowflake
: Private access key. The field should be specified if authentication type isKEY_PAIR
. - Project
Id string - Field usage depends on
service
value: - Servicebig_query
: BigQuery project ID - Public
Key string - Field usage depends on
service
value: - Serviceaurora_postgres_warehouse
: Public Key - Serviceaurora_warehouse
: Public Key - Serviceazure_postgres_warehouse
: Public Key - Serviceazure_sql_data_warehouse
: Public Key - Serviceazure_sql_database
: Public Key - Serviceazure_sql_managed_db_warehouse
: Public Key - Servicemaria_rds_warehouse
: Public Key - Servicemaria_warehouse
: Public Key - Servicemysql_rds_warehouse
: Public Key - Servicemysql_warehouse
: Public Key - Servicepanoply
: Public Key - Serviceperiscope_warehouse
: Public Key - Servicepostgres_gcp_warehouse
: Public Key - Servicepostgres_rds_warehouse
: Public Key - Servicepostgres_warehouse
: Public Key - Serviceredshift
: Public Key - Servicesql_server_rds_warehouse
: Public Key - Servicesql_server_warehouse
: Public Key - Region string
- Field usage depends on
service
value: - Servicenew_s3_datalake
: Region of your AWS S3 bucket - Registry
Name string - Registry
Sts stringRegion - Replication
Factor float64 - Field usage depends on
service
value: - Serviceconfluent_cloud_wh
: Replication factor. - Resource
Id string - Field usage depends on
service
value: - Serviceaurora_postgres_warehouse
: This field is currently being introduced to test the Self-serve Private Link functionality - Serviceaurora_warehouse
: This field is currently being introduced to test the Self-serve Private Link functionality - Serviceazure_postgres_warehouse
: This field is currently being introduced to test the Self-serve Private Link functionality - Serviceazure_sql_data_warehouse
: This field is currently being introduced to test the Self-serve Private Link functionality - Serviceazure_sql_database
: Field to test Self serve Private Link - Serviceazure_sql_managed_db_warehouse
: Field to test Self serve Private Link - Servicedatabricks
: This field is currently being introduced to test the Self-serve Private Link functionality - Servicemaria_rds_warehouse
: This field is currently being introduced to test the Self-serve Private Link functionality - Servicemaria_warehouse
: This field is currently being introduced to test the Self-serve Private Link functionality - Servicemysql_rds_warehouse
: This field is currently being introduced to test the Self-serve Private Link functionality - Servicemysql_warehouse
: This field is currently being introduced to test the Self-serve Private Link functionality - Servicepanoply
: This field is currently being introduced to test the Self-serve Private Link functionality - Serviceperiscope_warehouse
: This field is currently being introduced to test the Self-serve Private Link functionality - Servicepostgres_gcp_warehouse
: This field is currently being introduced to test the Self-serve Private Link functionality - Servicepostgres_rds_warehouse
: This field is currently being introduced to test the Self-serve Private Link functionality - Servicepostgres_warehouse
: This field is currently being introduced to test the Self-serve Private Link functionality - Serviceredshift
: This field is currently being introduced to test the Self-serve Private Link functionality - Servicesnowflake
: This field is currently being introduced to test the Self-serve Private Link functionality - Servicesql_server_rds_warehouse
: Field to test Self serve Private Link - Servicesql_server_warehouse
: Field to test Self serve Private Link - Role string
- Field usage depends on
service
value: - Servicesnowflake
: If not specified, Fivetran will use the user's default role - Role
Arn string - Field usage depends on
service
value: - Serviceredshift
: Role ARN with Redshift permissions. Required if authentication type isIAM
. - Sasl
Mechanism string - Field usage depends on
service
value: - Serviceconfluent_cloud_wh
: Security protocol for Confluent Cloud interaction. - Sasl
Plain stringKey - Field usage depends on
service
value: - Serviceconfluent_cloud_wh
: Confluent Cloud SASL key. - Sasl
Plain stringSecret - Field usage depends on
service
value: - Serviceconfluent_cloud_wh
: Confluent Cloud SASL secret. - Schema
Compatibility string - Schema
Registry string - Field usage depends on
service
value: - Serviceconfluent_cloud_wh
: Schema Registry - Schema
Registry stringApi Key - Field usage depends on
service
value: - Serviceconfluent_cloud_wh
: Schema registry API key. - Schema
Registry stringApi Secret - Field usage depends on
service
value: - Serviceconfluent_cloud_wh
: Schema registry API secret. - Schema
Registry stringUrl - Field usage depends on
service
value: - Serviceconfluent_cloud_wh
: Schema registry URL. - Secret
Key string - Field usage depends on
service
value: - Servicebig_query
: Private key of the customer service account. If specified, your service account will be used to process the data instead of the Fivetran-managed service account. - Servicebig_query_dts
: Private key of the customer service account. If specified, your service account will be used to process the data instead of the Fivetran-managed service account. - Servicemanaged_big_query
: Private key of the customer service account. If specified, your service account will be used to process the data instead of the Fivetran-managed service account. - Secret
Value string - Field usage depends on
service
value: - Serviceadls
: Secret value for service principal - Serviceonelake
: Secret value for service principal - Security
Protocol string - Field usage depends on
service
value: - Serviceconfluent_cloud_wh
: Security protocol for Confluent Cloud interaction. - Server
Host stringName - Field usage depends on
service
value: - Serviceadls
: Server Host name - Servicedatabricks
: Server name - Servicenew_s3_datalake
: Server host name - Serviceonelake
: Server Host name - Should
Maintain boolTables In Databricks - Field usage depends on
service
value: - Serviceadls
: Should maintain tables in Databricks - Servicenew_s3_datalake
: Should maintain tables in Databricks - Serviceonelake
: Should maintain tables in Databricks - Snapshot
Retention stringPeriod - Field usage depends on
service
value: - Serviceadls
: Snapshots older than the retention period are deleted every week. Default value:ONE_WEEK
. - Servicenew_s3_datalake
: Snapshots older than the retention period are deleted every week. Default value:ONE_WEEK
. - Serviceonelake
: Snapshots older than the retention period are deleted every week. Default value:ONE_WEEK
. - Snowflake
Cloud string - Snowflake
Region string - Storage
Account stringName - Field usage depends on
service
value: - Serviceadls
: (Immutable) Storage account for Azure Data Lake Storage Gen2 name - Serviceonelake
: (Immutable) Storage account for Azure Data Lake Storage Gen2 name - Table
Format string - Field usage depends on
service
value: - Servicenew_s3_datalake
: (Immutable) The table format in which you want to sync your tables. Valid values are ICEBERG and DELTA_LAKE - Tenant
Id string - Field usage depends on
service
value: - Serviceadls
: Tenant id of service principal - Serviceonelake
: Tenant ID of service principal - Tunnel
Host string - Field usage depends on
service
value: - Serviceaurora_postgres_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceaurora_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_postgres_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_sql_data_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_sql_database
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_sql_managed_db_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemaria_rds_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemaria_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemysql_rds_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemysql_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepanoply
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceperiscope_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepostgres_gcp_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepostgres_rds_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepostgres_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceredshift
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicesql_server_rds_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicesql_server_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Tunnel
Port float64 - Field usage depends on
service
value: - Serviceaurora_postgres_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceaurora_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_postgres_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_sql_data_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_sql_database
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_sql_managed_db_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemaria_rds_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemaria_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemysql_rds_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemysql_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepanoply
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceperiscope_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepostgres_gcp_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepostgres_rds_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepostgres_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceredshift
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicesql_server_rds_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicesql_server_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Tunnel
User string - Field usage depends on
service
value: - Serviceaurora_postgres_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceaurora_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_postgres_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_sql_data_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_sql_database
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_sql_managed_db_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemaria_rds_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemaria_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemysql_rds_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemysql_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepanoply
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceperiscope_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepostgres_gcp_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepostgres_rds_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepostgres_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceredshift
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicesql_server_rds_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicesql_server_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - User string
- Field usage depends on
service
value: - Serviceaurora_postgres_warehouse
: Database user name - Serviceaurora_warehouse
: Database user name - Serviceazure_postgres_warehouse
: Database user name - Serviceazure_sql_data_warehouse
: Database user name - Serviceazure_sql_database
: Database user name - Serviceazure_sql_managed_db_warehouse
: Database user name - Servicemaria_rds_warehouse
: Database user name - Servicemaria_warehouse
: Database user name - Servicemysql_rds_warehouse
: Database user name - Servicemysql_warehouse
: Database user name - Servicepanoply
: Database user name - Serviceperiscope_warehouse
: Database user name - Servicepostgres_gcp_warehouse
: Database user name - Servicepostgres_rds_warehouse
: Database user name - Servicepostgres_warehouse
: Database user name - Serviceredshift
: Database user name - Servicesnowflake
: Database user name - Servicesql_server_rds_warehouse
: Database user name - Servicesql_server_warehouse
: Database user name - Workspace
Guid string - Field usage depends on
service
value: - Serviceonelake
: (Immutable) OneLake workspace GUID - Workspace
Name string - Field usage depends on
service
value: - Serviceonelake
: OneLake workspace name
- always
Encrypted Boolean - Field usage depends on
service
value: - Serviceaurora_postgres_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceaurora_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_postgres_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_sql_data_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_sql_database
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_sql_managed_db_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemaria_rds_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemaria_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemysql_rds_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemysql_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepanoply
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceperiscope_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepostgres_gcp_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepostgres_rds_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepostgres_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceredshift
: Require TLS through Tunnel - Servicesql_server_rds_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Servicesql_server_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - auth String
- Field usage depends on
service
value: - Servicesnowflake
: Password-based or key-based authentication type - auth
Type String - Field usage depends on
service
value: - Serviceadls
: Authentication type - Servicedatabricks
: Authentication type - Servicenew_s3_datalake
: Authentication type - Serviceonelake
: Authentication type - Serviceredshift
: Authentication type. Default value:PASSWORD
. - aws
Access StringKey Id - Field usage depends on
service
value: - Servicenew_s3_datalake
: AWS access key to access the S3 bucket and AWS Glue - aws
Secret StringAccess Key - Field usage depends on
service
value: - Servicenew_s3_datalake
: AWS secret access key to access the S3 bucket and AWS Glue - bootstrap
Servers List<String> - Field usage depends on
service
value: - Serviceconfluent_cloud_wh
: Comma-separated list of Confluent Cloud servers in theserver:port
format. - bucket String
- Field usage depends on
service
value: - Servicebig_query
: Customer bucket. If specified, your GCS bucket will be used to process the data instead of a Fivetran-managed bucket. The bucket must be present in the same location as the dataset location. - Servicebig_query_dts
: Customer bucket. If specified, your GCS bucket will be used to process the data instead of a Fivetran-managed bucket. The bucket must be present in the same location as the dataset location. - Servicemanaged_big_query
: Customer bucket. If specified, your GCS bucket will be used to process the data instead of a Fivetran-managed bucket. The bucket must be present in the same location as the dataset location. - Servicenew_s3_datalake
: (Immutable) The name of the bucket to be used as destination - catalog String
- Field usage depends on
service
value: - Serviceadls
: Catalog name - Servicedatabricks
: Catalog name - Servicenew_s3_datalake
: Catalog name - Serviceonelake
: Catalog name - client
Id String - Field usage depends on
service
value: - Serviceadls
: Client id of service principal - Serviceonelake
: Client ID of service principal - cloud
Provider String - Field usage depends on
service
value: - Servicedatabricks
: Databricks deployment cloud - cluster
Id String - Field usage depends on
service
value: - Servicepanoply
: Cluster ID. - Serviceperiscope_warehouse
: Cluster ID. - Serviceredshift
: Cluster ID. Must be populated ifconnection_type
is set toSshTunnel
andauth_type
is set toIAM
. - cluster
Region String - Field usage depends on
service
value: - Servicepanoply
: Cluster region. - Serviceperiscope_warehouse
: Cluster region. - Serviceredshift
: Cluster region. Must be populated ifconnection_type
is set toSshTunnel
andauth_type
is set toIAM
. - connection
Method String - connection
Type String - Field usage depends on
service
value: - Serviceadls
: Connection method. Default value:Directly
. - Serviceaurora_postgres_warehouse
: Connection method. Default value:Directly
. - Serviceaurora_warehouse
: Connection method. Default value:Directly
. - Serviceazure_postgres_warehouse
: Connection method. Default value:Directly
. - Serviceazure_sql_data_warehouse
: Connection method. Default value:Directly
. - Serviceazure_sql_database
: Connection method. Default value:Directly
. - Serviceazure_sql_managed_db_warehouse
: Connection method. Default value:Directly
. - Servicedatabricks
: Connection method. Default value:Directly
. - Servicemaria_rds_warehouse
: Connection method. Default value:Directly
. - Servicemaria_warehouse
: Connection method. Default value:Directly
. - Servicemysql_rds_warehouse
: Connection method. Default value:Directly
. - Servicemysql_warehouse
: Connection method. Default value:Directly
. - Servicepanoply
: Connection method. Default value:Directly
. - Serviceperiscope_warehouse
: Connection method. Default value:Directly
. - Servicepostgres_gcp_warehouse
: Connection method. Default value:Directly
. - Servicepostgres_rds_warehouse
: Connection method. Default value:Directly
. - Servicepostgres_warehouse
: Connection method. Default value:Directly
. - Serviceredshift
: Connection method. Default value:Directly
. - Servicesnowflake
: Connection method. Default value:Directly
. - Servicesql_server_rds_warehouse
: Connection method. Default value:Directly
. - Servicesql_server_warehouse
: Connection method. Default value:Directly
. - container
Name String - Field usage depends on
service
value: - Serviceadls
: (Immutable) Container to store delta table files - Serviceonelake
: Workspace name to store delta table files - controller
Id String - create
External BooleanTables - Field usage depends on
service
value: - Servicedatabricks
: Whether to create external tables - data
Format String - Field usage depends on
service
value: - Serviceconfluent_cloud_wh
: Confluent Cloud message format. - data
Set StringLocation - Field usage depends on
service
value: - Servicebig_query
: Data location. Datasets will reside in this location. - Servicebig_query_dts
: Data location. Datasets will reside in this location. - Servicemanaged_big_query
: Data location. Datasets will reside in this location. - database String
- Field usage depends on
service
value: - Serviceaurora_postgres_warehouse
: Database name - Serviceaurora_warehouse
: Database name - Serviceazure_postgres_warehouse
: Database name - Serviceazure_sql_data_warehouse
: Database name - Serviceazure_sql_database
: Database name - Serviceazure_sql_managed_db_warehouse
: Database name - Servicemaria_rds_warehouse
: Database name - Servicemaria_warehouse
: Database name - Servicemysql_rds_warehouse
: Database name - Servicemysql_warehouse
: Database name - Servicepanoply
: Database name - Serviceperiscope_warehouse
: Database name - Servicepostgres_gcp_warehouse
: Database name - Servicepostgres_rds_warehouse
: Database name - Servicepostgres_warehouse
: Database name - Serviceredshift
: Database name - Servicesnowflake
: Database name - Servicesql_server_rds_warehouse
: Database name - Servicesql_server_warehouse
: Database name - databricks
Connection StringType - Field usage depends on
service
value: - Serviceadls
: Databricks Connection method. Default value:Directly
. - Servicenew_s3_datalake
: Databricks Connection method. Default value:Directly
. - Serviceonelake
: Databricks Connection method. Default value:Directly
. - enable
Remote BooleanExecution - external
Id String - Field usage depends on
service
value: - Serviceaws_msk_wh
: Fivetran generated External ID - Servicepanoply
: Fivetran generated External ID - Serviceperiscope_warehouse
: Fivetran generated External ID - Serviceredshift
: Fivetran generated External ID - external
Location String - Field usage depends on
service
value: - Servicedatabricks
: External location to store Delta tables. Default value:""
(null). By default, the external tables will reside in the/{schema}/{table}
path, and if you specify an external location in the{externalLocation}/{schema}/{table}
path. - fivetran
Glue StringRole Arn - fivetran
Msk StringRole Arn - fivetran
Role StringArn - Field usage depends on
service
value: - Servicenew_s3_datalake
: ARN of the role which you created with different required policy mentioned in our setup guide - host String
- Field usage depends on
service
value: - Serviceaurora_postgres_warehouse
: Server name - Serviceaurora_warehouse
: Server name - Serviceazure_postgres_warehouse
: Server name - Serviceazure_sql_data_warehouse
: Server name - Serviceazure_sql_database
: Server name - Serviceazure_sql_managed_db_warehouse
: Server name - Servicemaria_rds_warehouse
: Server name - Servicemaria_warehouse
: Server name - Servicemysql_rds_warehouse
: Server name - Servicemysql_warehouse
: Server name - Servicepanoply
: Server name - Serviceperiscope_warehouse
: Server name - Servicepostgres_gcp_warehouse
: Server name - Servicepostgres_rds_warehouse
: Server name - Servicepostgres_warehouse
: Server name - Serviceredshift
: Server name - Servicesnowflake
: Server name - Servicesql_server_rds_warehouse
: Server name - Servicesql_server_warehouse
: Server name - http
Path String - Field usage depends on
service
value: - Serviceadls
: HTTP path - Servicedatabricks
: HTTP path - Servicenew_s3_datalake
: HTTP path - Serviceonelake
: HTTP path - is
Private BooleanKey Encrypted - Field usage depends on
service
value: - Servicesnowflake
: Indicates that a private key is encrypted. The default value:false
. The field can be specified if authentication type isKEY_PAIR
. - is
Private BooleanLink Required - Field usage depends on
service
value: - Servicenew_s3_datalake
: We use PrivateLink by default if your s3 bucket is in the same region as Fivetran. Turning on this toggle ensures that Fivetran always connects to s3 bucket over PrivateLink. Learn more in our PrivateLink documentation. - is
Redshift BooleanServerless - Field usage depends on
service
value: - Serviceredshift
: Is your destination Redshift Serverless - lakehouse
Guid String - Field usage depends on
service
value: - Serviceonelake
: (Immutable) OneLake lakehouse GUID - lakehouse
Name String - Field usage depends on
service
value: - Serviceonelake
: (Immutable) Name of your lakehouse - msk
Sts StringRegion - num
Of DoublePartitions - Field usage depends on
service
value: - Serviceconfluent_cloud_wh
: Number of partitions per topic. - oauth2Client
Id String - Field usage depends on
service
value: - Serviceadls
: OAuth 2.0 client ID - Servicedatabricks
: OAuth 2.0 client ID - Servicenew_s3_datalake
: OAuth 2.0 client ID - Serviceonelake
: OAuth 2.0 client ID - oauth2Secret String
- Field usage depends on
service
value: - Serviceadls
: OAuth 2.0 secret - Servicedatabricks
: OAuth 2.0 secret - Servicenew_s3_datalake
: OAuth 2.0 secret - Serviceonelake
: OAuth 2.0 secret - passphrase String
- Field usage depends on
service
value: - Servicesnowflake
: In case private key is encrypted, you are required to enter passphrase that was used to encrypt the private key. The field can be specified if authentication type isKEY_PAIR
. - password String
- Field usage depends on
service
value: - Serviceaurora_postgres_warehouse
: Database user password - Serviceaurora_warehouse
: Database user password - Serviceazure_postgres_warehouse
: Database user password - Serviceazure_sql_data_warehouse
: Database user password - Serviceazure_sql_database
: Database user password - Serviceazure_sql_managed_db_warehouse
: Database user password - Servicemaria_rds_warehouse
: Database user password - Servicemaria_warehouse
: Database user password - Servicemysql_rds_warehouse
: Database user password - Servicemysql_warehouse
: Database user password - Servicepanoply
: Database user password - Serviceperiscope_warehouse
: Database user password - Servicepostgres_gcp_warehouse
: Database user password - Servicepostgres_rds_warehouse
: Database user password - Servicepostgres_warehouse
: Database user password - Serviceredshift
: Database user password. Required if authentication type isPASSWORD
. - Servicesnowflake
: Database user password. The field should be specified if authentication type isPASSWORD
. - Servicesql_server_rds_warehouse
: Database user password - Servicesql_server_warehouse
: Database user password - personal
Access StringToken - Field usage depends on
service
value: - Serviceadls
: Personal access token - Servicedatabricks
: Personal access token - Servicenew_s3_datalake
: Personal access token - Serviceonelake
: Personal access token - port Double
- Field usage depends on
service
value: - Serviceadls
: Server port number - Serviceaurora_postgres_warehouse
: Server port number - Serviceaurora_warehouse
: Server port number - Serviceazure_postgres_warehouse
: Server port number - Serviceazure_sql_data_warehouse
: Server port number - Serviceazure_sql_database
: Server port number - Serviceazure_sql_managed_db_warehouse
: Server port number - Servicedatabricks
: Server port number - Servicemaria_rds_warehouse
: Server port number - Servicemaria_warehouse
: Server port number - Servicemysql_rds_warehouse
: Server port number - Servicemysql_warehouse
: Server port number - Servicenew_s3_datalake
: Server port number - Serviceonelake
: Server port number - Servicepanoply
: Server port number - Serviceperiscope_warehouse
: Server port number - Servicepostgres_gcp_warehouse
: Server port number - Servicepostgres_rds_warehouse
: Server port number - Servicepostgres_warehouse
: Server port number - Serviceredshift
: Server port number - Servicesnowflake
: Server port number - Servicesql_server_rds_warehouse
: Server port number - Servicesql_server_warehouse
: Server port number - prefix
Path String - Field usage depends on
service
value: - Serviceadls
: (Immutable) path/to/data within the container - Servicenew_s3_datalake
: (Immutable) Prefix path of the bucket for which you have configured access policy. It is not required if access has been granted to entire Bucket in the access policy - Serviceonelake
: (Immutable) path/to/data within your lakehouse inside the Files directory - private
Key String - Field usage depends on
service
value: - Servicesnowflake
: Private access key. The field should be specified if authentication type isKEY_PAIR
. - project
Id String - Field usage depends on
service
value: - Servicebig_query
: BigQuery project ID - public
Key String - Field usage depends on
service
value: - Serviceaurora_postgres_warehouse
: Public Key - Serviceaurora_warehouse
: Public Key - Serviceazure_postgres_warehouse
: Public Key - Serviceazure_sql_data_warehouse
: Public Key - Serviceazure_sql_database
: Public Key - Serviceazure_sql_managed_db_warehouse
: Public Key - Servicemaria_rds_warehouse
: Public Key - Servicemaria_warehouse
: Public Key - Servicemysql_rds_warehouse
: Public Key - Servicemysql_warehouse
: Public Key - Servicepanoply
: Public Key - Serviceperiscope_warehouse
: Public Key - Servicepostgres_gcp_warehouse
: Public Key - Servicepostgres_rds_warehouse
: Public Key - Servicepostgres_warehouse
: Public Key - Serviceredshift
: Public Key - Servicesql_server_rds_warehouse
: Public Key - Servicesql_server_warehouse
: Public Key - region String
- Field usage depends on
service
value: - Servicenew_s3_datalake
: Region of your AWS S3 bucket - registry
Name String - registry
Sts StringRegion - replication
Factor Double - Field usage depends on
service
value: - Serviceconfluent_cloud_wh
: Replication factor. - resource
Id String - Field usage depends on
service
value: - Serviceaurora_postgres_warehouse
: This field is currently being introduced to test the Self-serve Private Link functionality - Serviceaurora_warehouse
: This field is currently being introduced to test the Self-serve Private Link functionality - Serviceazure_postgres_warehouse
: This field is currently being introduced to test the Self-serve Private Link functionality - Serviceazure_sql_data_warehouse
: This field is currently being introduced to test the Self-serve Private Link functionality - Serviceazure_sql_database
: Field to test Self serve Private Link - Serviceazure_sql_managed_db_warehouse
: Field to test Self serve Private Link - Servicedatabricks
: This field is currently being introduced to test the Self-serve Private Link functionality - Servicemaria_rds_warehouse
: This field is currently being introduced to test the Self-serve Private Link functionality - Servicemaria_warehouse
: This field is currently being introduced to test the Self-serve Private Link functionality - Servicemysql_rds_warehouse
: This field is currently being introduced to test the Self-serve Private Link functionality - Servicemysql_warehouse
: This field is currently being introduced to test the Self-serve Private Link functionality - Servicepanoply
: This field is currently being introduced to test the Self-serve Private Link functionality - Serviceperiscope_warehouse
: This field is currently being introduced to test the Self-serve Private Link functionality - Servicepostgres_gcp_warehouse
: This field is currently being introduced to test the Self-serve Private Link functionality - Servicepostgres_rds_warehouse
: This field is currently being introduced to test the Self-serve Private Link functionality - Servicepostgres_warehouse
: This field is currently being introduced to test the Self-serve Private Link functionality - Serviceredshift
: This field is currently being introduced to test the Self-serve Private Link functionality - Servicesnowflake
: This field is currently being introduced to test the Self-serve Private Link functionality - Servicesql_server_rds_warehouse
: Field to test Self serve Private Link - Servicesql_server_warehouse
: Field to test Self serve Private Link - role String
- Field usage depends on
service
value: - Servicesnowflake
: If not specified, Fivetran will use the user's default role - role
Arn String - Field usage depends on
service
value: - Serviceredshift
: Role ARN with Redshift permissions. Required if authentication type isIAM
. - sasl
Mechanism String - Field usage depends on
service
value: - Serviceconfluent_cloud_wh
: Security protocol for Confluent Cloud interaction. - sasl
Plain StringKey - Field usage depends on
service
value: - Serviceconfluent_cloud_wh
: Confluent Cloud SASL key. - sasl
Plain StringSecret - Field usage depends on
service
value: - Serviceconfluent_cloud_wh
: Confluent Cloud SASL secret. - schema
Compatibility String - schema
Registry String - Field usage depends on
service
value: - Serviceconfluent_cloud_wh
: Schema Registry - schema
Registry StringApi Key - Field usage depends on
service
value: - Serviceconfluent_cloud_wh
: Schema registry API key. - schema
Registry StringApi Secret - Field usage depends on
service
value: - Serviceconfluent_cloud_wh
: Schema registry API secret. - schema
Registry StringUrl - Field usage depends on
service
value: - Serviceconfluent_cloud_wh
: Schema registry URL. - secret
Key String - Field usage depends on
service
value: - Servicebig_query
: Private key of the customer service account. If specified, your service account will be used to process the data instead of the Fivetran-managed service account. - Servicebig_query_dts
: Private key of the customer service account. If specified, your service account will be used to process the data instead of the Fivetran-managed service account. - Servicemanaged_big_query
: Private key of the customer service account. If specified, your service account will be used to process the data instead of the Fivetran-managed service account. - secret
Value String - Field usage depends on
service
value: - Serviceadls
: Secret value for service principal - Serviceonelake
: Secret value for service principal - security
Protocol String - Field usage depends on
service
value: - Serviceconfluent_cloud_wh
: Security protocol for Confluent Cloud interaction. - server
Host StringName - Field usage depends on
service
value: - Serviceadls
: Server Host name - Servicedatabricks
: Server name - Servicenew_s3_datalake
: Server host name - Serviceonelake
: Server Host name - should
Maintain BooleanTables In Databricks - Field usage depends on
service
value: - Serviceadls
: Should maintain tables in Databricks - Servicenew_s3_datalake
: Should maintain tables in Databricks - Serviceonelake
: Should maintain tables in Databricks - snapshot
Retention StringPeriod - Field usage depends on
service
value: - Serviceadls
: Snapshots older than the retention period are deleted every week. Default value:ONE_WEEK
. - Servicenew_s3_datalake
: Snapshots older than the retention period are deleted every week. Default value:ONE_WEEK
. - Serviceonelake
: Snapshots older than the retention period are deleted every week. Default value:ONE_WEEK
. - snowflake
Cloud String - snowflake
Region String - storage
Account StringName - Field usage depends on
service
value: - Serviceadls
: (Immutable) Storage account for Azure Data Lake Storage Gen2 name - Serviceonelake
: (Immutable) Storage account for Azure Data Lake Storage Gen2 name - table
Format String - Field usage depends on
service
value: - Servicenew_s3_datalake
: (Immutable) The table format in which you want to sync your tables. Valid values are ICEBERG and DELTA_LAKE - tenant
Id String - Field usage depends on
service
value: - Serviceadls
: Tenant id of service principal - Serviceonelake
: Tenant ID of service principal - tunnel
Host String - Field usage depends on
service
value: - Serviceaurora_postgres_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceaurora_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_postgres_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_sql_data_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_sql_database
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_sql_managed_db_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemaria_rds_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemaria_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemysql_rds_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemysql_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepanoply
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceperiscope_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepostgres_gcp_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepostgres_rds_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepostgres_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceredshift
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicesql_server_rds_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicesql_server_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - tunnel
Port Double - Field usage depends on
service
value: - Serviceaurora_postgres_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceaurora_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_postgres_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_sql_data_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_sql_database
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_sql_managed_db_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemaria_rds_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemaria_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemysql_rds_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemysql_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepanoply
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceperiscope_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepostgres_gcp_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepostgres_rds_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepostgres_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceredshift
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicesql_server_rds_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicesql_server_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - tunnel
User String - Field usage depends on
service
value: - Serviceaurora_postgres_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceaurora_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_postgres_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_sql_data_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_sql_database
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_sql_managed_db_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemaria_rds_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemaria_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemysql_rds_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemysql_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepanoply
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceperiscope_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepostgres_gcp_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepostgres_rds_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepostgres_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceredshift
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicesql_server_rds_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicesql_server_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - user String
- Field usage depends on
service
value: - Serviceaurora_postgres_warehouse
: Database user name - Serviceaurora_warehouse
: Database user name - Serviceazure_postgres_warehouse
: Database user name - Serviceazure_sql_data_warehouse
: Database user name - Serviceazure_sql_database
: Database user name - Serviceazure_sql_managed_db_warehouse
: Database user name - Servicemaria_rds_warehouse
: Database user name - Servicemaria_warehouse
: Database user name - Servicemysql_rds_warehouse
: Database user name - Servicemysql_warehouse
: Database user name - Servicepanoply
: Database user name - Serviceperiscope_warehouse
: Database user name - Servicepostgres_gcp_warehouse
: Database user name - Servicepostgres_rds_warehouse
: Database user name - Servicepostgres_warehouse
: Database user name - Serviceredshift
: Database user name - Servicesnowflake
: Database user name - Servicesql_server_rds_warehouse
: Database user name - Servicesql_server_warehouse
: Database user name - workspace
Guid String - Field usage depends on
service
value: - Serviceonelake
: (Immutable) OneLake workspace GUID - workspace
Name String - Field usage depends on
service
value: - Serviceonelake
: OneLake workspace name
- always
Encrypted boolean - Field usage depends on
service
value: - Serviceaurora_postgres_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceaurora_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_postgres_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_sql_data_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_sql_database
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_sql_managed_db_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemaria_rds_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemaria_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemysql_rds_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemysql_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepanoply
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceperiscope_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepostgres_gcp_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepostgres_rds_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepostgres_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceredshift
: Require TLS through Tunnel - Servicesql_server_rds_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Servicesql_server_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - auth string
- Field usage depends on
service
value: - Servicesnowflake
: Password-based or key-based authentication type - auth
Type string - Field usage depends on
service
value: - Serviceadls
: Authentication type - Servicedatabricks
: Authentication type - Servicenew_s3_datalake
: Authentication type - Serviceonelake
: Authentication type - Serviceredshift
: Authentication type. Default value:PASSWORD
. - aws
Access stringKey Id - Field usage depends on
service
value: - Servicenew_s3_datalake
: AWS access key to access the S3 bucket and AWS Glue - aws
Secret stringAccess Key - Field usage depends on
service
value: - Servicenew_s3_datalake
: AWS secret access key to access the S3 bucket and AWS Glue - bootstrap
Servers string[] - Field usage depends on
service
value: - Serviceconfluent_cloud_wh
: Comma-separated list of Confluent Cloud servers in theserver:port
format. - bucket string
- Field usage depends on
service
value: - Servicebig_query
: Customer bucket. If specified, your GCS bucket will be used to process the data instead of a Fivetran-managed bucket. The bucket must be present in the same location as the dataset location. - Servicebig_query_dts
: Customer bucket. If specified, your GCS bucket will be used to process the data instead of a Fivetran-managed bucket. The bucket must be present in the same location as the dataset location. - Servicemanaged_big_query
: Customer bucket. If specified, your GCS bucket will be used to process the data instead of a Fivetran-managed bucket. The bucket must be present in the same location as the dataset location. - Servicenew_s3_datalake
: (Immutable) The name of the bucket to be used as destination - catalog string
- Field usage depends on
service
value: - Serviceadls
: Catalog name - Servicedatabricks
: Catalog name - Servicenew_s3_datalake
: Catalog name - Serviceonelake
: Catalog name - client
Id string - Field usage depends on
service
value: - Serviceadls
: Client id of service principal - Serviceonelake
: Client ID of service principal - cloud
Provider string - Field usage depends on
service
value: - Servicedatabricks
: Databricks deployment cloud - cluster
Id string - Field usage depends on
service
value: - Servicepanoply
: Cluster ID. - Serviceperiscope_warehouse
: Cluster ID. - Serviceredshift
: Cluster ID. Must be populated ifconnection_type
is set toSshTunnel
andauth_type
is set toIAM
. - cluster
Region string - Field usage depends on
service
value: - Servicepanoply
: Cluster region. - Serviceperiscope_warehouse
: Cluster region. - Serviceredshift
: Cluster region. Must be populated ifconnection_type
is set toSshTunnel
andauth_type
is set toIAM
. - connection
Method string - connection
Type string - Field usage depends on
service
value: - Serviceadls
: Connection method. Default value:Directly
. - Serviceaurora_postgres_warehouse
: Connection method. Default value:Directly
. - Serviceaurora_warehouse
: Connection method. Default value:Directly
. - Serviceazure_postgres_warehouse
: Connection method. Default value:Directly
. - Serviceazure_sql_data_warehouse
: Connection method. Default value:Directly
. - Serviceazure_sql_database
: Connection method. Default value:Directly
. - Serviceazure_sql_managed_db_warehouse
: Connection method. Default value:Directly
. - Servicedatabricks
: Connection method. Default value:Directly
. - Servicemaria_rds_warehouse
: Connection method. Default value:Directly
. - Servicemaria_warehouse
: Connection method. Default value:Directly
. - Servicemysql_rds_warehouse
: Connection method. Default value:Directly
. - Servicemysql_warehouse
: Connection method. Default value:Directly
. - Servicepanoply
: Connection method. Default value:Directly
. - Serviceperiscope_warehouse
: Connection method. Default value:Directly
. - Servicepostgres_gcp_warehouse
: Connection method. Default value:Directly
. - Servicepostgres_rds_warehouse
: Connection method. Default value:Directly
. - Servicepostgres_warehouse
: Connection method. Default value:Directly
. - Serviceredshift
: Connection method. Default value:Directly
. - Servicesnowflake
: Connection method. Default value:Directly
. - Servicesql_server_rds_warehouse
: Connection method. Default value:Directly
. - Servicesql_server_warehouse
: Connection method. Default value:Directly
. - container
Name string - Field usage depends on
service
value: - Serviceadls
: (Immutable) Container to store delta table files - Serviceonelake
: Workspace name to store delta table files - controller
Id string - create
External booleanTables - Field usage depends on
service
value: - Servicedatabricks
: Whether to create external tables - data
Format string - Field usage depends on
service
value: - Serviceconfluent_cloud_wh
: Confluent Cloud message format. - data
Set stringLocation - Field usage depends on
service
value: - Servicebig_query
: Data location. Datasets will reside in this location. - Servicebig_query_dts
: Data location. Datasets will reside in this location. - Servicemanaged_big_query
: Data location. Datasets will reside in this location. - database string
- Field usage depends on
service
value: - Serviceaurora_postgres_warehouse
: Database name - Serviceaurora_warehouse
: Database name - Serviceazure_postgres_warehouse
: Database name - Serviceazure_sql_data_warehouse
: Database name - Serviceazure_sql_database
: Database name - Serviceazure_sql_managed_db_warehouse
: Database name - Servicemaria_rds_warehouse
: Database name - Servicemaria_warehouse
: Database name - Servicemysql_rds_warehouse
: Database name - Servicemysql_warehouse
: Database name - Servicepanoply
: Database name - Serviceperiscope_warehouse
: Database name - Servicepostgres_gcp_warehouse
: Database name - Servicepostgres_rds_warehouse
: Database name - Servicepostgres_warehouse
: Database name - Serviceredshift
: Database name - Servicesnowflake
: Database name - Servicesql_server_rds_warehouse
: Database name - Servicesql_server_warehouse
: Database name - databricks
Connection stringType - Field usage depends on
service
value: - Serviceadls
: Databricks Connection method. Default value:Directly
. - Servicenew_s3_datalake
: Databricks Connection method. Default value:Directly
. - Serviceonelake
: Databricks Connection method. Default value:Directly
. - enable
Remote booleanExecution - external
Id string - Field usage depends on
service
value: - Serviceaws_msk_wh
: Fivetran generated External ID - Servicepanoply
: Fivetran generated External ID - Serviceperiscope_warehouse
: Fivetran generated External ID - Serviceredshift
: Fivetran generated External ID - external
Location string - Field usage depends on
service
value: - Servicedatabricks
: External location to store Delta tables. Default value:""
(null). By default, the external tables will reside in the/{schema}/{table}
path, and if you specify an external location in the{externalLocation}/{schema}/{table}
path. - fivetran
Glue stringRole Arn - fivetran
Msk stringRole Arn - fivetran
Role stringArn - Field usage depends on
service
value: - Servicenew_s3_datalake
: ARN of the role which you created with different required policy mentioned in our setup guide - host string
- Field usage depends on
service
value: - Serviceaurora_postgres_warehouse
: Server name - Serviceaurora_warehouse
: Server name - Serviceazure_postgres_warehouse
: Server name - Serviceazure_sql_data_warehouse
: Server name - Serviceazure_sql_database
: Server name - Serviceazure_sql_managed_db_warehouse
: Server name - Servicemaria_rds_warehouse
: Server name - Servicemaria_warehouse
: Server name - Servicemysql_rds_warehouse
: Server name - Servicemysql_warehouse
: Server name - Servicepanoply
: Server name - Serviceperiscope_warehouse
: Server name - Servicepostgres_gcp_warehouse
: Server name - Servicepostgres_rds_warehouse
: Server name - Servicepostgres_warehouse
: Server name - Serviceredshift
: Server name - Servicesnowflake
: Server name - Servicesql_server_rds_warehouse
: Server name - Servicesql_server_warehouse
: Server name - http
Path string - Field usage depends on
service
value: - Serviceadls
: HTTP path - Servicedatabricks
: HTTP path - Servicenew_s3_datalake
: HTTP path - Serviceonelake
: HTTP path - is
Private booleanKey Encrypted - Field usage depends on
service
value: - Servicesnowflake
: Indicates that a private key is encrypted. The default value:false
. The field can be specified if authentication type isKEY_PAIR
. - is
Private booleanLink Required - Field usage depends on
service
value: - Servicenew_s3_datalake
: We use PrivateLink by default if your s3 bucket is in the same region as Fivetran. Turning on this toggle ensures that Fivetran always connects to s3 bucket over PrivateLink. Learn more in our PrivateLink documentation. - is
Redshift booleanServerless - Field usage depends on
service
value: - Serviceredshift
: Is your destination Redshift Serverless - lakehouse
Guid string - Field usage depends on
service
value: - Serviceonelake
: (Immutable) OneLake lakehouse GUID - lakehouse
Name string - Field usage depends on
service
value: - Serviceonelake
: (Immutable) Name of your lakehouse - msk
Sts stringRegion - num
Of numberPartitions - Field usage depends on
service
value: - Serviceconfluent_cloud_wh
: Number of partitions per topic. - oauth2Client
Id string - Field usage depends on
service
value: - Serviceadls
: OAuth 2.0 client ID - Servicedatabricks
: OAuth 2.0 client ID - Servicenew_s3_datalake
: OAuth 2.0 client ID - Serviceonelake
: OAuth 2.0 client ID - oauth2Secret string
- Field usage depends on
service
value: - Serviceadls
: OAuth 2.0 secret - Servicedatabricks
: OAuth 2.0 secret - Servicenew_s3_datalake
: OAuth 2.0 secret - Serviceonelake
: OAuth 2.0 secret - passphrase string
- Field usage depends on
service
value: - Servicesnowflake
: In case private key is encrypted, you are required to enter passphrase that was used to encrypt the private key. The field can be specified if authentication type isKEY_PAIR
. - password string
- Field usage depends on
service
value: - Serviceaurora_postgres_warehouse
: Database user password - Serviceaurora_warehouse
: Database user password - Serviceazure_postgres_warehouse
: Database user password - Serviceazure_sql_data_warehouse
: Database user password - Serviceazure_sql_database
: Database user password - Serviceazure_sql_managed_db_warehouse
: Database user password - Servicemaria_rds_warehouse
: Database user password - Servicemaria_warehouse
: Database user password - Servicemysql_rds_warehouse
: Database user password - Servicemysql_warehouse
: Database user password - Servicepanoply
: Database user password - Serviceperiscope_warehouse
: Database user password - Servicepostgres_gcp_warehouse
: Database user password - Servicepostgres_rds_warehouse
: Database user password - Servicepostgres_warehouse
: Database user password - Serviceredshift
: Database user password. Required if authentication type isPASSWORD
. - Servicesnowflake
: Database user password. The field should be specified if authentication type isPASSWORD
. - Servicesql_server_rds_warehouse
: Database user password - Servicesql_server_warehouse
: Database user password - personal
Access stringToken - Field usage depends on
service
value: - Serviceadls
: Personal access token - Servicedatabricks
: Personal access token - Servicenew_s3_datalake
: Personal access token - Serviceonelake
: Personal access token - port number
- Field usage depends on
service
value: - Serviceadls
: Server port number - Serviceaurora_postgres_warehouse
: Server port number - Serviceaurora_warehouse
: Server port number - Serviceazure_postgres_warehouse
: Server port number - Serviceazure_sql_data_warehouse
: Server port number - Serviceazure_sql_database
: Server port number - Serviceazure_sql_managed_db_warehouse
: Server port number - Servicedatabricks
: Server port number - Servicemaria_rds_warehouse
: Server port number - Servicemaria_warehouse
: Server port number - Servicemysql_rds_warehouse
: Server port number - Servicemysql_warehouse
: Server port number - Servicenew_s3_datalake
: Server port number - Serviceonelake
: Server port number - Servicepanoply
: Server port number - Serviceperiscope_warehouse
: Server port number - Servicepostgres_gcp_warehouse
: Server port number - Servicepostgres_rds_warehouse
: Server port number - Servicepostgres_warehouse
: Server port number - Serviceredshift
: Server port number - Servicesnowflake
: Server port number - Servicesql_server_rds_warehouse
: Server port number - Servicesql_server_warehouse
: Server port number - prefix
Path string - Field usage depends on
service
value: - Serviceadls
: (Immutable) path/to/data within the container - Servicenew_s3_datalake
: (Immutable) Prefix path of the bucket for which you have configured access policy. It is not required if access has been granted to entire Bucket in the access policy - Serviceonelake
: (Immutable) path/to/data within your lakehouse inside the Files directory - private
Key string - Field usage depends on
service
value: - Servicesnowflake
: Private access key. The field should be specified if authentication type isKEY_PAIR
. - project
Id string - Field usage depends on
service
value: - Servicebig_query
: BigQuery project ID - public
Key string - Field usage depends on
service
value: - Serviceaurora_postgres_warehouse
: Public Key - Serviceaurora_warehouse
: Public Key - Serviceazure_postgres_warehouse
: Public Key - Serviceazure_sql_data_warehouse
: Public Key - Serviceazure_sql_database
: Public Key - Serviceazure_sql_managed_db_warehouse
: Public Key - Servicemaria_rds_warehouse
: Public Key - Servicemaria_warehouse
: Public Key - Servicemysql_rds_warehouse
: Public Key - Servicemysql_warehouse
: Public Key - Servicepanoply
: Public Key - Serviceperiscope_warehouse
: Public Key - Servicepostgres_gcp_warehouse
: Public Key - Servicepostgres_rds_warehouse
: Public Key - Servicepostgres_warehouse
: Public Key - Serviceredshift
: Public Key - Servicesql_server_rds_warehouse
: Public Key - Servicesql_server_warehouse
: Public Key - region string
- Field usage depends on
service
value: - Servicenew_s3_datalake
: Region of your AWS S3 bucket - registry
Name string - registry
Sts stringRegion - replication
Factor number - Field usage depends on
service
value: - Serviceconfluent_cloud_wh
: Replication factor. - resource
Id string - Field usage depends on
service
value: - Serviceaurora_postgres_warehouse
: This field is currently being introduced to test the Self-serve Private Link functionality - Serviceaurora_warehouse
: This field is currently being introduced to test the Self-serve Private Link functionality - Serviceazure_postgres_warehouse
: This field is currently being introduced to test the Self-serve Private Link functionality - Serviceazure_sql_data_warehouse
: This field is currently being introduced to test the Self-serve Private Link functionality - Serviceazure_sql_database
: Field to test Self serve Private Link - Serviceazure_sql_managed_db_warehouse
: Field to test Self serve Private Link - Servicedatabricks
: This field is currently being introduced to test the Self-serve Private Link functionality - Servicemaria_rds_warehouse
: This field is currently being introduced to test the Self-serve Private Link functionality - Servicemaria_warehouse
: This field is currently being introduced to test the Self-serve Private Link functionality - Servicemysql_rds_warehouse
: This field is currently being introduced to test the Self-serve Private Link functionality - Servicemysql_warehouse
: This field is currently being introduced to test the Self-serve Private Link functionality - Servicepanoply
: This field is currently being introduced to test the Self-serve Private Link functionality - Serviceperiscope_warehouse
: This field is currently being introduced to test the Self-serve Private Link functionality - Servicepostgres_gcp_warehouse
: This field is currently being introduced to test the Self-serve Private Link functionality - Servicepostgres_rds_warehouse
: This field is currently being introduced to test the Self-serve Private Link functionality - Servicepostgres_warehouse
: This field is currently being introduced to test the Self-serve Private Link functionality - Serviceredshift
: This field is currently being introduced to test the Self-serve Private Link functionality - Servicesnowflake
: This field is currently being introduced to test the Self-serve Private Link functionality - Servicesql_server_rds_warehouse
: Field to test Self serve Private Link - Servicesql_server_warehouse
: Field to test Self serve Private Link - role string
- Field usage depends on
service
value: - Servicesnowflake
: If not specified, Fivetran will use the user's default role - role
Arn string - Field usage depends on
service
value: - Serviceredshift
: Role ARN with Redshift permissions. Required if authentication type isIAM
. - sasl
Mechanism string - Field usage depends on
service
value: - Serviceconfluent_cloud_wh
: Security protocol for Confluent Cloud interaction. - sasl
Plain stringKey - Field usage depends on
service
value: - Serviceconfluent_cloud_wh
: Confluent Cloud SASL key. - sasl
Plain stringSecret - Field usage depends on
service
value: - Serviceconfluent_cloud_wh
: Confluent Cloud SASL secret. - schema
Compatibility string - schema
Registry string - Field usage depends on
service
value: - Serviceconfluent_cloud_wh
: Schema Registry - schema
Registry stringApi Key - Field usage depends on
service
value: - Serviceconfluent_cloud_wh
: Schema registry API key. - schema
Registry stringApi Secret - Field usage depends on
service
value: - Serviceconfluent_cloud_wh
: Schema registry API secret. - schema
Registry stringUrl - Field usage depends on
service
value: - Serviceconfluent_cloud_wh
: Schema registry URL. - secret
Key string - Field usage depends on
service
value: - Servicebig_query
: Private key of the customer service account. If specified, your service account will be used to process the data instead of the Fivetran-managed service account. - Servicebig_query_dts
: Private key of the customer service account. If specified, your service account will be used to process the data instead of the Fivetran-managed service account. - Servicemanaged_big_query
: Private key of the customer service account. If specified, your service account will be used to process the data instead of the Fivetran-managed service account. - secret
Value string - Field usage depends on
service
value: - Serviceadls
: Secret value for service principal - Serviceonelake
: Secret value for service principal - security
Protocol string - Field usage depends on
service
value: - Serviceconfluent_cloud_wh
: Security protocol for Confluent Cloud interaction. - server
Host stringName - Field usage depends on
service
value: - Serviceadls
: Server Host name - Servicedatabricks
: Server name - Servicenew_s3_datalake
: Server host name - Serviceonelake
: Server Host name - should
Maintain booleanTables In Databricks - Field usage depends on
service
value: - Serviceadls
: Should maintain tables in Databricks - Servicenew_s3_datalake
: Should maintain tables in Databricks - Serviceonelake
: Should maintain tables in Databricks - snapshot
Retention stringPeriod - Field usage depends on
service
value: - Serviceadls
: Snapshots older than the retention period are deleted every week. Default value:ONE_WEEK
. - Servicenew_s3_datalake
: Snapshots older than the retention period are deleted every week. Default value:ONE_WEEK
. - Serviceonelake
: Snapshots older than the retention period are deleted every week. Default value:ONE_WEEK
. - snowflake
Cloud string - snowflake
Region string - storage
Account stringName - Field usage depends on
service
value: - Serviceadls
: (Immutable) Storage account for Azure Data Lake Storage Gen2 name - Serviceonelake
: (Immutable) Storage account for Azure Data Lake Storage Gen2 name - table
Format string - Field usage depends on
service
value: - Servicenew_s3_datalake
: (Immutable) The table format in which you want to sync your tables. Valid values are ICEBERG and DELTA_LAKE - tenant
Id string - Field usage depends on
service
value: - Serviceadls
: Tenant id of service principal - Serviceonelake
: Tenant ID of service principal - tunnel
Host string - Field usage depends on
service
value: - Serviceaurora_postgres_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceaurora_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_postgres_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_sql_data_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_sql_database
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_sql_managed_db_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemaria_rds_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemaria_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemysql_rds_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemysql_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepanoply
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceperiscope_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepostgres_gcp_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepostgres_rds_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepostgres_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceredshift
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicesql_server_rds_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicesql_server_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - tunnel
Port number - Field usage depends on
service
value: - Serviceaurora_postgres_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceaurora_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_postgres_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_sql_data_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_sql_database
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_sql_managed_db_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemaria_rds_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemaria_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemysql_rds_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemysql_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepanoply
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceperiscope_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepostgres_gcp_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepostgres_rds_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepostgres_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceredshift
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicesql_server_rds_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicesql_server_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - tunnel
User string - Field usage depends on
service
value: - Serviceaurora_postgres_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceaurora_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_postgres_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_sql_data_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_sql_database
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_sql_managed_db_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemaria_rds_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemaria_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemysql_rds_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemysql_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepanoply
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceperiscope_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepostgres_gcp_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepostgres_rds_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepostgres_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceredshift
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicesql_server_rds_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicesql_server_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - user string
- Field usage depends on
service
value: - Serviceaurora_postgres_warehouse
: Database user name - Serviceaurora_warehouse
: Database user name - Serviceazure_postgres_warehouse
: Database user name - Serviceazure_sql_data_warehouse
: Database user name - Serviceazure_sql_database
: Database user name - Serviceazure_sql_managed_db_warehouse
: Database user name - Servicemaria_rds_warehouse
: Database user name - Servicemaria_warehouse
: Database user name - Servicemysql_rds_warehouse
: Database user name - Servicemysql_warehouse
: Database user name - Servicepanoply
: Database user name - Serviceperiscope_warehouse
: Database user name - Servicepostgres_gcp_warehouse
: Database user name - Servicepostgres_rds_warehouse
: Database user name - Servicepostgres_warehouse
: Database user name - Serviceredshift
: Database user name - Servicesnowflake
: Database user name - Servicesql_server_rds_warehouse
: Database user name - Servicesql_server_warehouse
: Database user name - workspace
Guid string - Field usage depends on
service
value: - Serviceonelake
: (Immutable) OneLake workspace GUID - workspace
Name string - Field usage depends on
service
value: - Serviceonelake
: OneLake workspace name
- always_
encrypted bool - Field usage depends on
service
value: - Serviceaurora_postgres_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceaurora_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_postgres_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_sql_data_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_sql_database
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_sql_managed_db_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemaria_rds_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemaria_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemysql_rds_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemysql_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepanoply
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceperiscope_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepostgres_gcp_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepostgres_rds_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepostgres_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceredshift
: Require TLS through Tunnel - Servicesql_server_rds_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Servicesql_server_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - auth str
- Field usage depends on
service
value: - Servicesnowflake
: Password-based or key-based authentication type - auth_
type str - Field usage depends on
service
value: - Serviceadls
: Authentication type - Servicedatabricks
: Authentication type - Servicenew_s3_datalake
: Authentication type - Serviceonelake
: Authentication type - Serviceredshift
: Authentication type. Default value:PASSWORD
. - aws_
access_ strkey_ id - Field usage depends on
service
value: - Servicenew_s3_datalake
: AWS access key to access the S3 bucket and AWS Glue - aws_
secret_ straccess_ key - Field usage depends on
service
value: - Servicenew_s3_datalake
: AWS secret access key to access the S3 bucket and AWS Glue - bootstrap_
servers Sequence[str] - Field usage depends on
service
value: - Serviceconfluent_cloud_wh
: Comma-separated list of Confluent Cloud servers in theserver:port
format. - bucket str
- Field usage depends on
service
value: - Servicebig_query
: Customer bucket. If specified, your GCS bucket will be used to process the data instead of a Fivetran-managed bucket. The bucket must be present in the same location as the dataset location. - Servicebig_query_dts
: Customer bucket. If specified, your GCS bucket will be used to process the data instead of a Fivetran-managed bucket. The bucket must be present in the same location as the dataset location. - Servicemanaged_big_query
: Customer bucket. If specified, your GCS bucket will be used to process the data instead of a Fivetran-managed bucket. The bucket must be present in the same location as the dataset location. - Servicenew_s3_datalake
: (Immutable) The name of the bucket to be used as destination - catalog str
- Field usage depends on
service
value: - Serviceadls
: Catalog name - Servicedatabricks
: Catalog name - Servicenew_s3_datalake
: Catalog name - Serviceonelake
: Catalog name - client_
id str - Field usage depends on
service
value: - Serviceadls
: Client id of service principal - Serviceonelake
: Client ID of service principal - cloud_
provider str - Field usage depends on
service
value: - Servicedatabricks
: Databricks deployment cloud - cluster_
id str - Field usage depends on
service
value: - Servicepanoply
: Cluster ID. - Serviceperiscope_warehouse
: Cluster ID. - Serviceredshift
: Cluster ID. Must be populated ifconnection_type
is set toSshTunnel
andauth_type
is set toIAM
. - cluster_
region str - Field usage depends on
service
value: - Servicepanoply
: Cluster region. - Serviceperiscope_warehouse
: Cluster region. - Serviceredshift
: Cluster region. Must be populated ifconnection_type
is set toSshTunnel
andauth_type
is set toIAM
. - connection_
method str - connection_
type str - Field usage depends on
service
value: - Serviceadls
: Connection method. Default value:Directly
. - Serviceaurora_postgres_warehouse
: Connection method. Default value:Directly
. - Serviceaurora_warehouse
: Connection method. Default value:Directly
. - Serviceazure_postgres_warehouse
: Connection method. Default value:Directly
. - Serviceazure_sql_data_warehouse
: Connection method. Default value:Directly
. - Serviceazure_sql_database
: Connection method. Default value:Directly
. - Serviceazure_sql_managed_db_warehouse
: Connection method. Default value:Directly
. - Servicedatabricks
: Connection method. Default value:Directly
. - Servicemaria_rds_warehouse
: Connection method. Default value:Directly
. - Servicemaria_warehouse
: Connection method. Default value:Directly
. - Servicemysql_rds_warehouse
: Connection method. Default value:Directly
. - Servicemysql_warehouse
: Connection method. Default value:Directly
. - Servicepanoply
: Connection method. Default value:Directly
. - Serviceperiscope_warehouse
: Connection method. Default value:Directly
. - Servicepostgres_gcp_warehouse
: Connection method. Default value:Directly
. - Servicepostgres_rds_warehouse
: Connection method. Default value:Directly
. - Servicepostgres_warehouse
: Connection method. Default value:Directly
. - Serviceredshift
: Connection method. Default value:Directly
. - Servicesnowflake
: Connection method. Default value:Directly
. - Servicesql_server_rds_warehouse
: Connection method. Default value:Directly
. - Servicesql_server_warehouse
: Connection method. Default value:Directly
. - container_
name str - Field usage depends on
service
value: - Serviceadls
: (Immutable) Container to store delta table files - Serviceonelake
: Workspace name to store delta table files - controller_
id str - create_
external_ booltables - Field usage depends on
service
value: - Servicedatabricks
: Whether to create external tables - data_
format str - Field usage depends on
service
value: - Serviceconfluent_cloud_wh
: Confluent Cloud message format. - data_
set_ strlocation - Field usage depends on
service
value: - Servicebig_query
: Data location. Datasets will reside in this location. - Servicebig_query_dts
: Data location. Datasets will reside in this location. - Servicemanaged_big_query
: Data location. Datasets will reside in this location. - database str
- Field usage depends on
service
value: - Serviceaurora_postgres_warehouse
: Database name - Serviceaurora_warehouse
: Database name - Serviceazure_postgres_warehouse
: Database name - Serviceazure_sql_data_warehouse
: Database name - Serviceazure_sql_database
: Database name - Serviceazure_sql_managed_db_warehouse
: Database name - Servicemaria_rds_warehouse
: Database name - Servicemaria_warehouse
: Database name - Servicemysql_rds_warehouse
: Database name - Servicemysql_warehouse
: Database name - Servicepanoply
: Database name - Serviceperiscope_warehouse
: Database name - Servicepostgres_gcp_warehouse
: Database name - Servicepostgres_rds_warehouse
: Database name - Servicepostgres_warehouse
: Database name - Serviceredshift
: Database name - Servicesnowflake
: Database name - Servicesql_server_rds_warehouse
: Database name - Servicesql_server_warehouse
: Database name - databricks_
connection_ strtype - Field usage depends on
service
value: - Serviceadls
: Databricks Connection method. Default value:Directly
. - Servicenew_s3_datalake
: Databricks Connection method. Default value:Directly
. - Serviceonelake
: Databricks Connection method. Default value:Directly
. - enable_
remote_ boolexecution - external_
id str - Field usage depends on
service
value: - Serviceaws_msk_wh
: Fivetran generated External ID - Servicepanoply
: Fivetran generated External ID - Serviceperiscope_warehouse
: Fivetran generated External ID - Serviceredshift
: Fivetran generated External ID - external_
location str - Field usage depends on
service
value: - Servicedatabricks
: External location to store Delta tables. Default value:""
(null). By default, the external tables will reside in the/{schema}/{table}
path, and if you specify an external location in the{externalLocation}/{schema}/{table}
path. - fivetran_
glue_ strrole_ arn - fivetran_
msk_ strrole_ arn - fivetran_
role_ strarn - Field usage depends on
service
value: - Servicenew_s3_datalake
: ARN of the role which you created with different required policy mentioned in our setup guide - host str
- Field usage depends on
service
value: - Serviceaurora_postgres_warehouse
: Server name - Serviceaurora_warehouse
: Server name - Serviceazure_postgres_warehouse
: Server name - Serviceazure_sql_data_warehouse
: Server name - Serviceazure_sql_database
: Server name - Serviceazure_sql_managed_db_warehouse
: Server name - Servicemaria_rds_warehouse
: Server name - Servicemaria_warehouse
: Server name - Servicemysql_rds_warehouse
: Server name - Servicemysql_warehouse
: Server name - Servicepanoply
: Server name - Serviceperiscope_warehouse
: Server name - Servicepostgres_gcp_warehouse
: Server name - Servicepostgres_rds_warehouse
: Server name - Servicepostgres_warehouse
: Server name - Serviceredshift
: Server name - Servicesnowflake
: Server name - Servicesql_server_rds_warehouse
: Server name - Servicesql_server_warehouse
: Server name - http_
path str - Field usage depends on
service
value: - Serviceadls
: HTTP path - Servicedatabricks
: HTTP path - Servicenew_s3_datalake
: HTTP path - Serviceonelake
: HTTP path - is_
private_ boolkey_ encrypted - Field usage depends on
service
value: - Servicesnowflake
: Indicates that a private key is encrypted. The default value:false
. The field can be specified if authentication type isKEY_PAIR
. - is_
private_ boollink_ required - Field usage depends on
service
value: - Servicenew_s3_datalake
: We use PrivateLink by default if your s3 bucket is in the same region as Fivetran. Turning on this toggle ensures that Fivetran always connects to s3 bucket over PrivateLink. Learn more in our PrivateLink documentation. - is_
redshift_ boolserverless - Field usage depends on
service
value: - Serviceredshift
: Is your destination Redshift Serverless - lakehouse_
guid str - Field usage depends on
service
value: - Serviceonelake
: (Immutable) OneLake lakehouse GUID - lakehouse_
name str - Field usage depends on
service
value: - Serviceonelake
: (Immutable) Name of your lakehouse - msk_
sts_ strregion - num_
of_ floatpartitions - Field usage depends on
service
value: - Serviceconfluent_cloud_wh
: Number of partitions per topic. - oauth2_
client_ strid - Field usage depends on
service
value: - Serviceadls
: OAuth 2.0 client ID - Servicedatabricks
: OAuth 2.0 client ID - Servicenew_s3_datalake
: OAuth 2.0 client ID - Serviceonelake
: OAuth 2.0 client ID - oauth2_
secret str - Field usage depends on
service
value: - Serviceadls
: OAuth 2.0 secret - Servicedatabricks
: OAuth 2.0 secret - Servicenew_s3_datalake
: OAuth 2.0 secret - Serviceonelake
: OAuth 2.0 secret - passphrase str
- Field usage depends on
service
value: - Servicesnowflake
: In case private key is encrypted, you are required to enter passphrase that was used to encrypt the private key. The field can be specified if authentication type isKEY_PAIR
. - password str
- Field usage depends on
service
value: - Serviceaurora_postgres_warehouse
: Database user password - Serviceaurora_warehouse
: Database user password - Serviceazure_postgres_warehouse
: Database user password - Serviceazure_sql_data_warehouse
: Database user password - Serviceazure_sql_database
: Database user password - Serviceazure_sql_managed_db_warehouse
: Database user password - Servicemaria_rds_warehouse
: Database user password - Servicemaria_warehouse
: Database user password - Servicemysql_rds_warehouse
: Database user password - Servicemysql_warehouse
: Database user password - Servicepanoply
: Database user password - Serviceperiscope_warehouse
: Database user password - Servicepostgres_gcp_warehouse
: Database user password - Servicepostgres_rds_warehouse
: Database user password - Servicepostgres_warehouse
: Database user password - Serviceredshift
: Database user password. Required if authentication type isPASSWORD
. - Servicesnowflake
: Database user password. The field should be specified if authentication type isPASSWORD
. - Servicesql_server_rds_warehouse
: Database user password - Servicesql_server_warehouse
: Database user password - personal_
access_ strtoken - Field usage depends on
service
value: - Serviceadls
: Personal access token - Servicedatabricks
: Personal access token - Servicenew_s3_datalake
: Personal access token - Serviceonelake
: Personal access token - port float
- Field usage depends on
service
value: - Serviceadls
: Server port number - Serviceaurora_postgres_warehouse
: Server port number - Serviceaurora_warehouse
: Server port number - Serviceazure_postgres_warehouse
: Server port number - Serviceazure_sql_data_warehouse
: Server port number - Serviceazure_sql_database
: Server port number - Serviceazure_sql_managed_db_warehouse
: Server port number - Servicedatabricks
: Server port number - Servicemaria_rds_warehouse
: Server port number - Servicemaria_warehouse
: Server port number - Servicemysql_rds_warehouse
: Server port number - Servicemysql_warehouse
: Server port number - Servicenew_s3_datalake
: Server port number - Serviceonelake
: Server port number - Servicepanoply
: Server port number - Serviceperiscope_warehouse
: Server port number - Servicepostgres_gcp_warehouse
: Server port number - Servicepostgres_rds_warehouse
: Server port number - Servicepostgres_warehouse
: Server port number - Serviceredshift
: Server port number - Servicesnowflake
: Server port number - Servicesql_server_rds_warehouse
: Server port number - Servicesql_server_warehouse
: Server port number - prefix_
path str - Field usage depends on
service
value: - Serviceadls
: (Immutable) path/to/data within the container - Servicenew_s3_datalake
: (Immutable) Prefix path of the bucket for which you have configured access policy. It is not required if access has been granted to entire Bucket in the access policy - Serviceonelake
: (Immutable) path/to/data within your lakehouse inside the Files directory - private_
key str - Field usage depends on
service
value: - Servicesnowflake
: Private access key. The field should be specified if authentication type isKEY_PAIR
. - project_
id str - Field usage depends on
service
value: - Servicebig_query
: BigQuery project ID - public_
key str - Field usage depends on
service
value: - Serviceaurora_postgres_warehouse
: Public Key - Serviceaurora_warehouse
: Public Key - Serviceazure_postgres_warehouse
: Public Key - Serviceazure_sql_data_warehouse
: Public Key - Serviceazure_sql_database
: Public Key - Serviceazure_sql_managed_db_warehouse
: Public Key - Servicemaria_rds_warehouse
: Public Key - Servicemaria_warehouse
: Public Key - Servicemysql_rds_warehouse
: Public Key - Servicemysql_warehouse
: Public Key - Servicepanoply
: Public Key - Serviceperiscope_warehouse
: Public Key - Servicepostgres_gcp_warehouse
: Public Key - Servicepostgres_rds_warehouse
: Public Key - Servicepostgres_warehouse
: Public Key - Serviceredshift
: Public Key - Servicesql_server_rds_warehouse
: Public Key - Servicesql_server_warehouse
: Public Key - region str
- Field usage depends on
service
value: - Servicenew_s3_datalake
: Region of your AWS S3 bucket - registry_
name str - registry_
sts_ strregion - replication_
factor float - Field usage depends on
service
value: - Serviceconfluent_cloud_wh
: Replication factor. - resource_
id str - Field usage depends on
service
value: - Serviceaurora_postgres_warehouse
: This field is currently being introduced to test the Self-serve Private Link functionality - Serviceaurora_warehouse
: This field is currently being introduced to test the Self-serve Private Link functionality - Serviceazure_postgres_warehouse
: This field is currently being introduced to test the Self-serve Private Link functionality - Serviceazure_sql_data_warehouse
: This field is currently being introduced to test the Self-serve Private Link functionality - Serviceazure_sql_database
: Field to test Self serve Private Link - Serviceazure_sql_managed_db_warehouse
: Field to test Self serve Private Link - Servicedatabricks
: This field is currently being introduced to test the Self-serve Private Link functionality - Servicemaria_rds_warehouse
: This field is currently being introduced to test the Self-serve Private Link functionality - Servicemaria_warehouse
: This field is currently being introduced to test the Self-serve Private Link functionality - Servicemysql_rds_warehouse
: This field is currently being introduced to test the Self-serve Private Link functionality - Servicemysql_warehouse
: This field is currently being introduced to test the Self-serve Private Link functionality - Servicepanoply
: This field is currently being introduced to test the Self-serve Private Link functionality - Serviceperiscope_warehouse
: This field is currently being introduced to test the Self-serve Private Link functionality - Servicepostgres_gcp_warehouse
: This field is currently being introduced to test the Self-serve Private Link functionality - Servicepostgres_rds_warehouse
: This field is currently being introduced to test the Self-serve Private Link functionality - Servicepostgres_warehouse
: This field is currently being introduced to test the Self-serve Private Link functionality - Serviceredshift
: This field is currently being introduced to test the Self-serve Private Link functionality - Servicesnowflake
: This field is currently being introduced to test the Self-serve Private Link functionality - Servicesql_server_rds_warehouse
: Field to test Self serve Private Link - Servicesql_server_warehouse
: Field to test Self serve Private Link - role str
- Field usage depends on
service
value: - Servicesnowflake
: If not specified, Fivetran will use the user's default role - role_
arn str - Field usage depends on
service
value: - Serviceredshift
: Role ARN with Redshift permissions. Required if authentication type isIAM
. - sasl_
mechanism str - Field usage depends on
service
value: - Serviceconfluent_cloud_wh
: Security protocol for Confluent Cloud interaction. - sasl_
plain_ strkey - Field usage depends on
service
value: - Serviceconfluent_cloud_wh
: Confluent Cloud SASL key. - sasl_
plain_ strsecret - Field usage depends on
service
value: - Serviceconfluent_cloud_wh
: Confluent Cloud SASL secret. - schema_
compatibility str - schema_
registry str - Field usage depends on
service
value: - Serviceconfluent_cloud_wh
: Schema Registry - schema_
registry_ strapi_ key - Field usage depends on
service
value: - Serviceconfluent_cloud_wh
: Schema registry API key. - schema_
registry_ strapi_ secret - Field usage depends on
service
value: - Serviceconfluent_cloud_wh
: Schema registry API secret. - schema_
registry_ strurl - Field usage depends on
service
value: - Serviceconfluent_cloud_wh
: Schema registry URL. - secret_
key str - Field usage depends on
service
value: - Servicebig_query
: Private key of the customer service account. If specified, your service account will be used to process the data instead of the Fivetran-managed service account. - Servicebig_query_dts
: Private key of the customer service account. If specified, your service account will be used to process the data instead of the Fivetran-managed service account. - Servicemanaged_big_query
: Private key of the customer service account. If specified, your service account will be used to process the data instead of the Fivetran-managed service account. - secret_
value str - Field usage depends on
service
value: - Serviceadls
: Secret value for service principal - Serviceonelake
: Secret value for service principal - security_
protocol str - Field usage depends on
service
value: - Serviceconfluent_cloud_wh
: Security protocol for Confluent Cloud interaction. - server_
host_ strname - Field usage depends on
service
value: - Serviceadls
: Server Host name - Servicedatabricks
: Server name - Servicenew_s3_datalake
: Server host name - Serviceonelake
: Server Host name - should_
maintain_ booltables_ in_ databricks - Field usage depends on
service
value: - Serviceadls
: Should maintain tables in Databricks - Servicenew_s3_datalake
: Should maintain tables in Databricks - Serviceonelake
: Should maintain tables in Databricks - snapshot_
retention_ strperiod - Field usage depends on
service
value: - Serviceadls
: Snapshots older than the retention period are deleted every week. Default value:ONE_WEEK
. - Servicenew_s3_datalake
: Snapshots older than the retention period are deleted every week. Default value:ONE_WEEK
. - Serviceonelake
: Snapshots older than the retention period are deleted every week. Default value:ONE_WEEK
. - snowflake_
cloud str - snowflake_
region str - storage_
account_ strname - Field usage depends on
service
value: - Serviceadls
: (Immutable) Storage account for Azure Data Lake Storage Gen2 name - Serviceonelake
: (Immutable) Storage account for Azure Data Lake Storage Gen2 name - table_
format str - Field usage depends on
service
value: - Servicenew_s3_datalake
: (Immutable) The table format in which you want to sync your tables. Valid values are ICEBERG and DELTA_LAKE - tenant_
id str - Field usage depends on
service
value: - Serviceadls
: Tenant id of service principal - Serviceonelake
: Tenant ID of service principal - tunnel_
host str - Field usage depends on
service
value: - Serviceaurora_postgres_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceaurora_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_postgres_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_sql_data_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_sql_database
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_sql_managed_db_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemaria_rds_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemaria_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemysql_rds_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemysql_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepanoply
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceperiscope_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepostgres_gcp_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepostgres_rds_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepostgres_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceredshift
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicesql_server_rds_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicesql_server_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - tunnel_
port float - Field usage depends on
service
value: - Serviceaurora_postgres_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceaurora_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_postgres_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_sql_data_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_sql_database
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_sql_managed_db_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemaria_rds_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemaria_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemysql_rds_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemysql_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepanoply
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceperiscope_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepostgres_gcp_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepostgres_rds_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepostgres_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceredshift
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicesql_server_rds_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicesql_server_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - tunnel_
user str - Field usage depends on
service
value: - Serviceaurora_postgres_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceaurora_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_postgres_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_sql_data_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_sql_database
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_sql_managed_db_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemaria_rds_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemaria_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemysql_rds_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemysql_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepanoply
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceperiscope_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepostgres_gcp_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepostgres_rds_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepostgres_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceredshift
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicesql_server_rds_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicesql_server_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - user str
- Field usage depends on
service
value: - Serviceaurora_postgres_warehouse
: Database user name - Serviceaurora_warehouse
: Database user name - Serviceazure_postgres_warehouse
: Database user name - Serviceazure_sql_data_warehouse
: Database user name - Serviceazure_sql_database
: Database user name - Serviceazure_sql_managed_db_warehouse
: Database user name - Servicemaria_rds_warehouse
: Database user name - Servicemaria_warehouse
: Database user name - Servicemysql_rds_warehouse
: Database user name - Servicemysql_warehouse
: Database user name - Servicepanoply
: Database user name - Serviceperiscope_warehouse
: Database user name - Servicepostgres_gcp_warehouse
: Database user name - Servicepostgres_rds_warehouse
: Database user name - Servicepostgres_warehouse
: Database user name - Serviceredshift
: Database user name - Servicesnowflake
: Database user name - Servicesql_server_rds_warehouse
: Database user name - Servicesql_server_warehouse
: Database user name - workspace_
guid str - Field usage depends on
service
value: - Serviceonelake
: (Immutable) OneLake workspace GUID - workspace_
name str - Field usage depends on
service
value: - Serviceonelake
: OneLake workspace name
- always
Encrypted Boolean - Field usage depends on
service
value: - Serviceaurora_postgres_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceaurora_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_postgres_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_sql_data_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_sql_database
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_sql_managed_db_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemaria_rds_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemaria_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemysql_rds_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemysql_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepanoply
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceperiscope_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepostgres_gcp_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepostgres_rds_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepostgres_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceredshift
: Require TLS through Tunnel - Servicesql_server_rds_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - Servicesql_server_warehouse
: Specifies whether TLS is required. Must be populated ifconnection_type
is set toSshTunnel
. - auth String
- Field usage depends on
service
value: - Servicesnowflake
: Password-based or key-based authentication type - auth
Type String - Field usage depends on
service
value: - Serviceadls
: Authentication type - Servicedatabricks
: Authentication type - Servicenew_s3_datalake
: Authentication type - Serviceonelake
: Authentication type - Serviceredshift
: Authentication type. Default value:PASSWORD
. - aws
Access StringKey Id - Field usage depends on
service
value: - Servicenew_s3_datalake
: AWS access key to access the S3 bucket and AWS Glue - aws
Secret StringAccess Key - Field usage depends on
service
value: - Servicenew_s3_datalake
: AWS secret access key to access the S3 bucket and AWS Glue - bootstrap
Servers List<String> - Field usage depends on
service
value: - Serviceconfluent_cloud_wh
: Comma-separated list of Confluent Cloud servers in theserver:port
format. - bucket String
- Field usage depends on
service
value: - Servicebig_query
: Customer bucket. If specified, your GCS bucket will be used to process the data instead of a Fivetran-managed bucket. The bucket must be present in the same location as the dataset location. - Servicebig_query_dts
: Customer bucket. If specified, your GCS bucket will be used to process the data instead of a Fivetran-managed bucket. The bucket must be present in the same location as the dataset location. - Servicemanaged_big_query
: Customer bucket. If specified, your GCS bucket will be used to process the data instead of a Fivetran-managed bucket. The bucket must be present in the same location as the dataset location. - Servicenew_s3_datalake
: (Immutable) The name of the bucket to be used as destination - catalog String
- Field usage depends on
service
value: - Serviceadls
: Catalog name - Servicedatabricks
: Catalog name - Servicenew_s3_datalake
: Catalog name - Serviceonelake
: Catalog name - client
Id String - Field usage depends on
service
value: - Serviceadls
: Client id of service principal - Serviceonelake
: Client ID of service principal - cloud
Provider String - Field usage depends on
service
value: - Servicedatabricks
: Databricks deployment cloud - cluster
Id String - Field usage depends on
service
value: - Servicepanoply
: Cluster ID. - Serviceperiscope_warehouse
: Cluster ID. - Serviceredshift
: Cluster ID. Must be populated ifconnection_type
is set toSshTunnel
andauth_type
is set toIAM
. - cluster
Region String - Field usage depends on
service
value: - Servicepanoply
: Cluster region. - Serviceperiscope_warehouse
: Cluster region. - Serviceredshift
: Cluster region. Must be populated ifconnection_type
is set toSshTunnel
andauth_type
is set toIAM
. - connection
Method String - connection
Type String - Field usage depends on
service
value: - Serviceadls
: Connection method. Default value:Directly
. - Serviceaurora_postgres_warehouse
: Connection method. Default value:Directly
. - Serviceaurora_warehouse
: Connection method. Default value:Directly
. - Serviceazure_postgres_warehouse
: Connection method. Default value:Directly
. - Serviceazure_sql_data_warehouse
: Connection method. Default value:Directly
. - Serviceazure_sql_database
: Connection method. Default value:Directly
. - Serviceazure_sql_managed_db_warehouse
: Connection method. Default value:Directly
. - Servicedatabricks
: Connection method. Default value:Directly
. - Servicemaria_rds_warehouse
: Connection method. Default value:Directly
. - Servicemaria_warehouse
: Connection method. Default value:Directly
. - Servicemysql_rds_warehouse
: Connection method. Default value:Directly
. - Servicemysql_warehouse
: Connection method. Default value:Directly
. - Servicepanoply
: Connection method. Default value:Directly
. - Serviceperiscope_warehouse
: Connection method. Default value:Directly
. - Servicepostgres_gcp_warehouse
: Connection method. Default value:Directly
. - Servicepostgres_rds_warehouse
: Connection method. Default value:Directly
. - Servicepostgres_warehouse
: Connection method. Default value:Directly
. - Serviceredshift
: Connection method. Default value:Directly
. - Servicesnowflake
: Connection method. Default value:Directly
. - Servicesql_server_rds_warehouse
: Connection method. Default value:Directly
. - Servicesql_server_warehouse
: Connection method. Default value:Directly
. - container
Name String - Field usage depends on
service
value: - Serviceadls
: (Immutable) Container to store delta table files - Serviceonelake
: Workspace name to store delta table files - controller
Id String - create
External BooleanTables - Field usage depends on
service
value: - Servicedatabricks
: Whether to create external tables - data
Format String - Field usage depends on
service
value: - Serviceconfluent_cloud_wh
: Confluent Cloud message format. - data
Set StringLocation - Field usage depends on
service
value: - Servicebig_query
: Data location. Datasets will reside in this location. - Servicebig_query_dts
: Data location. Datasets will reside in this location. - Servicemanaged_big_query
: Data location. Datasets will reside in this location. - database String
- Field usage depends on
service
value: - Serviceaurora_postgres_warehouse
: Database name - Serviceaurora_warehouse
: Database name - Serviceazure_postgres_warehouse
: Database name - Serviceazure_sql_data_warehouse
: Database name - Serviceazure_sql_database
: Database name - Serviceazure_sql_managed_db_warehouse
: Database name - Servicemaria_rds_warehouse
: Database name - Servicemaria_warehouse
: Database name - Servicemysql_rds_warehouse
: Database name - Servicemysql_warehouse
: Database name - Servicepanoply
: Database name - Serviceperiscope_warehouse
: Database name - Servicepostgres_gcp_warehouse
: Database name - Servicepostgres_rds_warehouse
: Database name - Servicepostgres_warehouse
: Database name - Serviceredshift
: Database name - Servicesnowflake
: Database name - Servicesql_server_rds_warehouse
: Database name - Servicesql_server_warehouse
: Database name - databricks
Connection StringType - Field usage depends on
service
value: - Serviceadls
: Databricks Connection method. Default value:Directly
. - Servicenew_s3_datalake
: Databricks Connection method. Default value:Directly
. - Serviceonelake
: Databricks Connection method. Default value:Directly
. - enable
Remote BooleanExecution - external
Id String - Field usage depends on
service
value: - Serviceaws_msk_wh
: Fivetran generated External ID - Servicepanoply
: Fivetran generated External ID - Serviceperiscope_warehouse
: Fivetran generated External ID - Serviceredshift
: Fivetran generated External ID - external
Location String - Field usage depends on
service
value: - Servicedatabricks
: External location to store Delta tables. Default value:""
(null). By default, the external tables will reside in the/{schema}/{table}
path, and if you specify an external location in the{externalLocation}/{schema}/{table}
path. - fivetran
Glue StringRole Arn - fivetran
Msk StringRole Arn - fivetran
Role StringArn - Field usage depends on
service
value: - Servicenew_s3_datalake
: ARN of the role which you created with different required policy mentioned in our setup guide - host String
- Field usage depends on
service
value: - Serviceaurora_postgres_warehouse
: Server name - Serviceaurora_warehouse
: Server name - Serviceazure_postgres_warehouse
: Server name - Serviceazure_sql_data_warehouse
: Server name - Serviceazure_sql_database
: Server name - Serviceazure_sql_managed_db_warehouse
: Server name - Servicemaria_rds_warehouse
: Server name - Servicemaria_warehouse
: Server name - Servicemysql_rds_warehouse
: Server name - Servicemysql_warehouse
: Server name - Servicepanoply
: Server name - Serviceperiscope_warehouse
: Server name - Servicepostgres_gcp_warehouse
: Server name - Servicepostgres_rds_warehouse
: Server name - Servicepostgres_warehouse
: Server name - Serviceredshift
: Server name - Servicesnowflake
: Server name - Servicesql_server_rds_warehouse
: Server name - Servicesql_server_warehouse
: Server name - http
Path String - Field usage depends on
service
value: - Serviceadls
: HTTP path - Servicedatabricks
: HTTP path - Servicenew_s3_datalake
: HTTP path - Serviceonelake
: HTTP path - is
Private BooleanKey Encrypted - Field usage depends on
service
value: - Servicesnowflake
: Indicates that a private key is encrypted. The default value:false
. The field can be specified if authentication type isKEY_PAIR
. - is
Private BooleanLink Required - Field usage depends on
service
value: - Servicenew_s3_datalake
: We use PrivateLink by default if your s3 bucket is in the same region as Fivetran. Turning on this toggle ensures that Fivetran always connects to s3 bucket over PrivateLink. Learn more in our PrivateLink documentation. - is
Redshift BooleanServerless - Field usage depends on
service
value: - Serviceredshift
: Is your destination Redshift Serverless - lakehouse
Guid String - Field usage depends on
service
value: - Serviceonelake
: (Immutable) OneLake lakehouse GUID - lakehouse
Name String - Field usage depends on
service
value: - Serviceonelake
: (Immutable) Name of your lakehouse - msk
Sts StringRegion - num
Of NumberPartitions - Field usage depends on
service
value: - Serviceconfluent_cloud_wh
: Number of partitions per topic. - oauth2Client
Id String - Field usage depends on
service
value: - Serviceadls
: OAuth 2.0 client ID - Servicedatabricks
: OAuth 2.0 client ID - Servicenew_s3_datalake
: OAuth 2.0 client ID - Serviceonelake
: OAuth 2.0 client ID - oauth2Secret String
- Field usage depends on
service
value: - Serviceadls
: OAuth 2.0 secret - Servicedatabricks
: OAuth 2.0 secret - Servicenew_s3_datalake
: OAuth 2.0 secret - Serviceonelake
: OAuth 2.0 secret - passphrase String
- Field usage depends on
service
value: - Servicesnowflake
: In case private key is encrypted, you are required to enter passphrase that was used to encrypt the private key. The field can be specified if authentication type isKEY_PAIR
. - password String
- Field usage depends on
service
value: - Serviceaurora_postgres_warehouse
: Database user password - Serviceaurora_warehouse
: Database user password - Serviceazure_postgres_warehouse
: Database user password - Serviceazure_sql_data_warehouse
: Database user password - Serviceazure_sql_database
: Database user password - Serviceazure_sql_managed_db_warehouse
: Database user password - Servicemaria_rds_warehouse
: Database user password - Servicemaria_warehouse
: Database user password - Servicemysql_rds_warehouse
: Database user password - Servicemysql_warehouse
: Database user password - Servicepanoply
: Database user password - Serviceperiscope_warehouse
: Database user password - Servicepostgres_gcp_warehouse
: Database user password - Servicepostgres_rds_warehouse
: Database user password - Servicepostgres_warehouse
: Database user password - Serviceredshift
: Database user password. Required if authentication type isPASSWORD
. - Servicesnowflake
: Database user password. The field should be specified if authentication type isPASSWORD
. - Servicesql_server_rds_warehouse
: Database user password - Servicesql_server_warehouse
: Database user password - personal
Access StringToken - Field usage depends on
service
value: - Serviceadls
: Personal access token - Servicedatabricks
: Personal access token - Servicenew_s3_datalake
: Personal access token - Serviceonelake
: Personal access token - port Number
- Field usage depends on
service
value: - Serviceadls
: Server port number - Serviceaurora_postgres_warehouse
: Server port number - Serviceaurora_warehouse
: Server port number - Serviceazure_postgres_warehouse
: Server port number - Serviceazure_sql_data_warehouse
: Server port number - Serviceazure_sql_database
: Server port number - Serviceazure_sql_managed_db_warehouse
: Server port number - Servicedatabricks
: Server port number - Servicemaria_rds_warehouse
: Server port number - Servicemaria_warehouse
: Server port number - Servicemysql_rds_warehouse
: Server port number - Servicemysql_warehouse
: Server port number - Servicenew_s3_datalake
: Server port number - Serviceonelake
: Server port number - Servicepanoply
: Server port number - Serviceperiscope_warehouse
: Server port number - Servicepostgres_gcp_warehouse
: Server port number - Servicepostgres_rds_warehouse
: Server port number - Servicepostgres_warehouse
: Server port number - Serviceredshift
: Server port number - Servicesnowflake
: Server port number - Servicesql_server_rds_warehouse
: Server port number - Servicesql_server_warehouse
: Server port number - prefix
Path String - Field usage depends on
service
value: - Serviceadls
: (Immutable) path/to/data within the container - Servicenew_s3_datalake
: (Immutable) Prefix path of the bucket for which you have configured access policy. It is not required if access has been granted to entire Bucket in the access policy - Serviceonelake
: (Immutable) path/to/data within your lakehouse inside the Files directory - private
Key String - Field usage depends on
service
value: - Servicesnowflake
: Private access key. The field should be specified if authentication type isKEY_PAIR
. - project
Id String - Field usage depends on
service
value: - Servicebig_query
: BigQuery project ID - public
Key String - Field usage depends on
service
value: - Serviceaurora_postgres_warehouse
: Public Key - Serviceaurora_warehouse
: Public Key - Serviceazure_postgres_warehouse
: Public Key - Serviceazure_sql_data_warehouse
: Public Key - Serviceazure_sql_database
: Public Key - Serviceazure_sql_managed_db_warehouse
: Public Key - Servicemaria_rds_warehouse
: Public Key - Servicemaria_warehouse
: Public Key - Servicemysql_rds_warehouse
: Public Key - Servicemysql_warehouse
: Public Key - Servicepanoply
: Public Key - Serviceperiscope_warehouse
: Public Key - Servicepostgres_gcp_warehouse
: Public Key - Servicepostgres_rds_warehouse
: Public Key - Servicepostgres_warehouse
: Public Key - Serviceredshift
: Public Key - Servicesql_server_rds_warehouse
: Public Key - Servicesql_server_warehouse
: Public Key - region String
- Field usage depends on
service
value: - Servicenew_s3_datalake
: Region of your AWS S3 bucket - registry
Name String - registry
Sts StringRegion - replication
Factor Number - Field usage depends on
service
value: - Serviceconfluent_cloud_wh
: Replication factor. - resource
Id String - Field usage depends on
service
value: - Serviceaurora_postgres_warehouse
: This field is currently being introduced to test the Self-serve Private Link functionality - Serviceaurora_warehouse
: This field is currently being introduced to test the Self-serve Private Link functionality - Serviceazure_postgres_warehouse
: This field is currently being introduced to test the Self-serve Private Link functionality - Serviceazure_sql_data_warehouse
: This field is currently being introduced to test the Self-serve Private Link functionality - Serviceazure_sql_database
: Field to test Self serve Private Link - Serviceazure_sql_managed_db_warehouse
: Field to test Self serve Private Link - Servicedatabricks
: This field is currently being introduced to test the Self-serve Private Link functionality - Servicemaria_rds_warehouse
: This field is currently being introduced to test the Self-serve Private Link functionality - Servicemaria_warehouse
: This field is currently being introduced to test the Self-serve Private Link functionality - Servicemysql_rds_warehouse
: This field is currently being introduced to test the Self-serve Private Link functionality - Servicemysql_warehouse
: This field is currently being introduced to test the Self-serve Private Link functionality - Servicepanoply
: This field is currently being introduced to test the Self-serve Private Link functionality - Serviceperiscope_warehouse
: This field is currently being introduced to test the Self-serve Private Link functionality - Servicepostgres_gcp_warehouse
: This field is currently being introduced to test the Self-serve Private Link functionality - Servicepostgres_rds_warehouse
: This field is currently being introduced to test the Self-serve Private Link functionality - Servicepostgres_warehouse
: This field is currently being introduced to test the Self-serve Private Link functionality - Serviceredshift
: This field is currently being introduced to test the Self-serve Private Link functionality - Servicesnowflake
: This field is currently being introduced to test the Self-serve Private Link functionality - Servicesql_server_rds_warehouse
: Field to test Self serve Private Link - Servicesql_server_warehouse
: Field to test Self serve Private Link - role String
- Field usage depends on
service
value: - Servicesnowflake
: If not specified, Fivetran will use the user's default role - role
Arn String - Field usage depends on
service
value: - Serviceredshift
: Role ARN with Redshift permissions. Required if authentication type isIAM
. - sasl
Mechanism String - Field usage depends on
service
value: - Serviceconfluent_cloud_wh
: Security protocol for Confluent Cloud interaction. - sasl
Plain StringKey - Field usage depends on
service
value: - Serviceconfluent_cloud_wh
: Confluent Cloud SASL key. - sasl
Plain StringSecret - Field usage depends on
service
value: - Serviceconfluent_cloud_wh
: Confluent Cloud SASL secret. - schema
Compatibility String - schema
Registry String - Field usage depends on
service
value: - Serviceconfluent_cloud_wh
: Schema Registry - schema
Registry StringApi Key - Field usage depends on
service
value: - Serviceconfluent_cloud_wh
: Schema registry API key. - schema
Registry StringApi Secret - Field usage depends on
service
value: - Serviceconfluent_cloud_wh
: Schema registry API secret. - schema
Registry StringUrl - Field usage depends on
service
value: - Serviceconfluent_cloud_wh
: Schema registry URL. - secret
Key String - Field usage depends on
service
value: - Servicebig_query
: Private key of the customer service account. If specified, your service account will be used to process the data instead of the Fivetran-managed service account. - Servicebig_query_dts
: Private key of the customer service account. If specified, your service account will be used to process the data instead of the Fivetran-managed service account. - Servicemanaged_big_query
: Private key of the customer service account. If specified, your service account will be used to process the data instead of the Fivetran-managed service account. - secret
Value String - Field usage depends on
service
value: - Serviceadls
: Secret value for service principal - Serviceonelake
: Secret value for service principal - security
Protocol String - Field usage depends on
service
value: - Serviceconfluent_cloud_wh
: Security protocol for Confluent Cloud interaction. - server
Host StringName - Field usage depends on
service
value: - Serviceadls
: Server Host name - Servicedatabricks
: Server name - Servicenew_s3_datalake
: Server host name - Serviceonelake
: Server Host name - should
Maintain BooleanTables In Databricks - Field usage depends on
service
value: - Serviceadls
: Should maintain tables in Databricks - Servicenew_s3_datalake
: Should maintain tables in Databricks - Serviceonelake
: Should maintain tables in Databricks - snapshot
Retention StringPeriod - Field usage depends on
service
value: - Serviceadls
: Snapshots older than the retention period are deleted every week. Default value:ONE_WEEK
. - Servicenew_s3_datalake
: Snapshots older than the retention period are deleted every week. Default value:ONE_WEEK
. - Serviceonelake
: Snapshots older than the retention period are deleted every week. Default value:ONE_WEEK
. - snowflake
Cloud String - snowflake
Region String - storage
Account StringName - Field usage depends on
service
value: - Serviceadls
: (Immutable) Storage account for Azure Data Lake Storage Gen2 name - Serviceonelake
: (Immutable) Storage account for Azure Data Lake Storage Gen2 name - table
Format String - Field usage depends on
service
value: - Servicenew_s3_datalake
: (Immutable) The table format in which you want to sync your tables. Valid values are ICEBERG and DELTA_LAKE - tenant
Id String - Field usage depends on
service
value: - Serviceadls
: Tenant id of service principal - Serviceonelake
: Tenant ID of service principal - tunnel
Host String - Field usage depends on
service
value: - Serviceaurora_postgres_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceaurora_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_postgres_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_sql_data_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_sql_database
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_sql_managed_db_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemaria_rds_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemaria_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemysql_rds_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemysql_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepanoply
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceperiscope_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepostgres_gcp_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepostgres_rds_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepostgres_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceredshift
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicesql_server_rds_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicesql_server_warehouse
: SSH server name. Must be populated ifconnection_type
is set toSshTunnel
. - tunnel
Port Number - Field usage depends on
service
value: - Serviceaurora_postgres_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceaurora_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_postgres_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_sql_data_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_sql_database
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_sql_managed_db_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemaria_rds_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemaria_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemysql_rds_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemysql_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepanoply
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceperiscope_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepostgres_gcp_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepostgres_rds_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepostgres_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceredshift
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicesql_server_rds_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicesql_server_warehouse
: SSH server port name. Must be populated ifconnection_type
is set toSshTunnel
. - tunnel
User String - Field usage depends on
service
value: - Serviceaurora_postgres_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceaurora_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_postgres_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_sql_data_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_sql_database
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceazure_sql_managed_db_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemaria_rds_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemaria_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemysql_rds_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicemysql_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepanoply
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceperiscope_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepostgres_gcp_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepostgres_rds_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicepostgres_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Serviceredshift
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicesql_server_rds_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - Servicesql_server_warehouse
: SSH user name. Must be populated ifconnection_type
is set toSshTunnel
. - user String
- Field usage depends on
service
value: - Serviceaurora_postgres_warehouse
: Database user name - Serviceaurora_warehouse
: Database user name - Serviceazure_postgres_warehouse
: Database user name - Serviceazure_sql_data_warehouse
: Database user name - Serviceazure_sql_database
: Database user name - Serviceazure_sql_managed_db_warehouse
: Database user name - Servicemaria_rds_warehouse
: Database user name - Servicemaria_warehouse
: Database user name - Servicemysql_rds_warehouse
: Database user name - Servicemysql_warehouse
: Database user name - Servicepanoply
: Database user name - Serviceperiscope_warehouse
: Database user name - Servicepostgres_gcp_warehouse
: Database user name - Servicepostgres_rds_warehouse
: Database user name - Servicepostgres_warehouse
: Database user name - Serviceredshift
: Database user name - Servicesnowflake
: Database user name - Servicesql_server_rds_warehouse
: Database user name - Servicesql_server_warehouse
: Database user name - workspace
Guid String - Field usage depends on
service
value: - Serviceonelake
: (Immutable) OneLake workspace GUID - workspace
Name String - Field usage depends on
service
value: - Serviceonelake
: OneLake workspace name
DestinationTimeouts, DestinationTimeoutsArgs
- Create string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- Update string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- Create string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- Update string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- create String
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- update String
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- create string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- update string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- create str
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- update str
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- create String
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- update String
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
Package Details
- Repository
- fivetran fivetran/terraform-provider-fivetran
- License
- Notes
- This Pulumi package is based on the
fivetran
Terraform Provider.