fivetran 1.8.1 published on Wednesday, May 28, 2025 by fivetran
fivetran.getConnectorCertificates
Explore with Pulumi AI
fivetran 1.8.1 published on Wednesday, May 28, 2025 by fivetran
This data source returns a list of SSH fingerprints approved for specified connector.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as fivetran from "@pulumi/fivetran";
const connectorFingerprints = fivetran.getConnectorFingerprints({
id: "connector_id",
});
import pulumi
import pulumi_fivetran as fivetran
connector_fingerprints = fivetran.get_connector_fingerprints(id="connector_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.LookupConnectorFingerprints(ctx, &fivetran.LookupConnectorFingerprintsArgs{
Id: "connector_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 connectorFingerprints = Fivetran.GetConnectorFingerprints.Invoke(new()
{
Id = "connector_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.GetConnectorFingerprintsArgs;
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 connectorFingerprints = FivetranFunctions.getConnectorFingerprints(GetConnectorFingerprintsArgs.builder()
.id("connector_id")
.build());
}
}
variables:
connectorFingerprints:
fn::invoke:
function: fivetran:getConnectorFingerprints
arguments:
id: connector_id
Using getConnectorCertificates
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 getConnectorCertificates(args: GetConnectorCertificatesArgs, opts?: InvokeOptions): Promise<GetConnectorCertificatesResult>
function getConnectorCertificatesOutput(args: GetConnectorCertificatesOutputArgs, opts?: InvokeOptions): Output<GetConnectorCertificatesResult>
def get_connector_certificates(certificates: Optional[Sequence[GetConnectorCertificatesCertificate]] = None,
id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetConnectorCertificatesResult
def get_connector_certificates_output(certificates: Optional[pulumi.Input[Sequence[pulumi.Input[GetConnectorCertificatesCertificateArgs]]]] = None,
id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetConnectorCertificatesResult]
func LookupConnectorCertificates(ctx *Context, args *LookupConnectorCertificatesArgs, opts ...InvokeOption) (*LookupConnectorCertificatesResult, error)
func LookupConnectorCertificatesOutput(ctx *Context, args *LookupConnectorCertificatesOutputArgs, opts ...InvokeOption) LookupConnectorCertificatesResultOutput
> Note: This function is named LookupConnectorCertificates
in the Go SDK.
public static class GetConnectorCertificates
{
public static Task<GetConnectorCertificatesResult> InvokeAsync(GetConnectorCertificatesArgs args, InvokeOptions? opts = null)
public static Output<GetConnectorCertificatesResult> Invoke(GetConnectorCertificatesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetConnectorCertificatesResult> getConnectorCertificates(GetConnectorCertificatesArgs args, InvokeOptions options)
public static Output<GetConnectorCertificatesResult> getConnectorCertificates(GetConnectorCertificatesArgs args, InvokeOptions options)
fn::invoke:
function: fivetran:index/getConnectorCertificates:getConnectorCertificates
arguments:
# arguments dictionary
The following arguments are supported:
- Id string
- The unique identifier for the resource. Equal to target connection id.
- Certificates
List<Get
Connector Certificates Certificate>
- Id string
- The unique identifier for the resource. Equal to target connection id.
- Certificates
[]Get
Connector Certificates Certificate
- id String
- The unique identifier for the resource. Equal to target connection id.
- certificates
List<Get
Connector Certificates Certificate>
- id string
- The unique identifier for the resource. Equal to target connection id.
- certificates
Get
Connector Certificates Certificate[]
- id str
- The unique identifier for the resource. Equal to target connection id.
- certificates
Sequence[Get
Connector Certificates Certificate]
- id String
- The unique identifier for the resource. Equal to target connection id.
- certificates List<Property Map>
getConnectorCertificates Result
The following output properties are available:
- Connector
Id string - The unique identifier for the target connection within the Fivetran system.
- Id string
- The unique identifier for the resource. Equal to target connection id.
- Certificates
List<Get
Connector Certificates Certificate>
- Connector
Id string - The unique identifier for the target connection within the Fivetran system.
- Id string
- The unique identifier for the resource. Equal to target connection id.
- Certificates
[]Get
Connector Certificates Certificate
- connector
Id String - The unique identifier for the target connection within the Fivetran system.
- id String
- The unique identifier for the resource. Equal to target connection id.
- certificates
List<Get
Connector Certificates Certificate>
- connector
Id string - The unique identifier for the target connection within the Fivetran system.
- id string
- The unique identifier for the resource. Equal to target connection id.
- certificates
Get
Connector Certificates Certificate[]
- connector_
id str - The unique identifier for the target connection within the Fivetran system.
- id str
- The unique identifier for the resource. Equal to target connection id.
- certificates
Sequence[Get
Connector Certificates Certificate]
- connector
Id String - The unique identifier for the target connection within the Fivetran system.
- id String
- The unique identifier for the resource. Equal to target connection id.
- certificates List<Property Map>
Supporting Types
GetConnectorCertificatesCertificate
- Hash string
- Hash of the certificate.
- Name string
- Certificate name.
- Public
Key string - The SSH public key.
- Sha1 string
- Certificate sha1.
- Sha256 string
- Certificate sha256.
- Type string
- Type of the certificate.
- Validated
By string - User name who validated the certificate.
- Validated
Date string - The date when certificate was approved.
- Hash string
- Hash of the certificate.
- Name string
- Certificate name.
- Public
Key string - The SSH public key.
- Sha1 string
- Certificate sha1.
- Sha256 string
- Certificate sha256.
- Type string
- Type of the certificate.
- Validated
By string - User name who validated the certificate.
- Validated
Date string - The date when certificate was approved.
- hash String
- Hash of the certificate.
- name String
- Certificate name.
- public
Key String - The SSH public key.
- sha1 String
- Certificate sha1.
- sha256 String
- Certificate sha256.
- type String
- Type of the certificate.
- validated
By String - User name who validated the certificate.
- validated
Date String - The date when certificate was approved.
- hash string
- Hash of the certificate.
- name string
- Certificate name.
- public
Key string - The SSH public key.
- sha1 string
- Certificate sha1.
- sha256 string
- Certificate sha256.
- type string
- Type of the certificate.
- validated
By string - User name who validated the certificate.
- validated
Date string - The date when certificate was approved.
- hash str
- Hash of the certificate.
- name str
- Certificate name.
- public_
key str - The SSH public key.
- sha1 str
- Certificate sha1.
- sha256 str
- Certificate sha256.
- type str
- Type of the certificate.
- validated_
by str - User name who validated the certificate.
- validated_
date str - The date when certificate was approved.
- hash String
- Hash of the certificate.
- name String
- Certificate name.
- public
Key String - The SSH public key.
- sha1 String
- Certificate sha1.
- sha256 String
- Certificate sha256.
- type String
- Type of the certificate.
- validated
By String - User name who validated the certificate.
- validated
Date String - The date when certificate was approved.
Package Details
- Repository
- fivetran fivetran/terraform-provider-fivetran
- License
- Notes
- This Pulumi package is based on the
fivetran
Terraform Provider.
fivetran 1.8.1 published on Wednesday, May 28, 2025 by fivetran