AWS Native v0.64.0, Jun 2 23
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:
- Connector
Profile stringName The maximum number of items to retrieve in a single batch.
- Connector
Profile stringName The maximum number of items to retrieve in a single batch.
- connector
Profile StringName The maximum number of items to retrieve in a single batch.
- connector
Profile 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.
- connector
Profile StringName The maximum number of items to retrieve in a single batch.
getConnectorProfile Result
The following output properties are available:
- Connection
Mode 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
- Connector
Profile stringArn Unique identifier for connector profile resources
- Credentials
Arn 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 stringArn Unique identifier for connector profile resources
- Credentials
Arn 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 StringArn Unique identifier for connector profile resources
- credentials
Arn 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 stringArn Unique identifier for connector profile resources
- credentials
Arn 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
- connection
Mode "Public" | "Private" Mode in which data transfer should be enabled. Private connection mode is currently enabled for Salesforce, Snowflake, Trendmicro and Singular
- connector
Profile StringArn Unique identifier for connector profile resources
- credentials
Arn String A unique Arn for Connector-Profile resource
Supporting Types
ConnectorProfileConnectionMode
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0