1. Packages
  2. Airbyte Provider
  3. API Docs
  4. SourceAmazonSellerPartner
airbyte 0.8.0-beta2 published on Thursday, Mar 27, 2025 by airbytehq

airbyte.SourceAmazonSellerPartner

Explore with Pulumi AI

SourceAmazonSellerPartner Resource

Example Usage

Coming soon!
Coming soon!
Coming soon!
Coming soon!
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.airbyte.SourceAmazonSellerPartner;
import com.pulumi.airbyte.SourceAmazonSellerPartnerArgs;
import com.pulumi.airbyte.inputs.SourceAmazonSellerPartnerConfigurationArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;

public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }

    public static void stack(Context ctx) {
        var mySourceAmazonsellerpartner = new SourceAmazonSellerPartner("mySourceAmazonsellerpartner", SourceAmazonSellerPartnerArgs.builder()
            .configuration(SourceAmazonSellerPartnerConfigurationArgs.builder()
                .account_type("Vendor")
                .app_id("...my_app_id...")
                .aws_environment("PRODUCTION")
                .lwa_app_id("...my_lwa_app_id...")
                .lwa_client_secret("...my_lwa_client_secret...")
                .period_in_days(10)
                .refresh_token("...my_refresh_token...")
                .region("TR")
                .replication_end_date("2017-01-25T00:00:00Z")
                .replication_start_date("2017-01-25T00:00:00Z")
                .report_options_list(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
                .wait_to_avoid_fatal_errors(false)
                .build())
            .definitionId("d8c1cdd2-677c-4769-a67f-0d49c962b2c7")
            .secretId("...my_secret_id...")
            .workspaceId("7495ec12-91c5-4b14-ab51-6fd77e9fda23")
            .build());

    }
}
Copy
resources:
  mySourceAmazonsellerpartner:
    type: airbyte:SourceAmazonSellerPartner
    properties:
      configuration:
        account_type: Vendor
        app_id: '...my_app_id...'
        aws_environment: PRODUCTION
        lwa_app_id: '...my_lwa_app_id...'
        lwa_client_secret: '...my_lwa_client_secret...'
        period_in_days: 10
        refresh_token: '...my_refresh_token...'
        region: TR
        replication_end_date: 2017-01-25T00:00:00Z
        replication_start_date: 2017-01-25T00:00:00Z
        report_options_list:
          - optionsList:
              - optionName: '...my_option_name...'
                optionValue: '...my_option_value...'
            reportName: GET_FLAT_FILE_ALL_ORDERS_DATA_BY_LAST_UPDATE_GENERAL
            streamName: '...my_stream_name...'
        wait_to_avoid_fatal_errors: false
      definitionId: d8c1cdd2-677c-4769-a67f-0d49c962b2c7
      secretId: '...my_secret_id...'
      workspaceId: 7495ec12-91c5-4b14-ab51-6fd77e9fda23
Copy

Create SourceAmazonSellerPartner Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new SourceAmazonSellerPartner(name: string, args: SourceAmazonSellerPartnerArgs, opts?: CustomResourceOptions);
@overload
def SourceAmazonSellerPartner(resource_name: str,
                              args: SourceAmazonSellerPartnerArgs,
                              opts: Optional[ResourceOptions] = None)

@overload
def SourceAmazonSellerPartner(resource_name: str,
                              opts: Optional[ResourceOptions] = None,
                              configuration: Optional[SourceAmazonSellerPartnerConfigurationArgs] = None,
                              workspace_id: Optional[str] = None,
                              definition_id: Optional[str] = None,
                              name: Optional[str] = None,
                              secret_id: Optional[str] = None)
func NewSourceAmazonSellerPartner(ctx *Context, name string, args SourceAmazonSellerPartnerArgs, opts ...ResourceOption) (*SourceAmazonSellerPartner, error)
public SourceAmazonSellerPartner(string name, SourceAmazonSellerPartnerArgs args, CustomResourceOptions? opts = null)
public SourceAmazonSellerPartner(String name, SourceAmazonSellerPartnerArgs args)
public SourceAmazonSellerPartner(String name, SourceAmazonSellerPartnerArgs args, CustomResourceOptions options)
type: airbyte:SourceAmazonSellerPartner
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. SourceAmazonSellerPartnerArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. SourceAmazonSellerPartnerArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. SourceAmazonSellerPartnerArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. SourceAmazonSellerPartnerArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. SourceAmazonSellerPartnerArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

Constructor example

The following reference example uses placeholder values for all input properties.

