fivetran 1.6.0 published on Tuesday, Mar 25, 2025 by fivetran
fivetran.getExternalLogging
Explore with Pulumi AI
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
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?: InvokeOptions): 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: Optional[pulumi.Input[GetExternalLoggingConfigArgs]] = None,
id: Optional[pulumi.Input[str]] = None,
run_setup_tests: Optional[pulumi.Input[bool]] = None,
opts: Optional[InvokeOptions] = 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 CompletableFuture<GetExternalLoggingResult> getExternalLogging(GetExternalLoggingArgs args, InvokeOptions options)
public static Output<GetExternalLoggingResult> getExternalLogging(GetExternalLoggingArgs args, InvokeOptions options)
fn::invoke:
function: fivetran:index/getExternalLogging:getExternalLogging
arguments:
# arguments dictionary
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
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 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
- Api
Key string - API Key
- Channel string
- Channel
- Enable
Ssl bool - Enable SSL
- External
Id string - external_id
- Host string
- Server name
- Hostname string
- Server name
- Log
Group stringName - Log Group Name
- Port double
- Port
- Primary
Key string - Primary Key
- Project
Id string - Project Id for Google Cloud Logging
- Region string
- Region
- Role
Arn string - Role Arn
- Sub
Domain string - Sub Domain
- Token string
- Token
- Workspace
Id string - Workspace ID
- Api
Key string - API Key
- Channel string
- Channel
- Enable
Ssl bool - Enable SSL
- External
Id string - external_id
- Host string
- Server name
- Hostname string
- Server name
- Log
Group stringName - Log Group Name
- Port float64
- Port
- Primary
Key string - Primary Key
- Project
Id string - Project Id for Google Cloud Logging
- Region string
- Region
- Role
Arn string - Role Arn
- Sub
Domain string - Sub Domain
- Token string
- Token
- Workspace
Id string - Workspace ID
- api
Key String - API Key
- channel String
- Channel
- enable
Ssl Boolean - Enable SSL
- external
Id String - external_id
- host String
- Server name
- hostname String
- Server name
- log
Group StringName - Log Group Name
- port Double
- Port
- primary
Key String - Primary Key
- project
Id String - Project Id for Google Cloud Logging
- region String
- Region
- role
Arn String - Role Arn
- sub
Domain String - Sub Domain
- token String
- Token
- workspace
Id String - Workspace ID
- api
Key string - API Key
- channel string
- Channel
- enable
Ssl boolean - Enable SSL
- external
Id string - external_id
- host string
- Server name
- hostname string
- Server name
- log
Group stringName - Log Group Name
- port number
- Port
- primary
Key string - Primary Key
- project
Id string - Project Id for Google Cloud Logging
- region string
- Region
- role
Arn string - Role Arn
- sub
Domain string - Sub Domain
- token string
- Token
- workspace
Id string - Workspace ID
- api_
key str - API Key
- channel str
- Channel
- enable_
ssl bool - Enable SSL
- external_
id str - external_id
- host str
- Server name
- hostname str
- Server name
- log_
group_ strname - Log Group Name
- port float
- Port
- primary_
key str - Primary Key
- project_
id str - Project Id for Google Cloud Logging
- region str
- Region
- role_
arn str - Role Arn
- sub_
domain str - Sub Domain
- token str
- Token
- workspace_
id str - Workspace ID
- api
Key String - API Key
- channel String
- Channel
- enable
Ssl Boolean - Enable SSL
- external
Id String - external_id
- host String
- Server name
- hostname String
- Server name
- log
Group StringName - Log Group Name
- port Number
- Port
- primary
Key String - Primary Key
- project
Id String - Project Id for Google Cloud Logging
- region String
- Region
- role
Arn String - Role Arn
- sub
Domain String - Sub Domain
- token String
- Token
- workspace
Id String - Workspace ID
Package Details
- Repository
- fivetran fivetran/terraform-provider-fivetran
- License
- Notes
- This Pulumi package is based on the
fivetran
Terraform Provider.