Viewing docs for fivetran 1.9.30
published on Thursday, Apr 23, 2026 by fivetran
published on Thursday, Apr 23, 2026 by fivetran
Viewing docs for fivetran 1.9.30
published on Thursday, Apr 23, 2026 by fivetran
published on Thursday, Apr 23, 2026 by fivetran
This data source returns the metadata details of the Quickstart transformation package if a valid identifier is provided
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as fivetran from "@pulumi/fivetran";
const test = fivetran.getQuickstartPackage({
id: "id",
});
import pulumi
import pulumi_fivetran as fivetran
test = fivetran.get_quickstart_package(id="id")
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.GetQuickstartPackage(ctx, &fivetran.GetQuickstartPackageArgs{
Id: "id",
}, 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 test = Fivetran.GetQuickstartPackage.Invoke(new()
{
Id = "id",
});
});
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.GetQuickstartPackageArgs;
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 test = FivetranFunctions.getQuickstartPackage(GetQuickstartPackageArgs.builder()
.id("id")
.build());
}
}
variables:
test:
fn::invoke:
function: fivetran:getQuickstartPackage
arguments:
id: id
Using getQuickstartPackage
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 getQuickstartPackage(args: GetQuickstartPackageArgs, opts?: InvokeOptions): Promise<GetQuickstartPackageResult>
function getQuickstartPackageOutput(args: GetQuickstartPackageOutputArgs, opts?: InvokeOptions): Output<GetQuickstartPackageResult>def get_quickstart_package(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetQuickstartPackageResult
def get_quickstart_package_output(id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetQuickstartPackageResult]func GetQuickstartPackage(ctx *Context, args *GetQuickstartPackageArgs, opts ...InvokeOption) (*GetQuickstartPackageResult, error)
func GetQuickstartPackageOutput(ctx *Context, args *GetQuickstartPackageOutputArgs, opts ...InvokeOption) GetQuickstartPackageResultOutput> Note: This function is named GetQuickstartPackage in the Go SDK.
public static class GetQuickstartPackage
{
public static Task<GetQuickstartPackageResult> InvokeAsync(GetQuickstartPackageArgs args, InvokeOptions? opts = null)
public static Output<GetQuickstartPackageResult> Invoke(GetQuickstartPackageInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetQuickstartPackageResult> getQuickstartPackage(GetQuickstartPackageArgs args, InvokeOptions options)
public static Output<GetQuickstartPackageResult> getQuickstartPackage(GetQuickstartPackageArgs args, InvokeOptions options)
fn::invoke:
function: fivetran:index/getQuickstartPackage:getQuickstartPackage
arguments:
# arguments dictionaryThe following arguments are supported:
- Id string
- The unique identifier for the Quickstart transformation package definition within the Fivetran system
- Id string
- The unique identifier for the Quickstart transformation package definition within the Fivetran system
- id String
- The unique identifier for the Quickstart transformation package definition within the Fivetran system
- id string
- The unique identifier for the Quickstart transformation package definition within the Fivetran system
- id str
- The unique identifier for the Quickstart transformation package definition within the Fivetran system
- id String
- The unique identifier for the Quickstart transformation package definition within the Fivetran system
getQuickstartPackage Result
The following output properties are available:
- Configurable
Variables Dictionary<string, GetQuickstart Package Configurable Variables> - Map of configurable variable definitions for the package, keyed by variable name.
- Connector
Types List<string> - The set of connector types
- Id string
- The unique identifier for the Quickstart transformation package definition within the Fivetran system
- Name string
- The Quickstart transformation package name
- Output
Model List<string>Names - The list of transformation output models
- Version string
- The Quickstart package definition version
- Configurable
Variables map[string]GetQuickstart Package Configurable Variables - Map of configurable variable definitions for the package, keyed by variable name.
- Connector
Types []string - The set of connector types
- Id string
- The unique identifier for the Quickstart transformation package definition within the Fivetran system
- Name string
- The Quickstart transformation package name
- Output
Model []stringNames - The list of transformation output models
- Version string
- The Quickstart package definition version
- configurable
Variables Map<String,GetQuickstart Package Configurable Variables> - Map of configurable variable definitions for the package, keyed by variable name.
- connector
Types List<String> - The set of connector types
- id String
- The unique identifier for the Quickstart transformation package definition within the Fivetran system
- name String
- The Quickstart transformation package name
- output
Model List<String>Names - The list of transformation output models
- version String
- The Quickstart package definition version
- configurable
Variables {[key: string]: GetQuickstart Package Configurable Variables} - Map of configurable variable definitions for the package, keyed by variable name.
- connector
Types string[] - The set of connector types
- id string
- The unique identifier for the Quickstart transformation package definition within the Fivetran system
- name string
- The Quickstart transformation package name
- output
Model string[]Names - The list of transformation output models
- version string
- The Quickstart package definition version
- configurable_
variables Mapping[str, GetQuickstart Package Configurable Variables] - Map of configurable variable definitions for the package, keyed by variable name.
- connector_
types Sequence[str] - The set of connector types
- id str
- The unique identifier for the Quickstart transformation package definition within the Fivetran system
- name str
- The Quickstart transformation package name
- output_
model_ Sequence[str]names - The list of transformation output models
- version str
- The Quickstart package definition version
- configurable
Variables Map<Property Map> - Map of configurable variable definitions for the package, keyed by variable name.
- connector
Types List<String> - The set of connector types
- id String
- The unique identifier for the Quickstart transformation package definition within the Fivetran system
- name String
- The Quickstart transformation package name
- output
Model List<String>Names - The list of transformation output models
- version String
- The Quickstart package definition version
Supporting Types
GetQuickstartPackageConfigurableVariables
- Allowed
Values List<string> - List of allowed values for the variable, if restricted.
- Description string
- Human-readable description of the variable.
- Type string
- The variable type (e.g. STRING, INTEGER, BOOLEAN, DATE).
- Allowed
Values []string - List of allowed values for the variable, if restricted.
- Description string
- Human-readable description of the variable.
- Type string
- The variable type (e.g. STRING, INTEGER, BOOLEAN, DATE).
- allowed
Values List<String> - List of allowed values for the variable, if restricted.
- description String
- Human-readable description of the variable.
- type String
- The variable type (e.g. STRING, INTEGER, BOOLEAN, DATE).
- allowed
Values string[] - List of allowed values for the variable, if restricted.
- description string
- Human-readable description of the variable.
- type string
- The variable type (e.g. STRING, INTEGER, BOOLEAN, DATE).
- allowed_
values Sequence[str] - List of allowed values for the variable, if restricted.
- description str
- Human-readable description of the variable.
- type str
- The variable type (e.g. STRING, INTEGER, BOOLEAN, DATE).
- allowed
Values List<String> - List of allowed values for the variable, if restricted.
- description String
- Human-readable description of the variable.
- type String
- The variable type (e.g. STRING, INTEGER, BOOLEAN, DATE).
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.30
published on Thursday, Apr 23, 2026 by fivetran
published on Thursday, Apr 23, 2026 by fivetran