var sourceAmazonSellerPartnerResource = new Airbyte.SourceAmazonSellerPartner("sourceAmazonSellerPartnerResource", new()
{
    Configuration = new Airbyte.Inputs.SourceAmazonSellerPartnerConfigurationArgs
    {
        LwaAppId = "string",
        LwaClientSecret = "string",
        RefreshToken = "string",
        AccountType = "string",
        AppId = "string",
        AwsEnvironment = "string",
        PeriodInDays = 0,
        Region = "string",
        ReplicationEndDate = "string",
        ReplicationStartDate = "string",
        ReportOptionsLists = new[]
        {
            new Airbyte.Inputs.SourceAmazonSellerPartnerConfigurationReportOptionsListArgs
            {
                OptionsLists = new[]
                {
                    new Airbyte.Inputs.SourceAmazonSellerPartnerConfigurationReportOptionsListOptionsListArgs
                    {
                        OptionName = "string",
                        OptionValue = "string",
                    },
                },
                ReportName = "string",
                StreamName = "string",
            },
        },
        WaitToAvoidFatalErrors = false,
    },
    WorkspaceId = "string",
    DefinitionId = "string",
    Name = "string",
    SecretId = "string",
});
Copy
example, err := airbyte.NewSourceAmazonSellerPartner(ctx, "sourceAmazonSellerPartnerResource", &airbyte.SourceAmazonSellerPartnerArgs{
Configuration: &.SourceAmazonSellerPartnerConfigurationArgs{
LwaAppId: pulumi.String("string"),
LwaClientSecret: pulumi.String("string"),
RefreshToken: pulumi.String("string"),
AccountType: pulumi.String("string"),
AppId: pulumi.String("string"),
AwsEnvironment: pulumi.String("string"),
PeriodInDays: pulumi.Float64(0),
Region: pulumi.String("string"),
ReplicationEndDate: pulumi.String("string"),
ReplicationStartDate: pulumi.String("string"),
ReportOptionsLists: .SourceAmazonSellerPartnerConfigurationReportOptionsListArray{
&.SourceAmazonSellerPartnerConfigurationReportOptionsListArgs{
OptionsLists: .SourceAmazonSellerPartnerConfigurationReportOptionsListOptionsListArray{
&.SourceAmazonSellerPartnerConfigurationReportOptionsListOptionsListArgs{
OptionName: pulumi.String("string"),
OptionValue: pulumi.String("string"),
},
},
ReportName: pulumi.String("string"),
StreamName: pulumi.String("string"),
},
},
WaitToAvoidFatalErrors: pulumi.Bool(false),
},
WorkspaceId: pulumi.String("string"),
DefinitionId: pulumi.String("string"),
Name: pulumi.String("string"),
SecretId: pulumi.String("string"),
})
Copy
var sourceAmazonSellerPartnerResource = new SourceAmazonSellerPartner("sourceAmazonSellerPartnerResource", SourceAmazonSellerPartnerArgs.builder()
    .configuration(SourceAmazonSellerPartnerConfigurationArgs.builder()
        .lwaAppId("string")
        .lwaClientSecret("string")
        .refreshToken("string")
        .accountType("string")
        .appId("string")
        .awsEnvironment("string")
        .periodInDays(0)
        .region("string")
        .replicationEndDate("string")
        .replicationStartDate("string")
        .reportOptionsLists(SourceAmazonSellerPartnerConfigurationReportOptionsListArgs.builder()
            .optionsLists(SourceAmazonSellerPartnerConfigurationReportOptionsListOptionsListArgs.builder()
                .optionName("string")
                .optionValue("string")
                .build())
            .reportName("string")
            .streamName("string")
            .build())
        .waitToAvoidFatalErrors(false)
        .build())
    .workspaceId("string")
    .definitionId("string")
    .name("string")
    .secretId("string")
    .build());
Copy
source_amazon_seller_partner_resource = airbyte.SourceAmazonSellerPartner("sourceAmazonSellerPartnerResource",
    configuration={
        "lwa_app_id": "string",
        "lwa_client_secret": "string",
        "refresh_token": "string",
        "account_type": "string",
        "app_id": "string",
        "aws_environment": "string",
        "period_in_days": 0,
        "region": "string",
        "replication_end_date": "string",
        "replication_start_date": "string",
        "report_options_lists": [{
            "options_lists": [{
                "option_name": "string",
                "option_value": "string",
            }],
            "report_name": "string",
            "stream_name": "string",
        }],
        "wait_to_avoid_fatal_errors": False,
    },
    workspace_id="string",
    definition_id="string",
    name="string",
    secret_id="string")
Copy
const sourceAmazonSellerPartnerResource = new airbyte.SourceAmazonSellerPartner("sourceAmazonSellerPartnerResource", {
    configuration: {
        lwaAppId: "string",
        lwaClientSecret: "string",
        refreshToken: "string",
        accountType: "string",
        appId: "string",
        awsEnvironment: "string",
        periodInDays: 0,
        region: "string",
        replicationEndDate: "string",
        replicationStartDate: "string",
        reportOptionsLists: [{
            optionsLists: [{
                optionName: "string",
                optionValue: "string",
            }],
            reportName: "string",
            streamName: "string",
        }],
        waitToAvoidFatalErrors: false,
    },
    workspaceId: "string",
    definitionId: "string",
    name: "string",
    secretId: "string",
});
Copy
type: airbyte:SourceAmazonSellerPartner
properties:
    configuration:
        accountType: string
        appId: string
        awsEnvironment: string
        lwaAppId: string
        lwaClientSecret: string
        periodInDays: 0
        refreshToken: string
        region: string
        replicationEndDate: string
        replicationStartDate: string
        reportOptionsLists:
            - optionsLists:
                - optionName: string
                  optionValue: string
              reportName: string
              streamName: string
        waitToAvoidFatalErrors: false
    definitionId: string
    name: string
    secretId: string
    workspaceId: string
Copy

SourceAmazonSellerPartner Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The SourceAmazonSellerPartner resource accepts the following input properties:

Configuration This property is required. SourceAmazonSellerPartnerConfiguration
WorkspaceId This property is required. string
DefinitionId string
The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. Requires replacement if changed.
Name string
Name of the source e.g. dev-mysql-instance.
SecretId string
Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
Configuration This property is required. SourceAmazonSellerPartnerConfigurationArgs
WorkspaceId This property is required. string
DefinitionId string
The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. Requires replacement if changed.
Name string
Name of the source e.g. dev-mysql-instance.
SecretId string
Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
configuration This property is required. SourceAmazonSellerPartnerConfiguration
workspaceId This property is required. String
definitionId String
The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. Requires replacement if changed.
name String
Name of the source e.g. dev-mysql-instance.
secretId String
Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
configuration This property is required. SourceAmazonSellerPartnerConfiguration
workspaceId This property is required. string
definitionId string
The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. Requires replacement if changed.
name string
Name of the source e.g. dev-mysql-instance.
secretId string
Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
configuration This property is required. SourceAmazonSellerPartnerConfigurationArgs
workspace_id This property is required. str
definition_id str
The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. Requires replacement if changed.
name str
Name of the source e.g. dev-mysql-instance.
secret_id str
Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
configuration This property is required. Property Map
workspaceId This property is required. String
definitionId String
The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. Requires replacement if changed.
name String
Name of the source e.g. dev-mysql-instance.
secretId String
Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.

Outputs

All input properties are implicitly available as output properties. Additionally, the SourceAmazonSellerPartner resource produces the following output properties:

