1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. appflow
  5. getConnectorProfile

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

aws-native.appflow.getConnectorProfile

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

Resource Type definition for AWS::AppFlow::ConnectorProfile

Using getConnectorProfile

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 getConnectorProfile(args: GetConnectorProfileArgs, opts?: InvokeOptions): Promise<GetConnectorProfileResult>
function getConnectorProfileOutput(args: GetConnectorProfileOutputArgs, opts?: InvokeOptions): Output<GetConnectorProfileResult>
Copy
def get_connector_profile(connector_profile_name: Optional[str] = None,
                          opts: Optional[InvokeOptions] = None) -> GetConnectorProfileResult
def get_connector_profile_output(connector_profile_name: Optional[pulumi.Input[str]] = None,
                          opts: Optional[InvokeOptions] = None) -> Output[GetConnectorProfileResult]
Copy
func LookupConnectorProfile(ctx *Context, args *LookupConnectorProfileArgs, opts ...InvokeOption) (*LookupConnectorProfileResult, error)
func LookupConnectorProfileOutput(ctx *Context, args *LookupConnectorProfileOutputArgs, opts ...InvokeOption) LookupConnectorProfileResultOutput
Copy

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

public static class GetConnectorProfile 
{
    public static Task<GetConnectorProfileResult> InvokeAsync(GetConnectorProfileArgs args, InvokeOptions? opts = null)
    public static Output<GetConnectorProfileResult> Invoke(GetConnectorProfileInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetConnectorProfileResult> getConnectorProfile(GetConnectorProfileArgs args, InvokeOptions options)
public static Output<GetConnectorProfileResult> getConnectorProfile(GetConnectorProfileArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: aws-native:appflow:getConnectorProfile
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ConnectorProfileName This property is required. string
The maximum number of items to retrieve in a single batch.
ConnectorProfileName This property is required. string
The maximum number of items to retrieve in a single batch.
connectorProfileName This property is required. String
The maximum number of items to retrieve in a single batch.
connectorProfileName This property is required. string
The maximum number of items to retrieve in a single batch.
connector_profile_name This property is required. str
The maximum number of items to retrieve in a single batch.
connectorProfileName This property is required. String
The maximum number of items to retrieve in a single batch.

getConnectorProfile Result

The following output properties are available:

ConnectionMode Pulumi.AwsNative.AppFlow.ConnectorProfileConnectionMode
Mode in which data transfer should be enabled. Private connection mode is currently enabled for Salesforce, Snowflake, Trendmicro and Singular
ConnectorProfileArn string
Unique identifier for connector profile resources
CredentialsArn string
A unique Arn for Connector-Profile resource
ConnectionMode ConnectorProfileConnectionMode
Mode in which data transfer should be enabled. Private connection mode is currently enabled for Salesforce, Snowflake, Trendmicro and Singular
ConnectorProfileArn string
Unique identifier for connector profile resources
CredentialsArn string
A unique Arn for Connector-Profile resource
connectionMode ConnectorProfileConnectionMode
Mode in which data transfer should be enabled. Private connection mode is currently enabled for Salesforce, Snowflake, Trendmicro and Singular
connectorProfileArn String
Unique identifier for connector profile resources
credentialsArn String
A unique Arn for Connector-Profile resource
connectionMode ConnectorProfileConnectionMode
Mode in which data transfer should be enabled. Private connection mode is currently enabled for Salesforce, Snowflake, Trendmicro and Singular
connectorProfileArn string
Unique identifier for connector profile resources
credentialsArn string
A unique Arn for Connector-Profile resource
connection_mode ConnectorProfileConnectionMode
Mode in which data transfer should be enabled. Private connection mode is currently enabled for Salesforce, Snowflake, Trendmicro and Singular
connector_profile_arn str
Unique identifier for connector profile resources
credentials_arn str
A unique Arn for Connector-Profile resource
connectionMode "Public" | "Private"
Mode in which data transfer should be enabled. Private connection mode is currently enabled for Salesforce, Snowflake, Trendmicro and Singular
connectorProfileArn String
Unique identifier for connector profile resources
credentialsArn String
A unique Arn for Connector-Profile resource

Supporting Types

ConnectorProfileConnectionMode

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.27.0 published on Monday, Apr 14, 2025 by Pulumi