aws-native logo
AWS Native v0.63.0, May 25 23

aws-native.appflow.getConnector

Explore with Pulumi AI

Resource schema for AWS::AppFlow::Connector

Using getConnector

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 getConnector(args: GetConnectorArgs, opts?: InvokeOptions): Promise<GetConnectorResult>
function getConnectorOutput(args: GetConnectorOutputArgs, opts?: InvokeOptions): Output<GetConnectorResult>
def get_connector(connector_label: Optional[str] = None,
                  opts: Optional[InvokeOptions] = None) -> GetConnectorResult
def get_connector_output(connector_label: Optional[pulumi.Input[str]] = None,
                  opts: Optional[InvokeOptions] = None) -> Output[GetConnectorResult]
func LookupConnector(ctx *Context, args *LookupConnectorArgs, opts ...InvokeOption) (*LookupConnectorResult, error)
func LookupConnectorOutput(ctx *Context, args *LookupConnectorOutputArgs, opts ...InvokeOption) LookupConnectorResultOutput

> Note: This function is named LookupConnector in the Go SDK.

public static class GetConnector 
{
    public static Task<GetConnectorResult> InvokeAsync(GetConnectorArgs args, InvokeOptions? opts = null)
    public static Output<GetConnectorResult> Invoke(GetConnectorInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetConnectorResult> getConnector(GetConnectorArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: aws-native:appflow:getConnector
  arguments:
    # arguments dictionary

The following arguments are supported:

ConnectorLabel string

The name of the connector. The name is unique for each ConnectorRegistration in your AWS account.

ConnectorLabel string

The name of the connector. The name is unique for each ConnectorRegistration in your AWS account.

connectorLabel String

The name of the connector. The name is unique for each ConnectorRegistration in your AWS account.

connectorLabel string

The name of the connector. The name is unique for each ConnectorRegistration in your AWS account.

connector_label str

The name of the connector. The name is unique for each ConnectorRegistration in your AWS account.

connectorLabel String

The name of the connector. The name is unique for each ConnectorRegistration in your AWS account.

getConnector Result

The following output properties are available:

ConnectorArn string

The arn of the connector. The arn is unique for each ConnectorRegistration in your AWS account.

ConnectorProvisioningConfig Pulumi.AwsNative.AppFlow.Outputs.ConnectorProvisioningConfig

Contains information about the configuration of the connector being registered.

ConnectorProvisioningType string

The provisioning type of the connector. Currently the only supported value is LAMBDA.

Description string

A description about the connector that's being registered.

ConnectorArn string

The arn of the connector. The arn is unique for each ConnectorRegistration in your AWS account.

ConnectorProvisioningConfig ConnectorProvisioningConfig

Contains information about the configuration of the connector being registered.

ConnectorProvisioningType string

The provisioning type of the connector. Currently the only supported value is LAMBDA.

Description string

A description about the connector that's being registered.

connectorArn String

The arn of the connector. The arn is unique for each ConnectorRegistration in your AWS account.

connectorProvisioningConfig ConnectorProvisioningConfig

Contains information about the configuration of the connector being registered.

connectorProvisioningType String

The provisioning type of the connector. Currently the only supported value is LAMBDA.

description String

A description about the connector that's being registered.

connectorArn string

The arn of the connector. The arn is unique for each ConnectorRegistration in your AWS account.

connectorProvisioningConfig ConnectorProvisioningConfig

Contains information about the configuration of the connector being registered.

connectorProvisioningType string

The provisioning type of the connector. Currently the only supported value is LAMBDA.

description string

A description about the connector that's being registered.

connector_arn str

The arn of the connector. The arn is unique for each ConnectorRegistration in your AWS account.

connector_provisioning_config ConnectorProvisioningConfig

Contains information about the configuration of the connector being registered.

connector_provisioning_type str

The provisioning type of the connector. Currently the only supported value is LAMBDA.

description str

A description about the connector that's being registered.

connectorArn String

The arn of the connector. The arn is unique for each ConnectorRegistration in your AWS account.

connectorProvisioningConfig Property Map

Contains information about the configuration of the connector being registered.

connectorProvisioningType String

The provisioning type of the connector. Currently the only supported value is LAMBDA.

description String

A description about the connector that's being registered.

Supporting Types

ConnectorLambdaConnectorProvisioningConfig

LambdaArn string

Lambda ARN of the connector being registered.

LambdaArn string

Lambda ARN of the connector being registered.

lambdaArn String

Lambda ARN of the connector being registered.

lambdaArn string

Lambda ARN of the connector being registered.

lambda_arn str

Lambda ARN of the connector being registered.

lambdaArn String

Lambda ARN of the connector being registered.

ConnectorProvisioningConfig

Lambda Pulumi.AwsNative.AppFlow.Inputs.ConnectorLambdaConnectorProvisioningConfig

Contains information about the configuration of the lambda which is being registered as the connector.

Lambda ConnectorLambdaConnectorProvisioningConfig

Contains information about the configuration of the lambda which is being registered as the connector.

lambda ConnectorLambdaConnectorProvisioningConfig

Contains information about the configuration of the lambda which is being registered as the connector.

lambda ConnectorLambdaConnectorProvisioningConfig

Contains information about the configuration of the lambda which is being registered as the connector.

lambda_ ConnectorLambdaConnectorProvisioningConfig

Contains information about the configuration of the lambda which is being registered as the connector.

lambda Property Map

Contains information about the configuration of the lambda which is being registered as the connector.

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0