aws-native logo
AWS Native v0.64.0, Jun 2 23

aws-native.appflow.getConnectorProfile

Explore with Pulumi AI

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)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: aws-native:appflow:getConnectorProfile
  arguments:
    # arguments dictionary

The following arguments are supported:

ConnectorProfileName string

The maximum number of items to retrieve in a single batch.

ConnectorProfileName string

The maximum number of items to retrieve in a single batch.

connectorProfileName String

The maximum number of items to retrieve in a single batch.

connectorProfileName string

The maximum number of items to retrieve in a single batch.

connector_profile_name str

The maximum number of items to retrieve in a single batch.

connectorProfileName 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