Viewing docs for fivetran 1.9.46
published on Thursday, Sep 17, 2026 by fivetran
published on Thursday, Sep 17, 2026 by fivetran
Viewing docs for fivetran 1.9.46
published on Thursday, Sep 17, 2026 by fivetran
published on Thursday, Sep 17, 2026 by fivetran
This data source returns a logging service object.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as fivetran from "@pulumi/fivetran";
const extlog = fivetran.getExternalLogging({
id: "anonymous_mystery",
});
import pulumi
import pulumi_fivetran as fivetran
extlog = fivetran.get_external_logging(id="anonymous_mystery")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/fivetran/fivetran"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := fivetran.LookupExternalLogging(ctx, &fivetran.LookupExternalLoggingArgs{
Id: "anonymous_mystery",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Fivetran = Pulumi.Fivetran;
return await Deployment.RunAsync(() =>
{
var extlog = Fivetran.GetExternalLogging.Invoke(new()
{
Id = "anonymous_mystery",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.fivetran.FivetranFunctions;
import com.pulumi.fivetran.inputs.GetExternalLoggingArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var extlog = FivetranFunctions.getExternalLogging(GetExternalLoggingArgs.builder()
.id("anonymous_mystery")
.build());
}
}
variables:
extlog:
fn::invoke:
function: fivetran:getExternalLogging
arguments:
id: anonymous_mystery
Example coming soon!
Using getExternalLogging
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getExternalLogging(args: GetExternalLoggingArgs, opts?: InvokeOptions): Promise<GetExternalLoggingResult>
function getExternalLoggingOutput(args: GetExternalLoggingOutputArgs, opts?: InvokeOutputOptions): Output<GetExternalLoggingResult>def get_external_logging(config: Optional[GetExternalLoggingConfig] = None,
id: Optional[str] = None,
run_setup_tests: Optional[bool] = None,
opts: Optional[InvokeOptions] = None) -> GetExternalLoggingResult
def get_external_logging_output(config: pulumi.Input[Optional[GetExternalLoggingConfigArgs]] = None,
id: pulumi.Input[Optional[str]] = None,
run_setup_tests: pulumi.Input[Optional[bool]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[GetExternalLoggingResult]func LookupExternalLogging(ctx *Context, args *LookupExternalLoggingArgs, opts ...InvokeOption) (*LookupExternalLoggingResult, error)
func LookupExternalLoggingOutput(ctx *Context, args *LookupExternalLoggingOutputArgs, opts ...InvokeOption) LookupExternalLoggingResultOutput> Note: This function is named LookupExternalLogging in the Go SDK.
public static class GetExternalLogging
{
public static Task<GetExternalLoggingResult> InvokeAsync(GetExternalLoggingArgs args, InvokeOptions? opts = null)
public static Output<GetExternalLoggingResult> Invoke(GetExternalLoggingInvokeArgs args, InvokeOptions? opts = null)
public static Output<GetExternalLoggingResult> Invoke(GetExternalLoggingInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetExternalLoggingResult> getExternalLogging(GetExternalLoggingArgs args, InvokeOptions options)
public static Output<GetExternalLoggingResult> getExternalLogging(GetExternalLoggingArgs args, InvokeOptions options)
public static Output<GetExternalLoggingResult> getExternalLogging(GetExternalLoggingArgs args, InvokeOutputOptions options)
fn::invoke:
function: fivetran:index/getExternalLogging:getExternalLogging
arguments:
# arguments dictionarydata "fivetran_get_external_logging" "name" {
# arguments
}The following arguments are supported:
- Id string
- The unique identifier for the log service within the Fivetran system.
- Config
Get
External Logging Config - Run
Setup boolTests - Specifies whether the setup tests should be run automatically. The default value is TRUE.
- Id string
- The unique identifier for the log service within the Fivetran system.
- Config
Get
External Logging Config - Run
Setup boolTests - Specifies whether the setup tests should be run automatically. The default value is TRUE.
- id string
- The unique identifier for the log service within the Fivetran system.
- config object
- run_
setup_ booltests - Specifies whether the setup tests should be run automatically. The default value is TRUE.
- id String
- The unique identifier for the log service within the Fivetran system.
- config
Get
External Logging Config - run
Setup BooleanTests - Specifies whether the setup tests should be run automatically. The default value is TRUE.
- id string
- The unique identifier for the log service within the Fivetran system.
- config
Get
External Logging Config - run
Setup booleanTests - Specifies whether the setup tests should be run automatically. The default value is TRUE.
- id str
- The unique identifier for the log service within the Fivetran system.
- config
Get
External Logging Config - run_
setup_ booltests - Specifies whether the setup tests should be run automatically. The default value is TRUE.
- id String
- The unique identifier for the log service within the Fivetran system.
- config Property Map
- run
Setup BooleanTests - Specifies whether the setup tests should be run automatically. The default value is TRUE.
getExternalLogging Result
The following output properties are available:
- Enabled bool
- The boolean value specifying whether the log service is enabled.
- Group
Id string - The unique identifier for the log service within the Fivetran system.
- Id string
- The unique identifier for the log service within the Fivetran system.
- Service string
- The name for the log service type within the Fivetran system. We support the following log services: azuremonitorlog, cloudwatch, datadoglog, newrelic_log, splunkLog, stackdriver.
- Config
Get
External Logging Config - Run
Setup boolTests - Specifies whether the setup tests should be run automatically. The default value is TRUE.
- Enabled bool
- The boolean value specifying whether the log service is enabled.
- Group
Id string - The unique identifier for the log service within the Fivetran system.
- Id string
- The unique identifier for the log service within the Fivetran system.
- Service string
- The name for the log service type within the Fivetran system. We support the following log services: azuremonitorlog, cloudwatch, datadoglog, newrelic_log, splunkLog, stackdriver.
- Config
Get
External Logging Config - Run
Setup boolTests - Specifies whether the setup tests should be run automatically. The default value is TRUE.
- enabled bool
- The boolean value specifying whether the log service is enabled.
- group_
id string - The unique identifier for the log service within the Fivetran system.
- id string
- The unique identifier for the log service within the Fivetran system.
- service string
- The name for the log service type within the Fivetran system. We support the following log services: azuremonitorlog, cloudwatch, datadoglog, newrelic_log, splunkLog, stackdriver.
- config object
- run_
setup_ booltests - Specifies whether the setup tests should be run automatically. The default value is TRUE.
- enabled Boolean
- The boolean value specifying whether the log service is enabled.
- group
Id String - The unique identifier for the log service within the Fivetran system.
- id String
- The unique identifier for the log service within the Fivetran system.
- service String
- The name for the log service type within the Fivetran system. We support the following log services: azuremonitorlog, cloudwatch, datadoglog, newrelic_log, splunkLog, stackdriver.
- config
Get
External Logging Config - run
Setup BooleanTests - Specifies whether the setup tests should be run automatically. The default value is TRUE.
- enabled boolean
- The boolean value specifying whether the log service is enabled.
- group
Id string - The unique identifier for the log service within the Fivetran system.
- id string
- The unique identifier for the log service within the Fivetran system.
- service string
- The name for the log service type within the Fivetran system. We support the following log services: azuremonitorlog, cloudwatch, datadoglog, newrelic_log, splunkLog, stackdriver.
- config
Get
External Logging Config - run
Setup booleanTests - Specifies whether the setup tests should be run automatically. The default value is TRUE.
- enabled bool
- The boolean value specifying whether the log service is enabled.
- group_
id str - The unique identifier for the log service within the Fivetran system.
- id str
- The unique identifier for the log service within the Fivetran system.
- service str
- The name for the log service type within the Fivetran system. We support the following log services: azuremonitorlog, cloudwatch, datadoglog, newrelic_log, splunkLog, stackdriver.
- config
Get
External Logging Config - run_
setup_ booltests - Specifies whether the setup tests should be run automatically. The default value is TRUE.
- enabled Boolean
- The boolean value specifying whether the log service is enabled.
- group
Id String - The unique identifier for the log service within the Fivetran system.
- id String
- The unique identifier for the log service within the Fivetran system.
- service String
- The name for the log service type within the Fivetran system. We support the following log services: azuremonitorlog, cloudwatch, datadoglog, newrelic_log, splunkLog, stackdriver.
- config Property Map
- run
Setup BooleanTests - Specifies whether the setup tests should be run automatically. The default value is TRUE.
Supporting Types
GetExternalLoggingConfig
- Access
Key stringId - Access
Key stringSecret - Access
Token string - Api
Key string - Channel string
- Client
Id string - Field usage depends on
servicevalue: - Serviceazure_monitor_log: For Logs Ingestion API authentication. Your application (client) ID. - Client
Secret string - Field usage depends on
servicevalue: - Serviceazure_monitor_log: For Logs Ingestion API authentication. Your application client secret. - Data
Collection stringEndpoint - Field usage depends on
servicevalue: - Serviceazure_monitor_log: For Logs Ingestion API authentication. The endpoint URL for your Data Collection Endpoint. - Dcr
Immutable stringId - Field usage depends on
servicevalue: - Serviceazure_monitor_log: For Logs Ingestion API authentication. The immutable ID of your Data Collection Rule. - Dcr
Stream stringName - Field usage depends on
servicevalue: - Serviceazure_monitor_log: For Logs Ingestion API authentication. The stream name of your Data Collection Rule. - Enable
Ssl bool - Environment
Id string - External
Id string - Host string
- Hostname string
- Log
Group stringName - Loki
Url string - Port double
- Primary
Key string - Field usage depends on
servicevalue: - Serviceazure_monitor_log: For HTTP Data Collector API authentication. Your Log Analytics primary key. - Project
Id string - Region string
- Role
Arn string - Service
Account stringKey - Sub
Domain string - Tenant
Id string - Field usage depends on
servicevalue: - Serviceazure_monitor_log: For Logs Ingestion API authentication. Your Microsoft Entra directory (tenant) ID. - Token string
- Username string
- Workspace
Id string - Field usage depends on
servicevalue: - Serviceazure_monitor_log: For HTTP Data Collector API authentication. Your Log Analytics workspace ID.
- Access
Key stringId - Access
Key stringSecret - Access
Token string - Api
Key string - Channel string
- Client
Id string - Field usage depends on
servicevalue: - Serviceazure_monitor_log: For Logs Ingestion API authentication. Your application (client) ID. - Client
Secret string - Field usage depends on
servicevalue: - Serviceazure_monitor_log: For Logs Ingestion API authentication. Your application client secret. - Data
Collection stringEndpoint - Field usage depends on
servicevalue: - Serviceazure_monitor_log: For Logs Ingestion API authentication. The endpoint URL for your Data Collection Endpoint. - Dcr
Immutable stringId - Field usage depends on
servicevalue: - Serviceazure_monitor_log: For Logs Ingestion API authentication. The immutable ID of your Data Collection Rule. - Dcr
Stream stringName - Field usage depends on
servicevalue: - Serviceazure_monitor_log: For Logs Ingestion API authentication. The stream name of your Data Collection Rule. - Enable
Ssl bool - Environment
Id string - External
Id string - Host string
- Hostname string
- Log
Group stringName - Loki
Url string - Port float64
- Primary
Key string - Field usage depends on
servicevalue: - Serviceazure_monitor_log: For HTTP Data Collector API authentication. Your Log Analytics primary key. - Project
Id string - Region string
- Role
Arn string - Service
Account stringKey - Sub
Domain string - Tenant
Id string - Field usage depends on
servicevalue: - Serviceazure_monitor_log: For Logs Ingestion API authentication. Your Microsoft Entra directory (tenant) ID. - Token string
- Username string
- Workspace
Id string - Field usage depends on
servicevalue: - Serviceazure_monitor_log: For HTTP Data Collector API authentication. Your Log Analytics workspace ID.
- access_
key_ stringid - access_
key_ stringsecret - access_
token string - api_
key string - channel string
- client_
id string - Field usage depends on
servicevalue: - Serviceazure_monitor_log: For Logs Ingestion API authentication. Your application (client) ID. - client_
secret string - Field usage depends on
servicevalue: - Serviceazure_monitor_log: For Logs Ingestion API authentication. Your application client secret. - data_
collection_ stringendpoint - Field usage depends on
servicevalue: - Serviceazure_monitor_log: For Logs Ingestion API authentication. The endpoint URL for your Data Collection Endpoint. - dcr_
immutable_ stringid - Field usage depends on
servicevalue: - Serviceazure_monitor_log: For Logs Ingestion API authentication. The immutable ID of your Data Collection Rule. - dcr_
stream_ stringname - Field usage depends on
servicevalue: - Serviceazure_monitor_log: For Logs Ingestion API authentication. The stream name of your Data Collection Rule. - enable_
ssl bool - environment_
id string - external_
id string - host string
- hostname string
- log_
group_ stringname - loki_
url string - port number
- primary_
key string - Field usage depends on
servicevalue: - Serviceazure_monitor_log: For HTTP Data Collector API authentication. Your Log Analytics primary key. - project_
id string - region string
- role_
arn string - service_
account_ stringkey - sub_
domain string - tenant_
id string - Field usage depends on
servicevalue: - Serviceazure_monitor_log: For Logs Ingestion API authentication. Your Microsoft Entra directory (tenant) ID. - token string
- username string
- workspace_
id string - Field usage depends on
servicevalue: - Serviceazure_monitor_log: For HTTP Data Collector API authentication. Your Log Analytics workspace ID.
- access
Key StringId - access
Key StringSecret - access
Token String - api
Key String - channel String
- client
Id String - Field usage depends on
servicevalue: - Serviceazure_monitor_log: For Logs Ingestion API authentication. Your application (client) ID. - client
Secret String - Field usage depends on
servicevalue: - Serviceazure_monitor_log: For Logs Ingestion API authentication. Your application client secret. - data
Collection StringEndpoint - Field usage depends on
servicevalue: - Serviceazure_monitor_log: For Logs Ingestion API authentication. The endpoint URL for your Data Collection Endpoint. - dcr
Immutable StringId - Field usage depends on
servicevalue: - Serviceazure_monitor_log: For Logs Ingestion API authentication. The immutable ID of your Data Collection Rule. - dcr
Stream StringName - Field usage depends on
servicevalue: - Serviceazure_monitor_log: For Logs Ingestion API authentication. The stream name of your Data Collection Rule. - enable
Ssl Boolean - environment
Id String - external
Id String - host String
- hostname String
- log
Group StringName - loki
Url String - port Double
- primary
Key String - Field usage depends on
servicevalue: - Serviceazure_monitor_log: For HTTP Data Collector API authentication. Your Log Analytics primary key. - project
Id String - region String
- role
Arn String - service
Account StringKey - sub
Domain String - tenant
Id String - Field usage depends on
servicevalue: - Serviceazure_monitor_log: For Logs Ingestion API authentication. Your Microsoft Entra directory (tenant) ID. - token String
- username String
- workspace
Id String - Field usage depends on
servicevalue: - Serviceazure_monitor_log: For HTTP Data Collector API authentication. Your Log Analytics workspace ID.
- access
Key stringId - access
Key stringSecret - access
Token string - api
Key string - channel string
- client
Id string - Field usage depends on
servicevalue: - Serviceazure_monitor_log: For Logs Ingestion API authentication. Your application (client) ID. - client
Secret string - Field usage depends on
servicevalue: - Serviceazure_monitor_log: For Logs Ingestion API authentication. Your application client secret. - data
Collection stringEndpoint - Field usage depends on
servicevalue: - Serviceazure_monitor_log: For Logs Ingestion API authentication. The endpoint URL for your Data Collection Endpoint. - dcr
Immutable stringId - Field usage depends on
servicevalue: - Serviceazure_monitor_log: For Logs Ingestion API authentication. The immutable ID of your Data Collection Rule. - dcr
Stream stringName - Field usage depends on
servicevalue: - Serviceazure_monitor_log: For Logs Ingestion API authentication. The stream name of your Data Collection Rule. - enable
Ssl boolean - environment
Id string - external
Id string - host string
- hostname string
- log
Group stringName - loki
Url string - port number
- primary
Key string - Field usage depends on
servicevalue: - Serviceazure_monitor_log: For HTTP Data Collector API authentication. Your Log Analytics primary key. - project
Id string - region string
- role
Arn string - service
Account stringKey - sub
Domain string - tenant
Id string - Field usage depends on
servicevalue: - Serviceazure_monitor_log: For Logs Ingestion API authentication. Your Microsoft Entra directory (tenant) ID. - token string
- username string
- workspace
Id string - Field usage depends on
servicevalue: - Serviceazure_monitor_log: For HTTP Data Collector API authentication. Your Log Analytics workspace ID.
- access_
key_ strid - access_
key_ strsecret - access_
token str - api_
key str - channel str
- client_
id str - Field usage depends on
servicevalue: - Serviceazure_monitor_log: For Logs Ingestion API authentication. Your application (client) ID. - client_
secret str - Field usage depends on
servicevalue: - Serviceazure_monitor_log: For Logs Ingestion API authentication. Your application client secret. - data_
collection_ strendpoint - Field usage depends on
servicevalue: - Serviceazure_monitor_log: For Logs Ingestion API authentication. The endpoint URL for your Data Collection Endpoint. - dcr_
immutable_ strid - Field usage depends on
servicevalue: - Serviceazure_monitor_log: For Logs Ingestion API authentication. The immutable ID of your Data Collection Rule. - dcr_
stream_ strname - Field usage depends on
servicevalue: - Serviceazure_monitor_log: For Logs Ingestion API authentication. The stream name of your Data Collection Rule. - enable_
ssl bool - environment_
id str - external_
id str - host str
- hostname str
- log_
group_ strname - loki_
url str - port float
- primary_
key str - Field usage depends on
servicevalue: - Serviceazure_monitor_log: For HTTP Data Collector API authentication. Your Log Analytics primary key. - project_
id str - region str
- role_
arn str - service_
account_ strkey - sub_
domain str - tenant_
id str - Field usage depends on
servicevalue: - Serviceazure_monitor_log: For Logs Ingestion API authentication. Your Microsoft Entra directory (tenant) ID. - token str
- username str
- workspace_
id str - Field usage depends on
servicevalue: - Serviceazure_monitor_log: For HTTP Data Collector API authentication. Your Log Analytics workspace ID.
- access
Key StringId - access
Key StringSecret - access
Token String - api
Key String - channel String
- client
Id String - Field usage depends on
servicevalue: - Serviceazure_monitor_log: For Logs Ingestion API authentication. Your application (client) ID. - client
Secret String - Field usage depends on
servicevalue: - Serviceazure_monitor_log: For Logs Ingestion API authentication. Your application client secret. - data
Collection StringEndpoint - Field usage depends on
servicevalue: - Serviceazure_monitor_log: For Logs Ingestion API authentication. The endpoint URL for your Data Collection Endpoint. - dcr
Immutable StringId - Field usage depends on
servicevalue: - Serviceazure_monitor_log: For Logs Ingestion API authentication. The immutable ID of your Data Collection Rule. - dcr
Stream StringName - Field usage depends on
servicevalue: - Serviceazure_monitor_log: For Logs Ingestion API authentication. The stream name of your Data Collection Rule. - enable
Ssl Boolean - environment
Id String - external
Id String - host String
- hostname String
- log
Group StringName - loki
Url String - port Number
- primary
Key String - Field usage depends on
servicevalue: - Serviceazure_monitor_log: For HTTP Data Collector API authentication. Your Log Analytics primary key. - project
Id String - region String
- role
Arn String - service
Account StringKey - sub
Domain String - tenant
Id String - Field usage depends on
servicevalue: - Serviceazure_monitor_log: For Logs Ingestion API authentication. Your Microsoft Entra directory (tenant) ID. - token String
- username String
- workspace
Id String - Field usage depends on
servicevalue: - Serviceazure_monitor_log: For HTTP Data Collector API authentication. Your Log Analytics workspace ID.
Package Details
- Repository
- fivetran fivetran/terraform-provider-fivetran
- License
- Notes
- This Pulumi package is based on the
fivetranTerraform Provider.
Viewing docs for fivetran 1.9.46
published on Thursday, Sep 17, 2026 by fivetran
published on Thursday, Sep 17, 2026 by fivetran