1. Packages
  2. AWS Native
  3. API Docs
  4. appflow
  5. getFlow

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

aws-native.appflow.getFlow

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

    Resource schema for AWS::AppFlow::Flow.

    Using getFlow

    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 getFlow(args: GetFlowArgs, opts?: InvokeOptions): Promise<GetFlowResult>
    function getFlowOutput(args: GetFlowOutputArgs, opts?: InvokeOptions): Output<GetFlowResult>
    def get_flow(flow_name: Optional[str] = None,
                 opts: Optional[InvokeOptions] = None) -> GetFlowResult
    def get_flow_output(flow_name: Optional[pulumi.Input[str]] = None,
                 opts: Optional[InvokeOptions] = None) -> Output[GetFlowResult]
    func LookupFlow(ctx *Context, args *LookupFlowArgs, opts ...InvokeOption) (*LookupFlowResult, error)
    func LookupFlowOutput(ctx *Context, args *LookupFlowOutputArgs, opts ...InvokeOption) LookupFlowResultOutput

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

    public static class GetFlow 
    {
        public static Task<GetFlowResult> InvokeAsync(GetFlowArgs args, InvokeOptions? opts = null)
        public static Output<GetFlowResult> Invoke(GetFlowInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetFlowResult> getFlow(GetFlowArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:appflow:getFlow
      arguments:
        # arguments dictionary

    The following arguments are supported:

    FlowName string
    Name of the flow.
    FlowName string
    Name of the flow.
    flowName String
    Name of the flow.
    flowName string
    Name of the flow.
    flow_name str
    Name of the flow.
    flowName String
    Name of the flow.

    getFlow Result

    The following output properties are available:

    Description string
    Description of the flow.
    DestinationFlowConfigList List<Pulumi.AwsNative.AppFlow.Outputs.FlowDestinationFlowConfig>
    List of Destination connectors of the flow.
    FlowArn string
    ARN identifier of the flow.
    FlowStatus Pulumi.AwsNative.AppFlow.FlowStatus
    Flow activation status for Scheduled- and Event-triggered flows
    MetadataCatalogConfig Pulumi.AwsNative.AppFlow.Outputs.FlowMetadataCatalogConfig
    Configurations of metadata catalog of the flow.
    SourceFlowConfig Pulumi.AwsNative.AppFlow.Outputs.FlowSourceFlowConfig
    Configurations of Source connector of the flow.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    List of Tags.
    Tasks List<Pulumi.AwsNative.AppFlow.Outputs.FlowTask>
    List of tasks for the flow.
    TriggerConfig Pulumi.AwsNative.AppFlow.Outputs.FlowTriggerConfig
    Trigger settings of the flow.
    Description string
    Description of the flow.
    DestinationFlowConfigList []FlowDestinationFlowConfig
    List of Destination connectors of the flow.
    FlowArn string
    ARN identifier of the flow.
    FlowStatus FlowStatus
    Flow activation status for Scheduled- and Event-triggered flows
    MetadataCatalogConfig FlowMetadataCatalogConfig
    Configurations of metadata catalog of the flow.
    SourceFlowConfig FlowSourceFlowConfig
    Configurations of Source connector of the flow.
    Tags Tag
    List of Tags.
    Tasks []FlowTask
    List of tasks for the flow.
    TriggerConfig FlowTriggerConfig
    Trigger settings of the flow.
    description String
    Description of the flow.
    destinationFlowConfigList List<FlowDestinationFlowConfig>
    List of Destination connectors of the flow.
    flowArn String
    ARN identifier of the flow.
    flowStatus FlowStatus
    Flow activation status for Scheduled- and Event-triggered flows
    metadataCatalogConfig FlowMetadataCatalogConfig
    Configurations of metadata catalog of the flow.
    sourceFlowConfig FlowSourceFlowConfig
    Configurations of Source connector of the flow.
    tags List<Tag>
    List of Tags.
    tasks List<FlowTask>
    List of tasks for the flow.
    triggerConfig FlowTriggerConfig
    Trigger settings of the flow.
    description string
    Description of the flow.
    destinationFlowConfigList FlowDestinationFlowConfig[]
    List of Destination connectors of the flow.
    flowArn string
    ARN identifier of the flow.
    flowStatus FlowStatus
    Flow activation status for Scheduled- and Event-triggered flows
    metadataCatalogConfig FlowMetadataCatalogConfig
    Configurations of metadata catalog of the flow.
    sourceFlowConfig FlowSourceFlowConfig
    Configurations of Source connector of the flow.
    tags Tag[]
    List of Tags.
    tasks FlowTask[]
    List of tasks for the flow.
    triggerConfig FlowTriggerConfig
    Trigger settings of the flow.
    description str
    Description of the flow.
    destination_flow_config_list Sequence[FlowDestinationFlowConfig]
    List of Destination connectors of the flow.
    flow_arn str
    ARN identifier of the flow.
    flow_status FlowStatus
    Flow activation status for Scheduled- and Event-triggered flows
    metadata_catalog_config FlowMetadataCatalogConfig
    Configurations of metadata catalog of the flow.
    source_flow_config FlowSourceFlowConfig
    Configurations of Source connector of the flow.
    tags Sequence[_root_Tag]
    List of Tags.
    tasks Sequence[FlowTask]
    List of tasks for the flow.
    trigger_config FlowTriggerConfig
    Trigger settings of the flow.
    description String
    Description of the flow.
    destinationFlowConfigList List<Property Map>
    List of Destination connectors of the flow.
    flowArn String
    ARN identifier of the flow.
    flowStatus "Active" | "Suspended" | "Draft"
    Flow activation status for Scheduled- and Event-triggered flows
    metadataCatalogConfig Property Map
    Configurations of metadata catalog of the flow.
    sourceFlowConfig Property Map
    Configurations of Source connector of the flow.
    tags List<Property Map>
    List of Tags.
    tasks List<Property Map>
    List of tasks for the flow.
    triggerConfig Property Map
    Trigger settings of the flow.

    Supporting Types

    FlowAggregationConfig

    FlowAggregationType

    FlowAmplitudeConnectorOperator

    FlowAmplitudeSourceProperties

    Object string
    Object string
    object String
    object string
    object str
    object String

    FlowConnectorOperator

    Amplitude Pulumi.AwsNative.AppFlow.FlowAmplitudeConnectorOperator
    CustomConnector Pulumi.AwsNative.AppFlow.FlowOperator
    Datadog Pulumi.AwsNative.AppFlow.FlowDatadogConnectorOperator
    Dynatrace Pulumi.AwsNative.AppFlow.FlowDynatraceConnectorOperator
    GoogleAnalytics Pulumi.AwsNative.AppFlow.FlowGoogleAnalyticsConnectorOperator
    InforNexus Pulumi.AwsNative.AppFlow.FlowInforNexusConnectorOperator
    Marketo Pulumi.AwsNative.AppFlow.FlowMarketoConnectorOperator
    Pardot Pulumi.AwsNative.AppFlow.FlowPardotConnectorOperator
    S3 Pulumi.AwsNative.AppFlow.FlowS3ConnectorOperator
    Salesforce Pulumi.AwsNative.AppFlow.FlowSalesforceConnectorOperator
    SapoData Pulumi.AwsNative.AppFlow.FlowSapoDataConnectorOperator
    ServiceNow Pulumi.AwsNative.AppFlow.FlowServiceNowConnectorOperator
    Singular Pulumi.AwsNative.AppFlow.FlowSingularConnectorOperator
    Slack Pulumi.AwsNative.AppFlow.FlowSlackConnectorOperator
    Trendmicro Pulumi.AwsNative.AppFlow.FlowTrendmicroConnectorOperator
    Veeva Pulumi.AwsNative.AppFlow.FlowVeevaConnectorOperator
    Zendesk Pulumi.AwsNative.AppFlow.FlowZendeskConnectorOperator
    amplitude "BETWEEN"
    customConnector "PROJECTION" | "LESS_THAN" | "GREATER_THAN" | "CONTAINS" | "BETWEEN" | "LESS_THAN_OR_EQUAL_TO" | "GREATER_THAN_OR_EQUAL_TO" | "EQUAL_TO" | "NOT_EQUAL_TO" | "ADDITION" | "MULTIPLICATION" | "DIVISION" | "SUBTRACTION" | "MASK_ALL" | "MASK_FIRST_N" | "MASK_LAST_N" | "VALIDATE_NON_NULL" | "VALIDATE_NON_ZERO" | "VALIDATE_NON_NEGATIVE" | "VALIDATE_NUMERIC" | "NO_OP"
    datadog "PROJECTION" | "BETWEEN" | "EQUAL_TO" | "ADDITION" | "MULTIPLICATION" | "DIVISION" | "SUBTRACTION" | "MASK_ALL" | "MASK_FIRST_N" | "MASK_LAST_N" | "VALIDATE_NON_NULL" | "VALIDATE_NON_ZERO" | "VALIDATE_NON_NEGATIVE" | "VALIDATE_NUMERIC" | "NO_OP"
    dynatrace "PROJECTION" | "BETWEEN" | "EQUAL_TO" | "ADDITION" | "MULTIPLICATION" | "DIVISION" | "SUBTRACTION" | "MASK_ALL" | "MASK_FIRST_N" | "MASK_LAST_N" | "VALIDATE_NON_NULL" | "VALIDATE_NON_ZERO" | "VALIDATE_NON_NEGATIVE" | "VALIDATE_NUMERIC" | "NO_OP"
    googleAnalytics "PROJECTION" | "BETWEEN"
    inforNexus "PROJECTION" | "BETWEEN" | "EQUAL_TO" | "ADDITION" | "MULTIPLICATION" | "DIVISION" | "SUBTRACTION" | "MASK_ALL" | "MASK_FIRST_N" | "MASK_LAST_N" | "VALIDATE_NON_NULL" | "VALIDATE_NON_ZERO" | "VALIDATE_NON_NEGATIVE" | "VALIDATE_NUMERIC" | "NO_OP"
    marketo "PROJECTION" | "LESS_THAN" | "GREATER_THAN" | "BETWEEN" | "ADDITION" | "MULTIPLICATION" | "DIVISION" | "SUBTRACTION" | "MASK_ALL" | "MASK_FIRST_N" | "MASK_LAST_N" | "VALIDATE_NON_NULL" | "VALIDATE_NON_ZERO" | "VALIDATE_NON_NEGATIVE" | "VALIDATE_NUMERIC" | "NO_OP"
    pardot "PROJECTION" | "EQUAL_TO" | "NO_OP" | "ADDITION" | "MULTIPLICATION" | "DIVISION" | "SUBTRACTION" | "MASK_ALL" | "MASK_FIRST_N" | "MASK_LAST_N" | "VALIDATE_NON_NULL" | "VALIDATE_NON_ZERO" | "VALIDATE_NON_NEGATIVE" | "VALIDATE_NUMERIC"
    s3 "PROJECTION" | "LESS_THAN" | "GREATER_THAN" | "BETWEEN" | "LESS_THAN_OR_EQUAL_TO" | "GREATER_THAN_OR_EQUAL_TO" | "EQUAL_TO" | "NOT_EQUAL_TO" | "ADDITION" | "MULTIPLICATION" | "DIVISION" | "SUBTRACTION" | "MASK_ALL" | "MASK_FIRST_N" | "MASK_LAST_N" | "VALIDATE_NON_NULL" | "VALIDATE_NON_ZERO" | "VALIDATE_NON_NEGATIVE" | "VALIDATE_NUMERIC" | "NO_OP"
    salesforce "PROJECTION" | "LESS_THAN" | "CONTAINS" | "GREATER_THAN" | "BETWEEN" | "LESS_THAN_OR_EQUAL_TO" | "GREATER_THAN_OR_EQUAL_TO" | "EQUAL_TO" | "NOT_EQUAL_TO" | "ADDITION" | "MULTIPLICATION" | "DIVISION" | "SUBTRACTION" | "MASK_ALL" | "MASK_FIRST_N" | "MASK_LAST_N" | "VALIDATE_NON_NULL" | "VALIDATE_NON_ZERO" | "VALIDATE_NON_NEGATIVE" | "VALIDATE_NUMERIC" | "NO_OP"
    sapoData "PROJECTION" | "LESS_THAN" | "CONTAINS" | "GREATER_THAN" | "BETWEEN" | "LESS_THAN_OR_EQUAL_TO" | "GREATER_THAN_OR_EQUAL_TO" | "EQUAL_TO" | "NOT_EQUAL_TO" | "ADDITION" | "MULTIPLICATION" | "DIVISION" | "SUBTRACTION" | "MASK_ALL" | "MASK_FIRST_N" | "MASK_LAST_N" | "VALIDATE_NON_NULL" | "VALIDATE_NON_ZERO" | "VALIDATE_NON_NEGATIVE" | "VALIDATE_NUMERIC" | "NO_OP"
    serviceNow "PROJECTION" | "LESS_THAN" | "CONTAINS" | "GREATER_THAN" | "BETWEEN" | "LESS_THAN_OR_EQUAL_TO" | "GREATER_THAN_OR_EQUAL_TO" | "EQUAL_TO" | "NOT_EQUAL_TO" | "ADDITION" | "MULTIPLICATION" | "DIVISION" | "SUBTRACTION" | "MASK_ALL" | "MASK_FIRST_N" | "MASK_LAST_N" | "VALIDATE_NON_NULL" | "VALIDATE_NON_ZERO" | "VALIDATE_NON_NEGATIVE" | "VALIDATE_NUMERIC" | "NO_OP"
    singular "PROJECTION" | "EQUAL_TO" | "ADDITION" | "MULTIPLICATION" | "DIVISION" | "SUBTRACTION" | "MASK_ALL" | "MASK_FIRST_N" | "MASK_LAST_N" | "VALIDATE_NON_NULL" | "VALIDATE_NON_ZERO" | "VALIDATE_NON_NEGATIVE" | "VALIDATE_NUMERIC" | "NO_OP"
    slack "PROJECTION" | "BETWEEN" | "EQUAL_TO" | "ADDITION" | "MULTIPLICATION" | "DIVISION" | "SUBTRACTION" | "MASK_ALL" | "MASK_FIRST_N" | "MASK_LAST_N" | "VALIDATE_NON_NULL" | "VALIDATE_NON_ZERO" | "VALIDATE_NON_NEGATIVE" | "VALIDATE_NUMERIC" | "NO_OP"
    trendmicro "PROJECTION" | "EQUAL_TO" | "ADDITION" | "MULTIPLICATION" | "DIVISION" | "SUBTRACTION" | "MASK_ALL" | "MASK_FIRST_N" | "MASK_LAST_N" | "VALIDATE_NON_NULL" | "VALIDATE_NON_ZERO" | "VALIDATE_NON_NEGATIVE" | "VALIDATE_NUMERIC" | "NO_OP"
    veeva "PROJECTION" | "LESS_THAN" | "GREATER_THAN" | "BETWEEN" | "LESS_THAN_OR_EQUAL_TO" | "GREATER_THAN_OR_EQUAL_TO" | "EQUAL_TO" | "NOT_EQUAL_TO" | "ADDITION" | "MULTIPLICATION" | "DIVISION" | "SUBTRACTION" | "MASK_ALL" | "MASK_FIRST_N" | "MASK_LAST_N" | "VALIDATE_NON_NULL" | "VALIDATE_NON_ZERO" | "VALIDATE_NON_NEGATIVE" | "VALIDATE_NUMERIC" | "NO_OP"
    zendesk "PROJECTION" | "GREATER_THAN" | "ADDITION" | "MULTIPLICATION" | "DIVISION" | "SUBTRACTION" | "MASK_ALL" | "MASK_FIRST_N" | "MASK_LAST_N" | "VALIDATE_NON_NULL" | "VALIDATE_NON_ZERO" | "VALIDATE_NON_NEGATIVE" | "VALIDATE_NUMERIC" | "NO_OP"

    FlowConnectorType

    FlowCustomConnectorDestinationProperties

    EntityName string
    CustomProperties map[string]string
    ErrorHandlingConfig FlowErrorHandlingConfig
    IdFieldNames []string
    List of fields used as ID when performing a write operation.
    WriteOperationType FlowWriteOperationType
    entityName String
    customProperties Map<String,String>
    errorHandlingConfig FlowErrorHandlingConfig
    idFieldNames List<String>
    List of fields used as ID when performing a write operation.
    writeOperationType FlowWriteOperationType
    entityName string
    customProperties {[key: string]: string}
    errorHandlingConfig FlowErrorHandlingConfig
    idFieldNames string[]
    List of fields used as ID when performing a write operation.
    writeOperationType FlowWriteOperationType
    entity_name str
    custom_properties Mapping[str, str]
    error_handling_config FlowErrorHandlingConfig
    id_field_names Sequence[str]
    List of fields used as ID when performing a write operation.
    write_operation_type FlowWriteOperationType
    entityName String
    customProperties Map<String>
    errorHandlingConfig Property Map
    idFieldNames List<String>
    List of fields used as ID when performing a write operation.
    writeOperationType "INSERT" | "UPSERT" | "UPDATE" | "DELETE"

    FlowCustomConnectorSourceProperties

    FlowCustomConnectorSourcePropertiesDataTransferApiProperties

    FlowCustomConnectorSourcePropertiesDataTransferApiPropertiesType

    FlowDataTransferApi

    FlowDatadogConnectorOperator

    FlowDatadogSourceProperties

    Object string
    Object string
    object String
    object string
    object str
    object String

    FlowDestinationConnectorProperties

    CustomConnector Pulumi.AwsNative.AppFlow.Inputs.FlowCustomConnectorDestinationProperties
    EventBridge Pulumi.AwsNative.AppFlow.Inputs.FlowEventBridgeDestinationProperties
    LookoutMetrics Pulumi.AwsNative.AppFlow.Inputs.FlowLookoutMetricsDestinationProperties
    Marketo Pulumi.AwsNative.AppFlow.Inputs.FlowMarketoDestinationProperties
    Redshift Pulumi.AwsNative.AppFlow.Inputs.FlowRedshiftDestinationProperties
    S3 Pulumi.AwsNative.AppFlow.Inputs.FlowS3DestinationProperties
    Salesforce Pulumi.AwsNative.AppFlow.Inputs.FlowSalesforceDestinationProperties
    SapoData Pulumi.AwsNative.AppFlow.Inputs.FlowSapoDataDestinationProperties
    Snowflake Pulumi.AwsNative.AppFlow.Inputs.FlowSnowflakeDestinationProperties
    Upsolver Pulumi.AwsNative.AppFlow.Inputs.FlowUpsolverDestinationProperties
    Zendesk Pulumi.AwsNative.AppFlow.Inputs.FlowZendeskDestinationProperties

    FlowDestinationFlowConfig

    ConnectorType Pulumi.AwsNative.AppFlow.FlowConnectorType
    Destination connector type
    DestinationConnectorProperties Pulumi.AwsNative.AppFlow.Inputs.FlowDestinationConnectorProperties
    Destination connector details
    ApiVersion string
    The API version that the destination connector uses.
    ConnectorProfileName string
    Name of destination connector profile
    ConnectorType FlowConnectorType
    Destination connector type
    DestinationConnectorProperties FlowDestinationConnectorProperties
    Destination connector details
    ApiVersion string
    The API version that the destination connector uses.
    ConnectorProfileName string
    Name of destination connector profile
    connectorType FlowConnectorType
    Destination connector type
    destinationConnectorProperties FlowDestinationConnectorProperties
    Destination connector details
    apiVersion String
    The API version that the destination connector uses.
    connectorProfileName String
    Name of destination connector profile
    connectorType FlowConnectorType
    Destination connector type
    destinationConnectorProperties FlowDestinationConnectorProperties
    Destination connector details
    apiVersion string
    The API version that the destination connector uses.
    connectorProfileName string
    Name of destination connector profile
    connector_type FlowConnectorType
    Destination connector type
    destination_connector_properties FlowDestinationConnectorProperties
    Destination connector details
    api_version str
    The API version that the destination connector uses.
    connector_profile_name str
    Name of destination connector profile

    FlowDynatraceConnectorOperator

    FlowDynatraceSourceProperties

    Object string
    Object string
    object String
    object string
    object str
    object String

    FlowErrorHandlingConfig

    FlowEventBridgeDestinationProperties

    FlowFileType

    FlowGlueDataCatalog

    DatabaseName string
    A string containing the value for the tag
    RoleArn string
    A string containing the value for the tag
    TablePrefix string
    A string containing the value for the tag
    DatabaseName string
    A string containing the value for the tag
    RoleArn string
    A string containing the value for the tag
    TablePrefix string
    A string containing the value for the tag
    databaseName String
    A string containing the value for the tag
    roleArn String
    A string containing the value for the tag
    tablePrefix String
    A string containing the value for the tag
    databaseName string
    A string containing the value for the tag
    roleArn string
    A string containing the value for the tag
    tablePrefix string
    A string containing the value for the tag
    database_name str
    A string containing the value for the tag
    role_arn str
    A string containing the value for the tag
    table_prefix str
    A string containing the value for the tag
    databaseName String
    A string containing the value for the tag
    roleArn String
    A string containing the value for the tag
    tablePrefix String
    A string containing the value for the tag

    FlowGoogleAnalyticsConnectorOperator

    FlowGoogleAnalyticsSourceProperties

    Object string
    Object string
    object String
    object string
    object str
    object String

    FlowIncrementalPullConfig

    FlowInforNexusConnectorOperator

    FlowInforNexusSourceProperties

    Object string
    Object string
    object String
    object string
    object str
    object String

    FlowLookoutMetricsDestinationProperties

    Object string
    Object string
    object String
    object string
    object str
    object String

    FlowMarketoConnectorOperator

    FlowMarketoDestinationProperties

    FlowMarketoSourceProperties

    Object string
    Object string
    object String
    object string
    object str
    object String

    FlowMetadataCatalogConfig

    GlueDataCatalog Pulumi.AwsNative.AppFlow.Inputs.FlowGlueDataCatalog
    Configurations of glue data catalog of the flow.
    GlueDataCatalog FlowGlueDataCatalog
    Configurations of glue data catalog of the flow.
    glueDataCatalog FlowGlueDataCatalog
    Configurations of glue data catalog of the flow.
    glueDataCatalog FlowGlueDataCatalog
    Configurations of glue data catalog of the flow.
    glue_data_catalog FlowGlueDataCatalog
    Configurations of glue data catalog of the flow.
    glueDataCatalog Property Map
    Configurations of glue data catalog of the flow.

    FlowOperator

    FlowOperatorPropertiesKeys

    FlowPardotConnectorOperator

    FlowPardotSourceProperties

    Object string
    Object string
    object String
    object string
    object str
    object String

    FlowPathPrefix

    FlowPrefixConfig

    FlowPrefixFormat

    FlowPrefixType

    FlowRedshiftDestinationProperties

    FlowS3ConnectorOperator

    FlowS3DestinationProperties

    FlowS3InputFormatConfig

    FlowS3InputFormatConfigS3InputFileType

    FlowS3OutputFormatConfig

    FlowS3SourceProperties

    FlowSalesforceConnectorOperator

    FlowSalesforceDestinationProperties

    FlowSalesforceSourceProperties

    FlowSapoDataConnectorOperator

    FlowSapoDataDestinationProperties

    FlowSapoDataPaginationConfig

    maxPageSize Integer

    FlowSapoDataParallelismConfig

    FlowSapoDataSourceProperties

    FlowScheduledTriggerProperties

    FlowScheduledTriggerPropertiesDataPullMode

    FlowServiceNowConnectorOperator

    FlowServiceNowSourceProperties

    Object string
    Object string
    object String
    object string
    object str
    object String

    FlowSingularConnectorOperator

    FlowSingularSourceProperties

    Object string
    Object string
    object String
    object string
    object str
    object String

    FlowSlackConnectorOperator

    FlowSlackSourceProperties

    Object string
    Object string
    object String
    object string
    object str
    object String

    FlowSnowflakeDestinationProperties

    FlowSourceConnectorProperties

    Amplitude Pulumi.AwsNative.AppFlow.Inputs.FlowAmplitudeSourceProperties
    CustomConnector Pulumi.AwsNative.AppFlow.Inputs.FlowCustomConnectorSourceProperties
    Datadog Pulumi.AwsNative.AppFlow.Inputs.FlowDatadogSourceProperties
    Dynatrace Pulumi.AwsNative.AppFlow.Inputs.FlowDynatraceSourceProperties
    GoogleAnalytics Pulumi.AwsNative.AppFlow.Inputs.FlowGoogleAnalyticsSourceProperties
    InforNexus Pulumi.AwsNative.AppFlow.Inputs.FlowInforNexusSourceProperties
    Marketo Pulumi.AwsNative.AppFlow.Inputs.FlowMarketoSourceProperties
    Pardot Pulumi.AwsNative.AppFlow.Inputs.FlowPardotSourceProperties
    S3 Pulumi.AwsNative.AppFlow.Inputs.FlowS3SourceProperties
    Salesforce Pulumi.AwsNative.AppFlow.Inputs.FlowSalesforceSourceProperties
    SapoData Pulumi.AwsNative.AppFlow.Inputs.FlowSapoDataSourceProperties
    ServiceNow Pulumi.AwsNative.AppFlow.Inputs.FlowServiceNowSourceProperties
    Singular Pulumi.AwsNative.AppFlow.Inputs.FlowSingularSourceProperties
    Slack Pulumi.AwsNative.AppFlow.Inputs.FlowSlackSourceProperties
    Trendmicro Pulumi.AwsNative.AppFlow.Inputs.FlowTrendmicroSourceProperties
    Veeva Pulumi.AwsNative.AppFlow.Inputs.FlowVeevaSourceProperties
    Zendesk Pulumi.AwsNative.AppFlow.Inputs.FlowZendeskSourceProperties

    FlowSourceFlowConfig

    ConnectorType Pulumi.AwsNative.AppFlow.FlowConnectorType
    Type of source connector
    SourceConnectorProperties Pulumi.AwsNative.AppFlow.Inputs.FlowSourceConnectorProperties
    Source connector details required to query a connector
    ApiVersion string
    The API version that the destination connector uses.
    ConnectorProfileName string
    Name of source connector profile
    IncrementalPullConfig Pulumi.AwsNative.AppFlow.Inputs.FlowIncrementalPullConfig
    Configuration for scheduled incremental data pull
    ConnectorType FlowConnectorType
    Type of source connector
    SourceConnectorProperties FlowSourceConnectorProperties
    Source connector details required to query a connector
    ApiVersion string
    The API version that the destination connector uses.
    ConnectorProfileName string
    Name of source connector profile
    IncrementalPullConfig FlowIncrementalPullConfig
    Configuration for scheduled incremental data pull
    connectorType FlowConnectorType
    Type of source connector
    sourceConnectorProperties FlowSourceConnectorProperties
    Source connector details required to query a connector
    apiVersion String
    The API version that the destination connector uses.
    connectorProfileName String
    Name of source connector profile
    incrementalPullConfig FlowIncrementalPullConfig
    Configuration for scheduled incremental data pull
    connectorType FlowConnectorType
    Type of source connector
    sourceConnectorProperties FlowSourceConnectorProperties
    Source connector details required to query a connector
    apiVersion string
    The API version that the destination connector uses.
    connectorProfileName string
    Name of source connector profile
    incrementalPullConfig FlowIncrementalPullConfig
    Configuration for scheduled incremental data pull
    connector_type FlowConnectorType
    Type of source connector
    source_connector_properties FlowSourceConnectorProperties
    Source connector details required to query a connector
    api_version str
    The API version that the destination connector uses.
    connector_profile_name str
    Name of source connector profile
    incremental_pull_config FlowIncrementalPullConfig
    Configuration for scheduled incremental data pull

    FlowStatus

    FlowSuccessResponseHandlingConfig

    FlowTask

    SourceFields List<string>
    Source fields on which particular task will be applied
    TaskType Pulumi.AwsNative.AppFlow.FlowTaskType
    Type of task
    ConnectorOperator Pulumi.AwsNative.AppFlow.Inputs.FlowConnectorOperator
    Operation to be performed on provided source fields
    DestinationField string
    A field value on which source field should be validated
    TaskProperties List<Pulumi.AwsNative.AppFlow.Inputs.FlowTaskPropertiesObject>
    A Map used to store task related info
    SourceFields []string
    Source fields on which particular task will be applied
    TaskType FlowTaskType
    Type of task
    ConnectorOperator FlowConnectorOperator
    Operation to be performed on provided source fields
    DestinationField string
    A field value on which source field should be validated
    TaskProperties []FlowTaskPropertiesObject
    A Map used to store task related info
    sourceFields List<String>
    Source fields on which particular task will be applied
    taskType FlowTaskType
    Type of task
    connectorOperator FlowConnectorOperator
    Operation to be performed on provided source fields
    destinationField String
    A field value on which source field should be validated
    taskProperties List<FlowTaskPropertiesObject>
    A Map used to store task related info
    sourceFields string[]
    Source fields on which particular task will be applied
    taskType FlowTaskType
    Type of task
    connectorOperator FlowConnectorOperator
    Operation to be performed on provided source fields
    destinationField string
    A field value on which source field should be validated
    taskProperties FlowTaskPropertiesObject[]
    A Map used to store task related info
    source_fields Sequence[str]
    Source fields on which particular task will be applied
    task_type FlowTaskType
    Type of task
    connector_operator FlowConnectorOperator
    Operation to be performed on provided source fields
    destination_field str
    A field value on which source field should be validated
    task_properties Sequence[FlowTaskPropertiesObject]
    A Map used to store task related info
    sourceFields List<String>
    Source fields on which particular task will be applied
    taskType "Arithmetic" | "Filter" | "Map" | "Map_all" | "Mask" | "Merge" | "Passthrough" | "Truncate" | "Validate" | "Partition"
    Type of task
    connectorOperator Property Map
    Operation to be performed on provided source fields
    destinationField String
    A field value on which source field should be validated
    taskProperties List<Property Map>
    A Map used to store task related info

    FlowTaskPropertiesObject

    FlowTaskType

    FlowTrendmicroConnectorOperator

    FlowTrendmicroSourceProperties

    Object string
    Object string
    object String
    object string
    object str
    object String

    FlowTriggerConfig

    TriggerType FlowTriggerType
    Trigger type of the flow
    TriggerProperties FlowScheduledTriggerProperties
    Details required based on the type of trigger
    triggerType FlowTriggerType
    Trigger type of the flow
    triggerProperties FlowScheduledTriggerProperties
    Details required based on the type of trigger
    triggerType FlowTriggerType
    Trigger type of the flow
    triggerProperties FlowScheduledTriggerProperties
    Details required based on the type of trigger
    trigger_type FlowTriggerType
    Trigger type of the flow
    trigger_properties FlowScheduledTriggerProperties
    Details required based on the type of trigger
    triggerType "Scheduled" | "Event" | "OnDemand"
    Trigger type of the flow
    triggerProperties Property Map
    Details required based on the type of trigger

    FlowTriggerType

    FlowUpsolverDestinationProperties

    FlowUpsolverS3OutputFormatConfig

    FlowVeevaConnectorOperator

    FlowVeevaSourceProperties

    FlowWriteOperationType

    FlowZendeskConnectorOperator

    FlowZendeskDestinationProperties

    Object string
    ErrorHandlingConfig FlowErrorHandlingConfig
    IdFieldNames []string
    List of fields used as ID when performing a write operation.
    WriteOperationType FlowWriteOperationType
    object String
    errorHandlingConfig FlowErrorHandlingConfig
    idFieldNames List<String>
    List of fields used as ID when performing a write operation.
    writeOperationType FlowWriteOperationType
    object string
    errorHandlingConfig FlowErrorHandlingConfig
    idFieldNames string[]
    List of fields used as ID when performing a write operation.
    writeOperationType FlowWriteOperationType
    object str
    error_handling_config FlowErrorHandlingConfig
    id_field_names Sequence[str]
    List of fields used as ID when performing a write operation.
    write_operation_type FlowWriteOperationType
    object String
    errorHandlingConfig Property Map
    idFieldNames List<String>
    List of fields used as ID when performing a write operation.
    writeOperationType "INSERT" | "UPSERT" | "UPDATE" | "DELETE"

    FlowZendeskSourceProperties

    Object string
    Object string
    object String
    object string
    object str
    object String

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi