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());
    }
}
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
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 string
- The unique name of the resource.
- args SourceAmazonSellerPartnerArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args 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 string
- The unique name of the resource.
- args SourceAmazonSellerPartnerArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SourceAmazonSellerPartnerArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args 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",
});
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"),
})
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());
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")
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",
});
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
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
SourceAmazon Seller Partner Configuration 
- WorkspaceId 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
SourceAmazon Seller Partner Configuration Args 
- WorkspaceId 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
SourceAmazon Seller Partner Configuration 
- workspaceId 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
SourceAmazon Seller Partner Configuration 
- workspaceId 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
SourceAmazon Seller Partner Configuration Args 
- workspace_id 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 Property Map
- workspaceId 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.
- SourceId string
- SourceType string
- CreatedAt float64
- Id string
- The provider-assigned unique ID for this managed resource.
- SourceId string
- SourceType string
- createdAt Double
- id String
- The provider-assigned unique ID for this managed resource.
- sourceId String
- sourceType String
- createdAt number
- id string
- The provider-assigned unique ID for this managed resource.
- sourceId string
- sourceType string
- created_at float
- id str
- The provider-assigned unique ID for this managed resource.
- source_id str
- source_type str
- createdAt Number
- id String
- The provider-assigned unique ID for this managed resource.
- 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,
        secret_id: Optional[str] = None,
        source_id: Optional[str] = None,
        source_type: Optional[str] = None,
        workspace_id: Optional[str] = None) -> SourceAmazonSellerPartnerfunc 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
- The unique name of the resulting resource.
- id
- 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
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- 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
- The unique name of the resulting resource.
- id
- 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
- The unique name of the resulting resource.
- id
- 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.
- Configuration
SourceAmazon Seller Partner Configuration 
- 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.
- SecretId string
- Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
- SourceId string
- SourceType string
- WorkspaceId string
- Configuration
SourceAmazon Seller Partner Configuration Args 
- 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.
- SecretId string
- Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
- SourceId string
- SourceType string
- WorkspaceId string
- configuration
SourceAmazon Seller Partner Configuration 
- 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.
- secretId String
- Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
- sourceId String
- sourceType String
- workspaceId String
- configuration
SourceAmazon Seller Partner Configuration 
- 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.
- secretId string
- Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
- sourceId string
- sourceType string
- workspaceId string
- configuration
SourceAmazon Seller Partner Configuration Args 
- 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.
- 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.
- 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          
- LwaApp stringId 
- Your Login with Amazon Client ID.
- LwaClient stringSecret 
- Your Login with Amazon Client Secret.
- RefreshToken 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"]
- PeriodIn doubleDays 
- 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"]
- ReplicationEnd stringDate 
- UTC date and time in the format 2017-01-25T00:00:00Z. Any data after this date will not be replicated.
- ReplicationStart stringDate 
- 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.
- ReportOptions List<SourceLists Amazon Seller Partner Configuration Report Options List> 
- Additional information passed to reports. This varies by report type.
- WaitTo boolAvoid Fatal Errors 
- 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
- LwaApp stringId 
- Your Login with Amazon Client ID.
- LwaClient stringSecret 
- Your Login with Amazon Client Secret.
- RefreshToken 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"]
- PeriodIn float64Days 
- 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"]
- ReplicationEnd stringDate 
- UTC date and time in the format 2017-01-25T00:00:00Z. Any data after this date will not be replicated.
- ReplicationStart stringDate 
- 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.
- ReportOptions []SourceLists Amazon Seller Partner Configuration Report Options List 
- Additional information passed to reports. This varies by report type.
- WaitTo boolAvoid Fatal Errors 
- 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
- lwaApp StringId 
- Your Login with Amazon Client ID.
- lwaClient StringSecret 
- Your Login with Amazon Client Secret.
- refreshToken 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"]
- periodIn DoubleDays 
- 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"]
- replicationEnd StringDate 
- UTC date and time in the format 2017-01-25T00:00:00Z. Any data after this date will not be replicated.
- replicationStart StringDate 
- 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.
- reportOptions List<SourceLists Amazon Seller Partner Configuration Report Options List> 
- Additional information passed to reports. This varies by report type.
- waitTo BooleanAvoid Fatal Errors 
- 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
- lwaApp stringId 
- Your Login with Amazon Client ID.
- lwaClient stringSecret 
- Your Login with Amazon Client Secret.
- refreshToken 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"]
- periodIn numberDays 
- 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"]
- replicationEnd stringDate 
- UTC date and time in the format 2017-01-25T00:00:00Z. Any data after this date will not be replicated.
- replicationStart stringDate 
- 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.
- reportOptions SourceLists Amazon Seller Partner Configuration Report Options List[] 
- Additional information passed to reports. This varies by report type.
- waitTo booleanAvoid Fatal Errors 
- 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_ strid 
- Your Login with Amazon Client ID.
- lwa_client_ strsecret 
- Your Login with Amazon Client Secret.
- refresh_token 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_ floatdays 
- 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_ strdate 
- UTC date and time in the format 2017-01-25T00:00:00Z. Any data after this date will not be replicated.
- replication_start_ strdate 
- 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_ Sequence[Sourcelists Amazon Seller Partner Configuration Report Options List] 
- Additional information passed to reports. This varies by report type.
- wait_to_ boolavoid_ fatal_ errors 
- 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
- lwaApp StringId 
- Your Login with Amazon Client ID.
- lwaClient StringSecret 
- Your Login with Amazon Client Secret.
- refreshToken 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"]
- periodIn NumberDays 
- 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"]
- replicationEnd StringDate 
- UTC date and time in the format 2017-01-25T00:00:00Z. Any data after this date will not be replicated.
- replicationStart StringDate 
- 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.
- reportOptions List<Property Map>Lists 
- Additional information passed to reports. This varies by report type.
- waitTo BooleanAvoid Fatal Errors 
- 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 List<SourceAmazon Seller Partner Configuration Report Options List Options List> 
- List of options
- ReportName 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 string
- OptionsLists []SourceAmazon Seller Partner Configuration Report Options List Options List 
- List of options
- ReportName 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 string
- optionsLists List<SourceAmazon Seller Partner Configuration Report Options List Options List> 
- List of options
- reportName 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 String
- optionsLists SourceAmazon Seller Partner Configuration Report Options List Options List[] 
- List of options
- reportName 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 string
- options_lists Sequence[SourceAmazon Seller Partner Configuration Report Options List Options List] 
- List of options
- report_name 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 str
- optionsLists List<Property Map>
- List of options
- reportName 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 String
SourceAmazonSellerPartnerConfigurationReportOptionsListOptionsList, SourceAmazonSellerPartnerConfigurationReportOptionsListOptionsListArgs                    
- OptionName string
- OptionValue string
- OptionName string
- OptionValue string
- optionName String
- optionValue String
- optionName string
- optionValue string
- option_name str
- option_value str
- optionName String
- optionValue String
Import
$ pulumi import airbyte:index/sourceAmazonSellerPartner:SourceAmazonSellerPartner my_airbyte_source_amazon_seller_partner ""
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 airbyteTerraform Provider.