CreatedAt double
Id string
The provider-assigned unique ID for this managed resource.
ResourceAllocation SourceAmazonSellerPartnerResourceAllocation
actor or actor definition specific resource requirements. if default is set, these are the requirements that should be set for ALL jobs run for this actor definition. it is overriden by the job type specific configurations. if not set, the platform will use defaults. these values will be overriden by configuration at the connection level.
SourceId string
SourceType string
CreatedAt float64
Id string
The provider-assigned unique ID for this managed resource.
ResourceAllocation SourceAmazonSellerPartnerResourceAllocation
actor or actor definition specific resource requirements. if default is set, these are the requirements that should be set for ALL jobs run for this actor definition. it is overriden by the job type specific configurations. if not set, the platform will use defaults. these values will be overriden by configuration at the connection level.
SourceId string
SourceType string
createdAt Double
id String
The provider-assigned unique ID for this managed resource.
resourceAllocation SourceAmazonSellerPartnerResourceAllocation
actor or actor definition specific resource requirements. if default is set, these are the requirements that should be set for ALL jobs run for this actor definition. it is overriden by the job type specific configurations. if not set, the platform will use defaults. these values will be overriden by configuration at the connection level.
sourceId String
sourceType String
createdAt number
id string
The provider-assigned unique ID for this managed resource.
resourceAllocation SourceAmazonSellerPartnerResourceAllocation
actor or actor definition specific resource requirements. if default is set, these are the requirements that should be set for ALL jobs run for this actor definition. it is overriden by the job type specific configurations. if not set, the platform will use defaults. these values will be overriden by configuration at the connection level.
sourceId string
sourceType string
created_at float
id str
The provider-assigned unique ID for this managed resource.
resource_allocation SourceAmazonSellerPartnerResourceAllocation
actor or actor definition specific resource requirements. if default is set, these are the requirements that should be set for ALL jobs run for this actor definition. it is overriden by the job type specific configurations. if not set, the platform will use defaults. these values will be overriden by configuration at the connection level.
source_id str
source_type str
createdAt Number
id String
The provider-assigned unique ID for this managed resource.
resourceAllocation Property Map
actor or actor definition specific resource requirements. if default is set, these are the requirements that should be set for ALL jobs run for this actor definition. it is overriden by the job type specific configurations. if not set, the platform will use defaults. these values will be overriden by configuration at the connection level.
sourceId String
sourceType String

Look up Existing SourceAmazonSellerPartner Resource

Get an existing SourceAmazonSellerPartner resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

public static get(name: string, id: Input<ID>, state?: SourceAmazonSellerPartnerState, opts?: CustomResourceOptions): SourceAmazonSellerPartner
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        configuration: Optional[SourceAmazonSellerPartnerConfigurationArgs] = None,
        created_at: Optional[float] = None,
        definition_id: Optional[str] = None,
        name: Optional[str] = None,
        resource_allocation: Optional[SourceAmazonSellerPartnerResourceAllocationArgs] = None,
        secret_id: Optional[str] = None,
        source_id: Optional[str] = None,
        source_type: Optional[str] = None,
        workspace_id: Optional[str] = None) -> SourceAmazonSellerPartner
func GetSourceAmazonSellerPartner(ctx *Context, name string, id IDInput, state *SourceAmazonSellerPartnerState, opts ...ResourceOption) (*SourceAmazonSellerPartner, error)
public static SourceAmazonSellerPartner Get(string name, Input<string> id, SourceAmazonSellerPartnerState? state, CustomResourceOptions? opts = null)
public static SourceAmazonSellerPartner get(String name, Output<String> id, SourceAmazonSellerPartnerState state, CustomResourceOptions options)
resources:  _:    type: airbyte:SourceAmazonSellerPartner    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
resource_name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
The following state arguments are supported:
Configuration SourceAmazonSellerPartnerConfiguration
CreatedAt double
DefinitionId string
The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. Requires replacement if changed.
Name string
Name of the source e.g. dev-mysql-instance.
ResourceAllocation SourceAmazonSellerPartnerResourceAllocation
actor or actor definition specific resource requirements. if default is set, these are the requirements that should be set for ALL jobs run for this actor definition. it is overriden by the job type specific configurations. if not set, the platform will use defaults. these values will be overriden by configuration at the connection level.
SecretId string
Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
SourceId string
SourceType string
WorkspaceId string
Configuration SourceAmazonSellerPartnerConfigurationArgs
CreatedAt float64
DefinitionId string
The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. Requires replacement if changed.
Name string
Name of the source e.g. dev-mysql-instance.
ResourceAllocation SourceAmazonSellerPartnerResourceAllocationArgs
actor or actor definition specific resource requirements. if default is set, these are the requirements that should be set for ALL jobs run for this actor definition. it is overriden by the job type specific configurations. if not set, the platform will use defaults. these values will be overriden by configuration at the connection level.
SecretId string
Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
SourceId string
SourceType string
WorkspaceId string
configuration SourceAmazonSellerPartnerConfiguration
createdAt Double
definitionId String
The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. Requires replacement if changed.
name String
Name of the source e.g. dev-mysql-instance.
resourceAllocation SourceAmazonSellerPartnerResourceAllocation
actor or actor definition specific resource requirements. if default is set, these are the requirements that should be set for ALL jobs run for this actor definition. it is overriden by the job type specific configurations. if not set, the platform will use defaults. these values will be overriden by configuration at the connection level.
secretId String
Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
sourceId String
sourceType String
workspaceId String
configuration SourceAmazonSellerPartnerConfiguration
createdAt number
definitionId string
The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. Requires replacement if changed.
name string
Name of the source e.g. dev-mysql-instance.
resourceAllocation SourceAmazonSellerPartnerResourceAllocation
actor or actor definition specific resource requirements. if default is set, these are the requirements that should be set for ALL jobs run for this actor definition. it is overriden by the job type specific configurations. if not set, the platform will use defaults. these values will be overriden by configuration at the connection level.
secretId string
Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
sourceId string
sourceType string
workspaceId string
configuration SourceAmazonSellerPartnerConfigurationArgs
created_at float
definition_id str
The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. Requires replacement if changed.
name str
Name of the source e.g. dev-mysql-instance.
resource_allocation SourceAmazonSellerPartnerResourceAllocationArgs
actor or actor definition specific resource requirements. if default is set, these are the requirements that should be set for ALL jobs run for this actor definition. it is overriden by the job type specific configurations. if not set, the platform will use defaults. these values will be overriden by configuration at the connection level.
secret_id str
Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
source_id str
source_type str
workspace_id str
configuration Property Map
createdAt Number
definitionId String
The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. Requires replacement if changed.
name String
Name of the source e.g. dev-mysql-instance.
resourceAllocation Property Map
actor or actor definition specific resource requirements. if default is set, these are the requirements that should be set for ALL jobs run for this actor definition. it is overriden by the job type specific configurations. if not set, the platform will use defaults. these values will be overriden by configuration at the connection level.
secretId String
Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
sourceId String
sourceType String
workspaceId String

