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.getConnectorProfile
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 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>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]func LookupConnectorProfile(ctx *Context, args *LookupConnectorProfileArgs, opts ...InvokeOption) (*LookupConnectorProfileResult, error)
func LookupConnectorProfileOutput(ctx *Context, args *LookupConnectorProfileOutputArgs, opts ...InvokeOption) LookupConnectorProfileResultOutput> 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)
}public static CompletableFuture<GetConnectorProfileResult> getConnectorProfile(GetConnectorProfileArgs args, InvokeOptions options)
public static Output<GetConnectorProfileResult> getConnectorProfile(GetConnectorProfileArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:appflow:getConnectorProfile
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ConnectorProfile stringName 
- The maximum number of items to retrieve in a single batch.
- ConnectorProfile stringName 
- The maximum number of items to retrieve in a single batch.
- connectorProfile StringName 
- The maximum number of items to retrieve in a single batch.
- connectorProfile stringName 
- The maximum number of items to retrieve in a single batch.
- connector_profile_ strname 
- The maximum number of items to retrieve in a single batch.
- connectorProfile StringName 
- The maximum number of items to retrieve in a single batch.
getConnectorProfile Result
The following output properties are available:
- ConnectionMode Pulumi.Aws Native. App Flow. Connector Profile Connection Mode 
- Mode in which data transfer should be enabled. Private connection mode is currently enabled for Salesforce, Snowflake, Trendmicro and Singular
- ConnectorProfile stringArn 
- Unique identifier for connector profile resources
- CredentialsArn string
- A unique Arn for Connector-Profile resource
- ConnectionMode ConnectorProfile Connection Mode 
- Mode in which data transfer should be enabled. Private connection mode is currently enabled for Salesforce, Snowflake, Trendmicro and Singular
- ConnectorProfile stringArn 
- Unique identifier for connector profile resources
- CredentialsArn string
- A unique Arn for Connector-Profile resource
- connectionMode ConnectorProfile Connection Mode 
- Mode in which data transfer should be enabled. Private connection mode is currently enabled for Salesforce, Snowflake, Trendmicro and Singular
- connectorProfile StringArn 
- Unique identifier for connector profile resources
- credentialsArn String
- A unique Arn for Connector-Profile resource
- connectionMode ConnectorProfile Connection Mode 
- Mode in which data transfer should be enabled. Private connection mode is currently enabled for Salesforce, Snowflake, Trendmicro and Singular
- connectorProfile stringArn 
- Unique identifier for connector profile resources
- credentialsArn string
- A unique Arn for Connector-Profile resource
- connection_mode ConnectorProfile Connection Mode 
- Mode in which data transfer should be enabled. Private connection mode is currently enabled for Salesforce, Snowflake, Trendmicro and Singular
- connector_profile_ strarn 
- 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
- connectorProfile StringArn 
- 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.26.0 published on Wednesday, Mar 12, 2025 by Pulumi