We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 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.9.0 published on Monday, Nov 18, 2024 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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:appflow:getConnector
arguments:
# arguments dictionary
The following arguments are supported:
- Connector
Label string - The name of the connector. The name is unique for each ConnectorRegistration in your AWS account.
- Connector
Label string - The name of the connector. The name is unique for each ConnectorRegistration in your AWS account.
- connector
Label String - The name of the connector. The name is unique for each ConnectorRegistration in your AWS account.
- connector
Label 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.
- connector
Label 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:
- Connector
Arn string - The arn of the connector. The arn is unique for each ConnectorRegistration in your AWS account.
- Connector
Provisioning Pulumi.Config Aws Native. App Flow. Outputs. Connector Provisioning Config - Contains information about the configuration of the connector being registered.
- Connector
Provisioning 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 string - 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 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 String - 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 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 string - 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 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.
- connector
Arn String - The arn of the connector. The arn is unique for each ConnectorRegistration in your AWS account.
- connector
Provisioning Property MapConfig - Contains information about the configuration of the connector being registered.
- connector
Provisioning 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
- Lambda
Arn string - Lambda ARN of the connector being registered.
- Lambda
Arn string - Lambda ARN of the connector being registered.
- lambda
Arn String - Lambda ARN of the connector being registered.
- lambda
Arn string - Lambda ARN of the connector being registered.
- lambda_
arn str - Lambda ARN of the connector being registered.
- lambda
Arn 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
Connector
Lambda Connector Provisioning Config - Contains information about the configuration of the lambda which is being registered as the connector.
- lambda
Connector
Lambda Connector Provisioning Config - Contains information about the configuration of the lambda which is being registered as the connector.
- lambda
Connector
Lambda Connector Provisioning Config - Contains information about the configuration of the lambda which is being registered as the connector.
- lambda_
Connector
Lambda 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.9.0 published on Monday, Nov 18, 2024 by Pulumi