Supporting Types

SourceAmazonSellerPartnerConfiguration
, SourceAmazonSellerPartnerConfigurationArgs

LwaAppId This property is required. string
Your Login with Amazon Client ID.
LwaClientSecret This property is required. string
Your Login with Amazon Client Secret.
RefreshToken This property is required. string
The Refresh Token obtained via OAuth flow authorization.
AccountType string
Type of the Account you're going to authorize the Airbyte application by. Default: "Seller"; must be one of ["Seller", "Vendor"]
AppId string
Your Amazon Application ID.
AwsEnvironment string
Select the AWS Environment. Default: "PRODUCTION"; must be one of ["PRODUCTION", "SANDBOX"]
PeriodInDays double
For syncs spanning a large date range, this option is used to request data in a smaller fixed window to improve sync reliability. This time window can be configured granularly by day. Default: 90
Region string
Select the AWS Region. Default: "US"; must be one of ["AE", "AU", "BE", "BR", "CA", "DE", "EG", "ES", "FR", "GB", "IN", "IT", "JP", "MX", "NL", "PL", "SA", "SE", "SG", "TR", "UK", "US"]
ReplicationEndDate string
UTC date and time in the format 2017-01-25T00:00:00Z. Any data after this date will not be replicated.
ReplicationStartDate string
UTC date and time in the format 2017-01-25T00:00:00Z. Any data before this date will not be replicated. If start date is not provided or older than 2 years ago from today, the date 2 years ago from today will be used.
ReportOptionsLists List<SourceAmazonSellerPartnerConfigurationReportOptionsList>
Additional information passed to reports. This varies by report type.
WaitToAvoidFatalErrors bool
For report based streams with known amount of requests per time period, this option will use waiting time between requests to avoid fatal statuses in reports. See \n\nTroubleshooting\n\n section for more details. Default: false
LwaAppId This property is required. string
Your Login with Amazon Client ID.
LwaClientSecret This property is required. string
Your Login with Amazon Client Secret.
RefreshToken This property is required. string
The Refresh Token obtained via OAuth flow authorization.
AccountType string
Type of the Account you're going to authorize the Airbyte application by. Default: "Seller"; must be one of ["Seller", "Vendor"]
AppId string
Your Amazon Application ID.
AwsEnvironment string
Select the AWS Environment. Default: "PRODUCTION"; must be one of ["PRODUCTION", "SANDBOX"]
PeriodInDays float64
For syncs spanning a large date range, this option is used to request data in a smaller fixed window to improve sync reliability. This time window can be configured granularly by day. Default: 90
Region string
Select the AWS Region. Default: "US"; must be one of ["AE", "AU", "BE", "BR", "CA", "DE", "EG", "ES", "FR", "GB", "IN", "IT", "JP", "MX", "NL", "PL", "SA", "SE", "SG", "TR", "UK", "US"]
ReplicationEndDate string
UTC date and time in the format 2017-01-25T00:00:00Z. Any data after this date will not be replicated.
ReplicationStartDate string
UTC date and time in the format 2017-01-25T00:00:00Z. Any data before this date will not be replicated. If start date is not provided or older than 2 years ago from today, the date 2 years ago from today will be used.
ReportOptionsLists []SourceAmazonSellerPartnerConfigurationReportOptionsList
Additional information passed to reports. This varies by report type.
WaitToAvoidFatalErrors bool
For report based streams with known amount of requests per time period, this option will use waiting time between requests to avoid fatal statuses in reports. See \n\nTroubleshooting\n\n section for more details. Default: false
lwaAppId This property is required. String
Your Login with Amazon Client ID.
lwaClientSecret This property is required. String
Your Login with Amazon Client Secret.
refreshToken This property is required. String
The Refresh Token obtained via OAuth flow authorization.
accountType String
Type of the Account you're going to authorize the Airbyte application by. Default: "Seller"; must be one of ["Seller", "Vendor"]
appId String
Your Amazon Application ID.
awsEnvironment String
Select the AWS Environment. Default: "PRODUCTION"; must be one of ["PRODUCTION", "SANDBOX"]
periodInDays Double
For syncs spanning a large date range, this option is used to request data in a smaller fixed window to improve sync reliability. This time window can be configured granularly by day. Default: 90
region String
Select the AWS Region. Default: "US"; must be one of ["AE", "AU", "BE", "BR", "CA", "DE", "EG", "ES", "FR", "GB", "IN", "IT", "JP", "MX", "NL", "PL", "SA", "SE", "SG", "TR", "UK", "US"]
replicationEndDate String
UTC date and time in the format 2017-01-25T00:00:00Z. Any data after this date will not be replicated.
replicationStartDate String
UTC date and time in the format 2017-01-25T00:00:00Z. Any data before this date will not be replicated. If start date is not provided or older than 2 years ago from today, the date 2 years ago from today will be used.
reportOptionsLists List<SourceAmazonSellerPartnerConfigurationReportOptionsList>
Additional information passed to reports. This varies by report type.
waitToAvoidFatalErrors Boolean
For report based streams with known amount of requests per time period, this option will use waiting time between requests to avoid fatal statuses in reports. See \n\nTroubleshooting\n\n section for more details. Default: false
lwaAppId This property is required. string
Your Login with Amazon Client ID.
lwaClientSecret This property is required. string
Your Login with Amazon Client Secret.
refreshToken This property is required. string
The Refresh Token obtained via OAuth flow authorization.
accountType string
Type of the Account you're going to authorize the Airbyte application by. Default: "Seller"; must be one of ["Seller", "Vendor"]
appId string
Your Amazon Application ID.
awsEnvironment string
Select the AWS Environment. Default: "PRODUCTION"; must be one of ["PRODUCTION", "SANDBOX"]
periodInDays number
For syncs spanning a large date range, this option is used to request data in a smaller fixed window to improve sync reliability. This time window can be configured granularly by day. Default: 90
region string
Select the AWS Region. Default: "US"; must be one of ["AE", "AU", "BE", "BR", "CA", "DE", "EG", "ES", "FR", "GB", "IN", "IT", "JP", "MX", "NL", "PL", "SA", "SE", "SG", "TR", "UK", "US"]
replicationEndDate string
UTC date and time in the format 2017-01-25T00:00:00Z. Any data after this date will not be replicated.
replicationStartDate string
UTC date and time in the format 2017-01-25T00:00:00Z. Any data before this date will not be replicated. If start date is not provided or older than 2 years ago from today, the date 2 years ago from today will be used.
reportOptionsLists SourceAmazonSellerPartnerConfigurationReportOptionsList[]
Additional information passed to reports. This varies by report type.
waitToAvoidFatalErrors boolean
For report based streams with known amount of requests per time period, this option will use waiting time between requests to avoid fatal statuses in reports. See \n\nTroubleshooting\n\n section for more details. Default: false
lwa_app_id This property is required. str
Your Login with Amazon Client ID.
lwa_client_secret This property is required. str
Your Login with Amazon Client Secret.
refresh_token This property is required. str
The Refresh Token obtained via OAuth flow authorization.
account_type str
Type of the Account you're going to authorize the Airbyte application by. Default: "Seller"; must be one of ["Seller", "Vendor"]
app_id str
Your Amazon Application ID.
aws_environment str
Select the AWS Environment. Default: "PRODUCTION"; must be one of ["PRODUCTION", "SANDBOX"]
period_in_days float
For syncs spanning a large date range, this option is used to request data in a smaller fixed window to improve sync reliability. This time window can be configured granularly by day. Default: 90
region str
Select the AWS Region. Default: "US"; must be one of ["AE", "AU", "BE", "BR", "CA", "DE", "EG", "ES", "FR", "GB", "IN", "IT", "JP", "MX", "NL", "PL", "SA", "SE", "SG", "TR", "UK", "US"]
replication_end_date str
UTC date and time in the format 2017-01-25T00:00:00Z. Any data after this date will not be replicated.
replication_start_date str
UTC date and time in the format 2017-01-25T00:00:00Z. Any data before this date will not be replicated. If start date is not provided or older than 2 years ago from today, the date 2 years ago from today will be used.
report_options_lists Sequence[SourceAmazonSellerPartnerConfigurationReportOptionsList]
Additional information passed to reports. This varies by report type.
wait_to_avoid_fatal_errors bool
For report based streams with known amount of requests per time period, this option will use waiting time between requests to avoid fatal statuses in reports. See \n\nTroubleshooting\n\n section for more details. Default: false
lwaAppId This property is required. String
Your Login with Amazon Client ID.
lwaClientSecret This property is required. String
Your Login with Amazon Client Secret.
refreshToken This property is required. String
The Refresh Token obtained via OAuth flow authorization.
accountType String
Type of the Account you're going to authorize the Airbyte application by. Default: "Seller"; must be one of ["Seller", "Vendor"]
appId String
Your Amazon Application ID.
awsEnvironment String
Select the AWS Environment. Default: "PRODUCTION"; must be one of ["PRODUCTION", "SANDBOX"]
periodInDays Number
For syncs spanning a large date range, this option is used to request data in a smaller fixed window to improve sync reliability. This time window can be configured granularly by day. Default: 90
region String
Select the AWS Region. Default: "US"; must be one of ["AE", "AU", "BE", "BR", "CA", "DE", "EG", "ES", "FR", "GB", "IN", "IT", "JP", "MX", "NL", "PL", "SA", "SE", "SG", "TR", "UK", "US"]
replicationEndDate String
UTC date and time in the format 2017-01-25T00:00:00Z. Any data after this date will not be replicated.
replicationStartDate String
UTC date and time in the format 2017-01-25T00:00:00Z. Any data before this date will not be replicated. If start date is not provided or older than 2 years ago from today, the date 2 years ago from today will be used.
reportOptionsLists List<Property Map>
Additional information passed to reports. This varies by report type.
waitToAvoidFatalErrors Boolean
For report based streams with known amount of requests per time period, this option will use waiting time between requests to avoid fatal statuses in reports. See \n\nTroubleshooting\n\n section for more details. Default: false

SourceAmazonSellerPartnerConfigurationReportOptionsList
, SourceAmazonSellerPartnerConfigurationReportOptionsListArgs

OptionsLists This property is required. List<SourceAmazonSellerPartnerConfigurationReportOptionsListOptionsList>
List of options
ReportName This property is required. string
must be one of ["GETAFNINVENTORYDATA", "GETAFNINVENTORYDATABYCOUNTRY", "GETAMAZONFULFILLEDSHIPMENTSDATAGENERAL", "GETFBAESTIMATEDFBAFEESTXTDATA", "GETFBAFULFILLMENTCUSTOMERRETURNSDATA", "GETFBAFULFILLMENTCUSTOMERSHIPMENTPROMOTIONDATA", "GETFBAFULFILLMENTCUSTOMERSHIPMENTREPLACEMENTDATA", "GETFBAFULFILLMENTREMOVALORDERDETAILDATA", "GETFBAFULFILLMENTREMOVALSHIPMENTDETAILDATA", "GETFBAINVENTORYPLANNINGDATA", "GETFBAMYIUNSUPPRESSEDINVENTORYDATA", "GETFBAREIMBURSEMENTSDATA", "GETFBASNSFORECASTDATA", "GETFBASNSPERFORMANCEDATA", "GETFBASTORAGEFEECHARGESDATA", "GETFLATFILEACTIONABLEORDERDATASHIPPING", "GETFLATFILEALLORDERSDATABYLASTUPDATEGENERAL", "GETFLATFILEALLORDERSDATABYORDERDATEGENERAL", "GETFLATFILEARCHIVEDORDERSDATABYORDERDATE", "GETFLATFILEOPENLISTINGSDATA", "GETFLATFILERETURNSDATABYRETURNDATE", "GETLEDGERDETAILVIEWDATA", "GETLEDGERSUMMARYVIEWDATA", "GETMERCHANTCANCELLEDLISTINGSDATA", "GETMERCHANTLISTINGSALLDATA", "GETMERCHANTLISTINGSDATA", "GETMERCHANTLISTINGSDATABACKCOMPAT", "GETMERCHANTLISTINGSINACTIVEDATA", "GETMERCHANTSLISTINGSFYPREPORT", "GETORDERREPORTDATASHIPPING", "GETRESTOCKINVENTORYRECOMMENDATIONSREPORT", "GETSELLERFEEDBACKDATA", "GETSTRANDEDINVENTORYUIDATA", "GETV2SETTLEMENTREPORTDATAFLATFILE", "GETXMLALLORDERSDATABYORDERDATEGENERAL", "GETXMLBROWSETREEDATA", "GETVENDORREALTIMEINVENTORY_REPORT"]
StreamName This property is required. string
OptionsLists This property is required. []SourceAmazonSellerPartnerConfigurationReportOptionsListOptionsList
List of options
ReportName This property is required. string
must be one of ["GETAFNINVENTORYDATA", "GETAFNINVENTORYDATABYCOUNTRY", "GETAMAZONFULFILLEDSHIPMENTSDATAGENERAL", "GETFBAESTIMATEDFBAFEESTXTDATA", "GETFBAFULFILLMENTCUSTOMERRETURNSDATA", "GETFBAFULFILLMENTCUSTOMERSHIPMENTPROMOTIONDATA", "GETFBAFULFILLMENTCUSTOMERSHIPMENTREPLACEMENTDATA", "GETFBAFULFILLMENTREMOVALORDERDETAILDATA", "GETFBAFULFILLMENTREMOVALSHIPMENTDETAILDATA", "GETFBAINVENTORYPLANNINGDATA", "GETFBAMYIUNSUPPRESSEDINVENTORYDATA", "GETFBAREIMBURSEMENTSDATA", "GETFBASNSFORECASTDATA", "GETFBASNSPERFORMANCEDATA", "GETFBASTORAGEFEECHARGESDATA", "GETFLATFILEACTIONABLEORDERDATASHIPPING", "GETFLATFILEALLORDERSDATABYLASTUPDATEGENERAL", "GETFLATFILEALLORDERSDATABYORDERDATEGENERAL", "GETFLATFILEARCHIVEDORDERSDATABYORDERDATE", "GETFLATFILEOPENLISTINGSDATA", "GETFLATFILERETURNSDATABYRETURNDATE", "GETLEDGERDETAILVIEWDATA", "GETLEDGERSUMMARYVIEWDATA", "GETMERCHANTCANCELLEDLISTINGSDATA", "GETMERCHANTLISTINGSALLDATA", "GETMERCHANTLISTINGSDATA", "GETMERCHANTLISTINGSDATABACKCOMPAT", "GETMERCHANTLISTINGSINACTIVEDATA", "GETMERCHANTSLISTINGSFYPREPORT", "GETORDERREPORTDATASHIPPING", "GETRESTOCKINVENTORYRECOMMENDATIONSREPORT", "GETSELLERFEEDBACKDATA", "GETSTRANDEDINVENTORYUIDATA", "GETV2SETTLEMENTREPORTDATAFLATFILE", "GETXMLALLORDERSDATABYORDERDATEGENERAL", "GETXMLBROWSETREEDATA", "GETVENDORREALTIMEINVENTORY_REPORT"]
StreamName This property is required. string
optionsLists This property is required. List<SourceAmazonSellerPartnerConfigurationReportOptionsListOptionsList>
List of options
reportName This property is required. String
must be one of ["GETAFNINVENTORYDATA", "GETAFNINVENTORYDATABYCOUNTRY", "GETAMAZONFULFILLEDSHIPMENTSDATAGENERAL", "GETFBAESTIMATEDFBAFEESTXTDATA", "GETFBAFULFILLMENTCUSTOMERRETURNSDATA", "GETFBAFULFILLMENTCUSTOMERSHIPMENTPROMOTIONDATA", "GETFBAFULFILLMENTCUSTOMERSHIPMENTREPLACEMENTDATA", "GETFBAFULFILLMENTREMOVALORDERDETAILDATA", "GETFBAFULFILLMENTREMOVALSHIPMENTDETAILDATA", "GETFBAINVENTORYPLANNINGDATA", "GETFBAMYIUNSUPPRESSEDINVENTORYDATA", "GETFBAREIMBURSEMENTSDATA", "GETFBASNSFORECASTDATA", "GETFBASNSPERFORMANCEDATA", "GETFBASTORAGEFEECHARGESDATA", "GETFLATFILEACTIONABLEORDERDATASHIPPING", "GETFLATFILEALLORDERSDATABYLASTUPDATEGENERAL", "GETFLATFILEALLORDERSDATABYORDERDATEGENERAL", "GETFLATFILEARCHIVEDORDERSDATABYORDERDATE", "GETFLATFILEOPENLISTINGSDATA", "GETFLATFILERETURNSDATABYRETURNDATE", "GETLEDGERDETAILVIEWDATA", "GETLEDGERSUMMARYVIEWDATA", "GETMERCHANTCANCELLEDLISTINGSDATA", "GETMERCHANTLISTINGSALLDATA", "GETMERCHANTLISTINGSDATA", "GETMERCHANTLISTINGSDATABACKCOMPAT", "GETMERCHANTLISTINGSINACTIVEDATA", "GETMERCHANTSLISTINGSFYPREPORT", "GETORDERREPORTDATASHIPPING", "GETRESTOCKINVENTORYRECOMMENDATIONSREPORT", "GETSELLERFEEDBACKDATA", "GETSTRANDEDINVENTORYUIDATA", "GETV2SETTLEMENTREPORTDATAFLATFILE", "GETXMLALLORDERSDATABYORDERDATEGENERAL", "GETXMLBROWSETREEDATA", "GETVENDORREALTIMEINVENTORY_REPORT"]
streamName This property is required. String
optionsLists This property is required. SourceAmazonSellerPartnerConfigurationReportOptionsListOptionsList[]
List of options
reportName This property is required. string
must be one of ["GETAFNINVENTORYDATA", "GETAFNINVENTORYDATABYCOUNTRY", "GETAMAZONFULFILLEDSHIPMENTSDATAGENERAL", "GETFBAESTIMATEDFBAFEESTXTDATA", "GETFBAFULFILLMENTCUSTOMERRETURNSDATA", "GETFBAFULFILLMENTCUSTOMERSHIPMENTPROMOTIONDATA", "GETFBAFULFILLMENTCUSTOMERSHIPMENTREPLACEMENTDATA", "GETFBAFULFILLMENTREMOVALORDERDETAILDATA", "GETFBAFULFILLMENTREMOVALSHIPMENTDETAILDATA", "GETFBAINVENTORYPLANNINGDATA", "GETFBAMYIUNSUPPRESSEDINVENTORYDATA", "GETFBAREIMBURSEMENTSDATA", "GETFBASNSFORECASTDATA", "GETFBASNSPERFORMANCEDATA", "GETFBASTORAGEFEECHARGESDATA", "GETFLATFILEACTIONABLEORDERDATASHIPPING", "GETFLATFILEALLORDERSDATABYLASTUPDATEGENERAL", "GETFLATFILEALLORDERSDATABYORDERDATEGENERAL", "GETFLATFILEARCHIVEDORDERSDATABYORDERDATE", "GETFLATFILEOPENLISTINGSDATA", "GETFLATFILERETURNSDATABYRETURNDATE", "GETLEDGERDETAILVIEWDATA", "GETLEDGERSUMMARYVIEWDATA", "GETMERCHANTCANCELLEDLISTINGSDATA", "GETMERCHANTLISTINGSALLDATA", "GETMERCHANTLISTINGSDATA", "GETMERCHANTLISTINGSDATABACKCOMPAT", "GETMERCHANTLISTINGSINACTIVEDATA", "GETMERCHANTSLISTINGSFYPREPORT", "GETORDERREPORTDATASHIPPING", "GETRESTOCKINVENTORYRECOMMENDATIONSREPORT", "GETSELLERFEEDBACKDATA", "GETSTRANDEDINVENTORYUIDATA", "GETV2SETTLEMENTREPORTDATAFLATFILE", "GETXMLALLORDERSDATABYORDERDATEGENERAL", "GETXMLBROWSETREEDATA", "GETVENDORREALTIMEINVENTORY_REPORT"]
streamName This property is required. string
options_lists This property is required. Sequence[SourceAmazonSellerPartnerConfigurationReportOptionsListOptionsList]
List of options
report_name This property is required. str
must be one of ["GETAFNINVENTORYDATA", "GETAFNINVENTORYDATABYCOUNTRY", "GETAMAZONFULFILLEDSHIPMENTSDATAGENERAL", "GETFBAESTIMATEDFBAFEESTXTDATA", "GETFBAFULFILLMENTCUSTOMERRETURNSDATA", "GETFBAFULFILLMENTCUSTOMERSHIPMENTPROMOTIONDATA", "GETFBAFULFILLMENTCUSTOMERSHIPMENTREPLACEMENTDATA", "GETFBAFULFILLMENTREMOVALORDERDETAILDATA", "GETFBAFULFILLMENTREMOVALSHIPMENTDETAILDATA", "GETFBAINVENTORYPLANNINGDATA", "GETFBAMYIUNSUPPRESSEDINVENTORYDATA", "GETFBAREIMBURSEMENTSDATA", "GETFBASNSFORECASTDATA", "GETFBASNSPERFORMANCEDATA", "GETFBASTORAGEFEECHARGESDATA", "GETFLATFILEACTIONABLEORDERDATASHIPPING", "GETFLATFILEALLORDERSDATABYLASTUPDATEGENERAL", "GETFLATFILEALLORDERSDATABYORDERDATEGENERAL", "GETFLATFILEARCHIVEDORDERSDATABYORDERDATE", "GETFLATFILEOPENLISTINGSDATA", "GETFLATFILERETURNSDATABYRETURNDATE", "GETLEDGERDETAILVIEWDATA", "GETLEDGERSUMMARYVIEWDATA", "GETMERCHANTCANCELLEDLISTINGSDATA", "GETMERCHANTLISTINGSALLDATA", "GETMERCHANTLISTINGSDATA", "GETMERCHANTLISTINGSDATABACKCOMPAT", "GETMERCHANTLISTINGSINACTIVEDATA", "GETMERCHANTSLISTINGSFYPREPORT", "GETORDERREPORTDATASHIPPING", "GETRESTOCKINVENTORYRECOMMENDATIONSREPORT", "GETSELLERFEEDBACKDATA", "GETSTRANDEDINVENTORYUIDATA", "GETV2SETTLEMENTREPORTDATAFLATFILE", "GETXMLALLORDERSDATABYORDERDATEGENERAL", "GETXMLBROWSETREEDATA", "GETVENDORREALTIMEINVENTORY_REPORT"]
stream_name This property is required. str
optionsLists This property is required. List<Property Map>
List of options
reportName This property is required. String
must be one of ["GETAFNINVENTORYDATA", "GETAFNINVENTORYDATABYCOUNTRY", "GETAMAZONFULFILLEDSHIPMENTSDATAGENERAL", "GETFBAESTIMATEDFBAFEESTXTDATA", "GETFBAFULFILLMENTCUSTOMERRETURNSDATA", "GETFBAFULFILLMENTCUSTOMERSHIPMENTPROMOTIONDATA", "GETFBAFULFILLMENTCUSTOMERSHIPMENTREPLACEMENTDATA", "GETFBAFULFILLMENTREMOVALORDERDETAILDATA", "GETFBAFULFILLMENTREMOVALSHIPMENTDETAILDATA", "GETFBAINVENTORYPLANNINGDATA", "GETFBAMYIUNSUPPRESSEDINVENTORYDATA", "GETFBAREIMBURSEMENTSDATA", "GETFBASNSFORECASTDATA", "GETFBASNSPERFORMANCEDATA", "GETFBASTORAGEFEECHARGESDATA", "GETFLATFILEACTIONABLEORDERDATASHIPPING", "GETFLATFILEALLORDERSDATABYLASTUPDATEGENERAL", "GETFLATFILEALLORDERSDATABYORDERDATEGENERAL", "GETFLATFILEARCHIVEDORDERSDATABYORDERDATE", "GETFLATFILEOPENLISTINGSDATA", "GETFLATFILERETURNSDATABYRETURNDATE", "GETLEDGERDETAILVIEWDATA", "GETLEDGERSUMMARYVIEWDATA", "GETMERCHANTCANCELLEDLISTINGSDATA", "GETMERCHANTLISTINGSALLDATA", "GETMERCHANTLISTINGSDATA", "GETMERCHANTLISTINGSDATABACKCOMPAT", "GETMERCHANTLISTINGSINACTIVEDATA", "GETMERCHANTSLISTINGSFYPREPORT", "GETORDERREPORTDATASHIPPING", "GETRESTOCKINVENTORYRECOMMENDATIONSREPORT", "GETSELLERFEEDBACKDATA", "GETSTRANDEDINVENTORYUIDATA", "GETV2SETTLEMENTREPORTDATAFLATFILE", "GETXMLALLORDERSDATABYORDERDATEGENERAL", "GETXMLBROWSETREEDATA", "GETVENDORREALTIMEINVENTORY_REPORT"]
streamName This property is required. String

SourceAmazonSellerPartnerConfigurationReportOptionsListOptionsList
, SourceAmazonSellerPartnerConfigurationReportOptionsListOptionsListArgs

OptionName This property is required. string
OptionValue This property is required. string
OptionName This property is required. string
OptionValue This property is required. string
optionName This property is required. String
optionValue This property is required. String
optionName This property is required. string
optionValue This property is required. string
option_name This property is required. str
option_value This property is required. str
optionName This property is required. String
optionValue This property is required. String

SourceAmazonSellerPartnerResourceAllocation
, SourceAmazonSellerPartnerResourceAllocationArgs

default Property Map
optional resource requirements to run workers (blank for unbounded allocations)
jobSpecifics List<Property Map>

SourceAmazonSellerPartnerResourceAllocationDefault
, SourceAmazonSellerPartnerResourceAllocationDefaultArgs

SourceAmazonSellerPartnerResourceAllocationJobSpecific
, SourceAmazonSellerPartnerResourceAllocationJobSpecificArgs

JobType string
enum that describes the different types of jobs that the platform runs. must be one of ["getspec", "checkconnection", "discoverschema", "sync", "resetconnection", "connection_updater", "replicate"]
ResourceRequirements SourceAmazonSellerPartnerResourceAllocationJobSpecificResourceRequirements
optional resource requirements to run workers (blank for unbounded allocations)
JobType string
enum that describes the different types of jobs that the platform runs. must be one of ["getspec", "checkconnection", "discoverschema", "sync", "resetconnection", "connection_updater", "replicate"]
ResourceRequirements SourceAmazonSellerPartnerResourceAllocationJobSpecificResourceRequirements
optional resource requirements to run workers (blank for unbounded allocations)
jobType String
enum that describes the different types of jobs that the platform runs. must be one of ["getspec", "checkconnection", "discoverschema", "sync", "resetconnection", "connection_updater", "replicate"]
resourceRequirements SourceAmazonSellerPartnerResourceAllocationJobSpecificResourceRequirements
optional resource requirements to run workers (blank for unbounded allocations)
jobType string
enum that describes the different types of jobs that the platform runs. must be one of ["getspec", "checkconnection", "discoverschema", "sync", "resetconnection", "connection_updater", "replicate"]
resourceRequirements SourceAmazonSellerPartnerResourceAllocationJobSpecificResourceRequirements
optional resource requirements to run workers (blank for unbounded allocations)
job_type str
enum that describes the different types of jobs that the platform runs. must be one of ["getspec", "checkconnection", "discoverschema", "sync", "resetconnection", "connection_updater", "replicate"]
resource_requirements SourceAmazonSellerPartnerResourceAllocationJobSpecificResourceRequirements
optional resource requirements to run workers (blank for unbounded allocations)
jobType String
enum that describes the different types of jobs that the platform runs. must be one of ["getspec", "checkconnection", "discoverschema", "sync", "resetconnection", "connection_updater", "replicate"]
resourceRequirements Property Map
optional resource requirements to run workers (blank for unbounded allocations)

SourceAmazonSellerPartnerResourceAllocationJobSpecificResourceRequirements
, SourceAmazonSellerPartnerResourceAllocationJobSpecificResourceRequirementsArgs

Import

$ pulumi import airbyte:index/sourceAmazonSellerPartner:SourceAmazonSellerPartner my_airbyte_source_amazon_seller_partner ""
Copy

To learn more about importing existing cloud resources, see Importing resources.

Package Details

Repository
airbyte airbytehq/terraform-provider-airbyte
License
Notes
This Pulumi package is based on the airbyte Terraform Provider.