We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
aws-native.appflow.getConnector
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
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)
public static Output<GetConnectorResult> getConnector(GetConnectorArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:appflow:getConnector
  arguments:
    # arguments dictionaryThe 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.
- ConnectorProvisioning Pulumi.Config Aws Native. App Flow. Outputs. Connector Provisioning Config 
- Contains information about the configuration of the connector being registered.
- ConnectorProvisioning stringType 
- 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.
- ConnectorProvisioning ConnectorConfig Provisioning Config 
- Contains information about the configuration of the connector being registered.
- ConnectorProvisioning stringType 
- 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.
- connectorProvisioning ConnectorConfig Provisioning Config 
- Contains information about the configuration of the connector being registered.
- connectorProvisioning StringType 
- 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.
- connectorProvisioning ConnectorConfig Provisioning Config 
- Contains information about the configuration of the connector being registered.
- connectorProvisioning stringType 
- 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_ Connectorconfig Provisioning Config 
- Contains information about the configuration of the connector being registered.
- connector_provisioning_ strtype 
- 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.
- connectorProvisioning Property MapConfig 
- Contains information about the configuration of the connector being registered.
- connectorProvisioning StringType 
- 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.Aws Native. App Flow. Inputs. Connector Lambda Connector Provisioning Config 
- Contains information about the configuration of the lambda which is being registered as the connector.
- Lambda
ConnectorLambda Connector Provisioning Config 
- Contains information about the configuration of the lambda which is being registered as the connector.
- lambda
ConnectorLambda Connector Provisioning Config 
- Contains information about the configuration of the lambda which is being registered as the connector.
- lambda
ConnectorLambda Connector Provisioning Config 
- Contains information about the configuration of the lambda which is being registered as the connector.
- lambda_
ConnectorLambda Connector Provisioning Config 
- 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
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi