SourceAmazonSellerPartner Resource
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as airbyte from "@pulumi/airbyte";
const mySourceAmazonsellerpartner = new airbyte.SourceAmazonSellerPartner("my_source_amazonsellerpartner", {
configuration: {
accountType: "Vendor",
additionalProperties: "{ \"see\": \"documentation\" }",
appId: "...my_app_id...",
awsEnvironment: "PRODUCTION",
financialEventsMaxResultsPerPage: 46,
financialEventsStep: "2H",
lwaAppId: "...my_lwa_app_id...",
lwaClientSecret: "...my_lwa_client_secret...",
maxAsyncJobCount: 10,
numWorkers: 8,
periodInDays: 10,
refreshToken: "...my_refresh_token...",
region: "TR",
replicationEndDate: "2017-01-25T00:00:00Z",
replicationStartDate: "2017-01-25T00:00:00Z",
reportOptionsLists: [{
optionsLists: [{
optionName: "...my_option_name...",
optionValue: "...my_option_value...",
}],
reportName: "GET_FLAT_FILE_ALL_ORDERS_DATA_BY_ORDER_DATE_GENERAL",
streamName: "...my_stream_name...",
}],
waitToAvoidFatalErrors: false,
},
definitionId: "d8c1cdd2-677c-4769-a67f-0d49c962b2c7",
name: "...my_name...",
secretId: "...my_secret_id...",
workspaceId: "7495ec12-91c5-4b14-ab51-6fd77e9fda23",
});
import pulumi
import pulumi_airbyte as airbyte
my_source_amazonsellerpartner = airbyte.SourceAmazonSellerPartner("my_source_amazonsellerpartner",
configuration={
"account_type": "Vendor",
"additional_properties": "{ \"see\": \"documentation\" }",
"app_id": "...my_app_id...",
"aws_environment": "PRODUCTION",
"financial_events_max_results_per_page": 46,
"financial_events_step": "2H",
"lwa_app_id": "...my_lwa_app_id...",
"lwa_client_secret": "...my_lwa_client_secret...",
"max_async_job_count": 10,
"num_workers": 8,
"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_lists": [{
"options_lists": [{
"option_name": "...my_option_name...",
"option_value": "...my_option_value...",
}],
"report_name": "GET_FLAT_FILE_ALL_ORDERS_DATA_BY_ORDER_DATE_GENERAL",
"stream_name": "...my_stream_name...",
}],
"wait_to_avoid_fatal_errors": False,
},
definition_id="d8c1cdd2-677c-4769-a67f-0d49c962b2c7",
name="...my_name...",
secret_id="...my_secret_id...",
workspace_id="7495ec12-91c5-4b14-ab51-6fd77e9fda23")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/airbyte/airbyte"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := airbyte.NewSourceAmazonSellerPartner(ctx, "my_source_amazonsellerpartner", &airbyte.SourceAmazonSellerPartnerArgs{
Configuration: &airbyte.SourceAmazonSellerPartnerConfigurationArgs{
AccountType: pulumi.String("Vendor"),
AdditionalProperties: pulumi.String("{ \"see\": \"documentation\" }"),
AppId: pulumi.String("...my_app_id..."),
AwsEnvironment: pulumi.String("PRODUCTION"),
FinancialEventsMaxResultsPerPage: pulumi.Float64(46),
FinancialEventsStep: pulumi.String("2H"),
LwaAppId: pulumi.String("...my_lwa_app_id..."),
LwaClientSecret: pulumi.String("...my_lwa_client_secret..."),
MaxAsyncJobCount: pulumi.Float64(10),
NumWorkers: pulumi.Float64(8),
PeriodInDays: pulumi.Float64(10),
RefreshToken: pulumi.String("...my_refresh_token..."),
Region: pulumi.String("TR"),
ReplicationEndDate: pulumi.String("2017-01-25T00:00:00Z"),
ReplicationStartDate: pulumi.String("2017-01-25T00:00:00Z"),
ReportOptionsLists: airbyte.SourceAmazonSellerPartnerConfigurationReportOptionsListArray{
&airbyte.SourceAmazonSellerPartnerConfigurationReportOptionsListArgs{
OptionsLists: airbyte.SourceAmazonSellerPartnerConfigurationReportOptionsListOptionsListArray{
&airbyte.SourceAmazonSellerPartnerConfigurationReportOptionsListOptionsListArgs{
OptionName: pulumi.String("...my_option_name..."),
OptionValue: pulumi.String("...my_option_value..."),
},
},
ReportName: pulumi.String("GET_FLAT_FILE_ALL_ORDERS_DATA_BY_ORDER_DATE_GENERAL"),
StreamName: pulumi.String("...my_stream_name..."),
},
},
WaitToAvoidFatalErrors: pulumi.Bool(false),
},
DefinitionId: pulumi.String("d8c1cdd2-677c-4769-a67f-0d49c962b2c7"),
Name: pulumi.String("...my_name..."),
SecretId: pulumi.String("...my_secret_id..."),
WorkspaceId: pulumi.String("7495ec12-91c5-4b14-ab51-6fd77e9fda23"),
})
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Airbyte = Pulumi.Airbyte;
return await Deployment.RunAsync(() =>
{
var mySourceAmazonsellerpartner = new Airbyte.SourceAmazonSellerPartner("my_source_amazonsellerpartner", new()
{
Configuration = new Airbyte.Inputs.SourceAmazonSellerPartnerConfigurationArgs
{
AccountType = "Vendor",
AdditionalProperties = "{ \"see\": \"documentation\" }",
AppId = "...my_app_id...",
AwsEnvironment = "PRODUCTION",
FinancialEventsMaxResultsPerPage = 46,
FinancialEventsStep = "2H",
LwaAppId = "...my_lwa_app_id...",
LwaClientSecret = "...my_lwa_client_secret...",
MaxAsyncJobCount = 10,
NumWorkers = 8,
PeriodInDays = 10,
RefreshToken = "...my_refresh_token...",
Region = "TR",
ReplicationEndDate = "2017-01-25T00:00:00Z",
ReplicationStartDate = "2017-01-25T00:00:00Z",
ReportOptionsLists = new[]
{
new Airbyte.Inputs.SourceAmazonSellerPartnerConfigurationReportOptionsListArgs
{
OptionsLists = new[]
{
new Airbyte.Inputs.SourceAmazonSellerPartnerConfigurationReportOptionsListOptionsListArgs
{
OptionName = "...my_option_name...",
OptionValue = "...my_option_value...",
},
},
ReportName = "GET_FLAT_FILE_ALL_ORDERS_DATA_BY_ORDER_DATE_GENERAL",
StreamName = "...my_stream_name...",
},
},
WaitToAvoidFatalErrors = false,
},
DefinitionId = "d8c1cdd2-677c-4769-a67f-0d49c962b2c7",
Name = "...my_name...",
SecretId = "...my_secret_id...",
WorkspaceId = "7495ec12-91c5-4b14-ab51-6fd77e9fda23",
});
});
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()
.accountType("Vendor")
.additionalProperties("{ \"see\": \"documentation\" }")
.appId("...my_app_id...")
.awsEnvironment("PRODUCTION")
.financialEventsMaxResultsPerPage(46.0)
.financialEventsStep("2H")
.lwaAppId("...my_lwa_app_id...")
.lwaClientSecret("...my_lwa_client_secret...")
.maxAsyncJobCount(10.0)
.numWorkers(8.0)
.periodInDays(10.0)
.refreshToken("...my_refresh_token...")
.region("TR")
.replicationEndDate("2017-01-25T00:00:00Z")
.replicationStartDate("2017-01-25T00:00:00Z")
.reportOptionsLists(SourceAmazonSellerPartnerConfigurationReportOptionsListArgs.builder()
.optionsLists(SourceAmazonSellerPartnerConfigurationReportOptionsListOptionsListArgs.builder()
.optionName("...my_option_name...")
.optionValue("...my_option_value...")
.build())
.reportName("GET_FLAT_FILE_ALL_ORDERS_DATA_BY_ORDER_DATE_GENERAL")
.streamName("...my_stream_name...")
.build())
.waitToAvoidFatalErrors(false)
.build())
.definitionId("d8c1cdd2-677c-4769-a67f-0d49c962b2c7")
.name("...my_name...")
.secretId("...my_secret_id...")
.workspaceId("7495ec12-91c5-4b14-ab51-6fd77e9fda23")
.build());
}
}
resources:
mySourceAmazonsellerpartner:
type: airbyte:SourceAmazonSellerPartner
name: my_source_amazonsellerpartner
properties:
configuration:
accountType: Vendor
additionalProperties: '{ "see": "documentation" }'
appId: '...my_app_id...'
awsEnvironment: PRODUCTION
financialEventsMaxResultsPerPage: 46
financialEventsStep: 2H
lwaAppId: '...my_lwa_app_id...'
lwaClientSecret: '...my_lwa_client_secret...'
maxAsyncJobCount: 10
numWorkers: 8
periodInDays: 10
refreshToken: '...my_refresh_token...'
region: TR
replicationEndDate: 2017-01-25T00:00:00Z
replicationStartDate: 2017-01-25T00:00:00Z
reportOptionsLists:
- optionsLists:
- optionName: '...my_option_name...'
optionValue: '...my_option_value...'
reportName: GET_FLAT_FILE_ALL_ORDERS_DATA_BY_ORDER_DATE_GENERAL
streamName: '...my_stream_name...'
waitToAvoidFatalErrors: false
definitionId: d8c1cdd2-677c-4769-a67f-0d49c962b2c7
name: '...my_name...'
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",
RefreshToken = "string",
LwaClientSecret = "string",
MaxAsyncJobCount = 0,
PeriodInDays = 0,
FinancialEventsStep = "string",
AwsEnvironment = "string",
AppId = "string",
AccountType = "string",
NumWorkers = 0,
FinancialEventsMaxResultsPerPage = 0,
AdditionalProperties = "string",
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: &airbyte.SourceAmazonSellerPartnerConfigurationArgs{
LwaAppId: pulumi.String("string"),
RefreshToken: pulumi.String("string"),
LwaClientSecret: pulumi.String("string"),
MaxAsyncJobCount: pulumi.Float64(0),
PeriodInDays: pulumi.Float64(0),
FinancialEventsStep: pulumi.String("string"),
AwsEnvironment: pulumi.String("string"),
AppId: pulumi.String("string"),
AccountType: pulumi.String("string"),
NumWorkers: pulumi.Float64(0),
FinancialEventsMaxResultsPerPage: pulumi.Float64(0),
AdditionalProperties: pulumi.String("string"),
Region: pulumi.String("string"),
ReplicationEndDate: pulumi.String("string"),
ReplicationStartDate: pulumi.String("string"),
ReportOptionsLists: airbyte.SourceAmazonSellerPartnerConfigurationReportOptionsListArray{
&airbyte.SourceAmazonSellerPartnerConfigurationReportOptionsListArgs{
OptionsLists: airbyte.SourceAmazonSellerPartnerConfigurationReportOptionsListOptionsListArray{
&airbyte.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")
.refreshToken("string")
.lwaClientSecret("string")
.maxAsyncJobCount(0.0)
.periodInDays(0.0)
.financialEventsStep("string")
.awsEnvironment("string")
.appId("string")
.accountType("string")
.numWorkers(0.0)
.financialEventsMaxResultsPerPage(0.0)
.additionalProperties("string")
.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",
"refresh_token": "string",
"lwa_client_secret": "string",
"max_async_job_count": 0,
"period_in_days": 0,
"financial_events_step": "string",
"aws_environment": "string",
"app_id": "string",
"account_type": "string",
"num_workers": 0,
"financial_events_max_results_per_page": 0,
"additional_properties": "string",
"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",
refreshToken: "string",
lwaClientSecret: "string",
maxAsyncJobCount: 0,
periodInDays: 0,
financialEventsStep: "string",
awsEnvironment: "string",
appId: "string",
accountType: "string",
numWorkers: 0,
financialEventsMaxResultsPerPage: 0,
additionalProperties: "string",
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
additionalProperties: string
appId: string
awsEnvironment: string
financialEventsMaxResultsPerPage: 0
financialEventsStep: string
lwaAppId: string
lwaClientSecret: string
maxAsyncJobCount: 0
numWorkers: 0
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
Source
Amazon Seller Partner Configuration - The values required to configure the source. The schema for this must match the schema return by sourcedefinitionspecifications/get for the source.
- Workspace
Id string - Definition
Id string - The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. Default: "e55879a8-0ef8-4557-abcf-ab34c53ec460"; Requires replacement if changed.
- Name string
- Name of the source e.g. dev-mysql-instance.
- Secret
Id string - Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
- Configuration
Source
Amazon Seller Partner Configuration Args - The values required to configure the source. The schema for this must match the schema return by sourcedefinitionspecifications/get for the source.
- Workspace
Id string - Definition
Id string - The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. Default: "e55879a8-0ef8-4557-abcf-ab34c53ec460"; Requires replacement if changed.
- Name string
- Name of the source e.g. dev-mysql-instance.
- Secret
Id string - Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
- configuration
Source
Amazon Seller Partner Configuration - The values required to configure the source. The schema for this must match the schema return by sourcedefinitionspecifications/get for the source.
- workspace
Id String - definition
Id String - The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. Default: "e55879a8-0ef8-4557-abcf-ab34c53ec460"; Requires replacement if changed.
- name String
- Name of the source e.g. dev-mysql-instance.
- secret
Id String - Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
- configuration
Source
Amazon Seller Partner Configuration - The values required to configure the source. The schema for this must match the schema return by sourcedefinitionspecifications/get for the source.
- workspace
Id string - definition
Id string - The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. Default: "e55879a8-0ef8-4557-abcf-ab34c53ec460"; Requires replacement if changed.
- name string
- Name of the source e.g. dev-mysql-instance.
- secret
Id string - Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
- configuration
Source
Amazon Seller Partner Configuration Args - The values required to configure the source. The schema for this must match the schema return by sourcedefinitionspecifications/get for the source.
- workspace_
id str - definition_
id str - The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. Default: "e55879a8-0ef8-4557-abcf-ab34c53ec460"; 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
- The values required to configure the source. The schema for this must match the schema return by sourcedefinitionspecifications/get for the source.
- workspace
Id String - definition
Id String - The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. Default: "e55879a8-0ef8-4557-abcf-ab34c53ec460"; Requires replacement if changed.
- name String
- Name of the source e.g. dev-mysql-instance.
- secret
Id 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:
- Created
At double - Id string
- The provider-assigned unique ID for this managed resource.
- Resource
Allocation SourceAmazon Seller Partner Resource Allocation - 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 string - Source
Type string
- Created
At float64 - Id string
- The provider-assigned unique ID for this managed resource.
- Resource
Allocation SourceAmazon Seller Partner Resource Allocation - 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 string - Source
Type string
- created
At Double - id String
- The provider-assigned unique ID for this managed resource.
- resource
Allocation SourceAmazon Seller Partner Resource Allocation - 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 String - source
Type String
- created
At number - id string
- The provider-assigned unique ID for this managed resource.
- resource
Allocation SourceAmazon Seller Partner Resource Allocation - 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 string - source
Type string
- created_
at float - id str
- The provider-assigned unique ID for this managed resource.
- resource_
allocation SourceAmazon Seller Partner Resource Allocation - 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
- created
At Number - id String
- The provider-assigned unique ID for this managed resource.
- resource
Allocation 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.
- source
Id String - source
Type 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) -> 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
Source
Amazon Seller Partner Configuration - The values required to configure the source. The schema for this must match the schema return by sourcedefinitionspecifications/get for the source.
- Created
At double - Definition
Id string - The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. Default: "e55879a8-0ef8-4557-abcf-ab34c53ec460"; Requires replacement if changed.
- Name string
- Name of the source e.g. dev-mysql-instance.
- Resource
Allocation SourceAmazon Seller Partner Resource Allocation - 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 string - Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
- Source
Id string - Source
Type string - Workspace
Id string
- Configuration
Source
Amazon Seller Partner Configuration Args - The values required to configure the source. The schema for this must match the schema return by sourcedefinitionspecifications/get for the source.
- Created
At float64 - Definition
Id string - The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. Default: "e55879a8-0ef8-4557-abcf-ab34c53ec460"; Requires replacement if changed.
- Name string
- Name of the source e.g. dev-mysql-instance.
- Resource
Allocation SourceAmazon Seller Partner Resource Allocation Args - 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 string - Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
- Source
Id string - Source
Type string - Workspace
Id string
- configuration
Source
Amazon Seller Partner Configuration - The values required to configure the source. The schema for this must match the schema return by sourcedefinitionspecifications/get for the source.
- created
At Double - definition
Id String - The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. Default: "e55879a8-0ef8-4557-abcf-ab34c53ec460"; Requires replacement if changed.
- name String
- Name of the source e.g. dev-mysql-instance.
- resource
Allocation SourceAmazon Seller Partner Resource Allocation - 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 String - Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
- source
Id String - source
Type String - workspace
Id String
- configuration
Source
Amazon Seller Partner Configuration - The values required to configure the source. The schema for this must match the schema return by sourcedefinitionspecifications/get for the source.
- created
At number - definition
Id string - The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. Default: "e55879a8-0ef8-4557-abcf-ab34c53ec460"; Requires replacement if changed.
- name string
- Name of the source e.g. dev-mysql-instance.
- resource
Allocation SourceAmazon Seller Partner Resource Allocation - 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 string - Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
- source
Id string - source
Type string - workspace
Id string
- configuration
Source
Amazon Seller Partner Configuration Args - The values required to configure the source. The schema for this must match the schema return by sourcedefinitionspecifications/get for the source.
- created_
at float - definition_
id str - The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. Default: "e55879a8-0ef8-4557-abcf-ab34c53ec460"; Requires replacement if changed.
- name str
- Name of the source e.g. dev-mysql-instance.
- resource_
allocation SourceAmazon Seller Partner Resource Allocation Args - 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
- The values required to configure the source. The schema for this must match the schema return by sourcedefinitionspecifications/get for the source.
- created
At Number - definition
Id String - The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. Default: "e55879a8-0ef8-4557-abcf-ab34c53ec460"; Requires replacement if changed.
- name String
- Name of the source e.g. dev-mysql-instance.
- resource
Allocation 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.
- secret
Id String - Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
- source
Id String - source
Type String - workspace
Id String
Supporting Types
SourceAmazonSellerPartnerConfiguration, SourceAmazonSellerPartnerConfigurationArgs
- Lwa
App stringId - Your Login with Amazon Client ID.
- Lwa
Client stringSecret - Your Login with Amazon Client Secret.
- Refresh
Token string - The Refresh Token obtained via OAuth flow authorization.
- Account
Type string - Type of the Account you're going to authorize the Airbyte application by. Default: "Seller"; must be one of ["Seller", "Vendor"]
- Additional
Properties string - Parsed as JSON.
- App
Id string - Your Amazon Application ID.
- Aws
Environment string - Select the AWS Environment. Default: "PRODUCTION"; must be one of ["PRODUCTION", "SANDBOX"]
- Financial
Events doubleMax Results Per Page - The maximum number of results to return per page for the ListFinancialEvents stream. If the response exceeds the maximum number of transactions or 10 MB, the API returns an InvalidInput error. Lower this value if you encounter InvalidInput errors during sync. Valid range is 1-100. Default: 100
- Financial
Events stringStep - The time window size for fetching financial events data in chunks for the ListFinancialEvents and ListFinancialEventGroups streams. Options include hourly (1H, 6H, 12H) and daily (1D, 7D, 14D, 30D, 60D, 90D, 180D) granularity. - Hourly step sizes (e.g., 1H, 6H) are recommended for very high data volumes where daily windows cause pagination token expiration (TTL errors). They fetch smaller chunks per request, reducing the risk of timeouts. - Daily step sizes (e.g., 1D, 7D) are better for moderate data volumes. They balance sync speed with API efficiency. - Larger step sizes (e.g., 30D, 180D) are better for smaller data volumes. They fetch more data per request, speeding up syncing and reducing the number of API calls. Select a step size that matches your data volume to optimize syncing speed and API performance. Default: "180D"; must be one of ["1H", "2H", "4H", "6H", "8H", "12H", "1D", "7D", "14D", "30D", "60D", "90D", "180D"]
- Max
Async doubleJob Count - The maximum number of concurrent asynchronous job requests that can be active at a time. Default: 2
- Num
Workers double - The number of workers to use for the connector when syncing concurrently. Default: 2
- Period
In 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"]
- Replication
End stringDate - UTC date and time in the format 2017-01-25T00:00:00Z. Any data after this date will not be replicated.
- Replication
Start 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.
- Report
Options List<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
- Lwa
App stringId - Your Login with Amazon Client ID.
- Lwa
Client stringSecret - Your Login with Amazon Client Secret.
- Refresh
Token string - The Refresh Token obtained via OAuth flow authorization.
- Account
Type string - Type of the Account you're going to authorize the Airbyte application by. Default: "Seller"; must be one of ["Seller", "Vendor"]
- Additional
Properties string - Parsed as JSON.
- App
Id string - Your Amazon Application ID.
- Aws
Environment string - Select the AWS Environment. Default: "PRODUCTION"; must be one of ["PRODUCTION", "SANDBOX"]
- Financial
Events float64Max Results Per Page - The maximum number of results to return per page for the ListFinancialEvents stream. If the response exceeds the maximum number of transactions or 10 MB, the API returns an InvalidInput error. Lower this value if you encounter InvalidInput errors during sync. Valid range is 1-100. Default: 100
- Financial
Events stringStep - The time window size for fetching financial events data in chunks for the ListFinancialEvents and ListFinancialEventGroups streams. Options include hourly (1H, 6H, 12H) and daily (1D, 7D, 14D, 30D, 60D, 90D, 180D) granularity. - Hourly step sizes (e.g., 1H, 6H) are recommended for very high data volumes where daily windows cause pagination token expiration (TTL errors). They fetch smaller chunks per request, reducing the risk of timeouts. - Daily step sizes (e.g., 1D, 7D) are better for moderate data volumes. They balance sync speed with API efficiency. - Larger step sizes (e.g., 30D, 180D) are better for smaller data volumes. They fetch more data per request, speeding up syncing and reducing the number of API calls. Select a step size that matches your data volume to optimize syncing speed and API performance. Default: "180D"; must be one of ["1H", "2H", "4H", "6H", "8H", "12H", "1D", "7D", "14D", "30D", "60D", "90D", "180D"]
- Max
Async float64Job Count - The maximum number of concurrent asynchronous job requests that can be active at a time. Default: 2
- Num
Workers float64 - The number of workers to use for the connector when syncing concurrently. Default: 2
- Period
In 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"]
- Replication
End stringDate - UTC date and time in the format 2017-01-25T00:00:00Z. Any data after this date will not be replicated.
- Replication
Start 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.
- Report
Options []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
- lwa
App StringId - Your Login with Amazon Client ID.
- lwa
Client StringSecret - Your Login with Amazon Client Secret.
- refresh
Token String - The Refresh Token obtained via OAuth flow authorization.
- account
Type String - Type of the Account you're going to authorize the Airbyte application by. Default: "Seller"; must be one of ["Seller", "Vendor"]
- additional
Properties String - Parsed as JSON.
- app
Id String - Your Amazon Application ID.
- aws
Environment String - Select the AWS Environment. Default: "PRODUCTION"; must be one of ["PRODUCTION", "SANDBOX"]
- financial
Events DoubleMax Results Per Page - The maximum number of results to return per page for the ListFinancialEvents stream. If the response exceeds the maximum number of transactions or 10 MB, the API returns an InvalidInput error. Lower this value if you encounter InvalidInput errors during sync. Valid range is 1-100. Default: 100
- financial
Events StringStep - The time window size for fetching financial events data in chunks for the ListFinancialEvents and ListFinancialEventGroups streams. Options include hourly (1H, 6H, 12H) and daily (1D, 7D, 14D, 30D, 60D, 90D, 180D) granularity. - Hourly step sizes (e.g., 1H, 6H) are recommended for very high data volumes where daily windows cause pagination token expiration (TTL errors). They fetch smaller chunks per request, reducing the risk of timeouts. - Daily step sizes (e.g., 1D, 7D) are better for moderate data volumes. They balance sync speed with API efficiency. - Larger step sizes (e.g., 30D, 180D) are better for smaller data volumes. They fetch more data per request, speeding up syncing and reducing the number of API calls. Select a step size that matches your data volume to optimize syncing speed and API performance. Default: "180D"; must be one of ["1H", "2H", "4H", "6H", "8H", "12H", "1D", "7D", "14D", "30D", "60D", "90D", "180D"]
- max
Async DoubleJob Count - The maximum number of concurrent asynchronous job requests that can be active at a time. Default: 2
- num
Workers Double - The number of workers to use for the connector when syncing concurrently. Default: 2
- period
In 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"]
- replication
End StringDate - UTC date and time in the format 2017-01-25T00:00:00Z. Any data after this date will not be replicated.
- replication
Start 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.
- report
Options List<SourceLists Amazon Seller Partner Configuration Report Options List> - Additional information passed to reports. This varies by report type.
- wait
To 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 stringId - Your Login with Amazon Client ID.
- lwa
Client stringSecret - Your Login with Amazon Client Secret.
- refresh
Token string - The Refresh Token obtained via OAuth flow authorization.
- account
Type string - Type of the Account you're going to authorize the Airbyte application by. Default: "Seller"; must be one of ["Seller", "Vendor"]
- additional
Properties string - Parsed as JSON.
- app
Id string - Your Amazon Application ID.
- aws
Environment string - Select the AWS Environment. Default: "PRODUCTION"; must be one of ["PRODUCTION", "SANDBOX"]
- financial
Events numberMax Results Per Page - The maximum number of results to return per page for the ListFinancialEvents stream. If the response exceeds the maximum number of transactions or 10 MB, the API returns an InvalidInput error. Lower this value if you encounter InvalidInput errors during sync. Valid range is 1-100. Default: 100
- financial
Events stringStep - The time window size for fetching financial events data in chunks for the ListFinancialEvents and ListFinancialEventGroups streams. Options include hourly (1H, 6H, 12H) and daily (1D, 7D, 14D, 30D, 60D, 90D, 180D) granularity. - Hourly step sizes (e.g., 1H, 6H) are recommended for very high data volumes where daily windows cause pagination token expiration (TTL errors). They fetch smaller chunks per request, reducing the risk of timeouts. - Daily step sizes (e.g., 1D, 7D) are better for moderate data volumes. They balance sync speed with API efficiency. - Larger step sizes (e.g., 30D, 180D) are better for smaller data volumes. They fetch more data per request, speeding up syncing and reducing the number of API calls. Select a step size that matches your data volume to optimize syncing speed and API performance. Default: "180D"; must be one of ["1H", "2H", "4H", "6H", "8H", "12H", "1D", "7D", "14D", "30D", "60D", "90D", "180D"]
- max
Async numberJob Count - The maximum number of concurrent asynchronous job requests that can be active at a time. Default: 2
- num
Workers number - The number of workers to use for the connector when syncing concurrently. Default: 2
- period
In 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"]
- replication
End stringDate - UTC date and time in the format 2017-01-25T00:00:00Z. Any data after this date will not be replicated.
- replication
Start 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.
- report
Options SourceLists Amazon Seller Partner Configuration Report Options List[] - Additional information passed to reports. This varies by report type.
- wait
To 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"]
- additional_
properties str - Parsed as JSON.
- app_
id str - Your Amazon Application ID.
- aws_
environment str - Select the AWS Environment. Default: "PRODUCTION"; must be one of ["PRODUCTION", "SANDBOX"]
- financial_
events_ floatmax_ results_ per_ page - The maximum number of results to return per page for the ListFinancialEvents stream. If the response exceeds the maximum number of transactions or 10 MB, the API returns an InvalidInput error. Lower this value if you encounter InvalidInput errors during sync. Valid range is 1-100. Default: 100
- financial_
events_ strstep - The time window size for fetching financial events data in chunks for the ListFinancialEvents and ListFinancialEventGroups streams. Options include hourly (1H, 6H, 12H) and daily (1D, 7D, 14D, 30D, 60D, 90D, 180D) granularity. - Hourly step sizes (e.g., 1H, 6H) are recommended for very high data volumes where daily windows cause pagination token expiration (TTL errors). They fetch smaller chunks per request, reducing the risk of timeouts. - Daily step sizes (e.g., 1D, 7D) are better for moderate data volumes. They balance sync speed with API efficiency. - Larger step sizes (e.g., 30D, 180D) are better for smaller data volumes. They fetch more data per request, speeding up syncing and reducing the number of API calls. Select a step size that matches your data volume to optimize syncing speed and API performance. Default: "180D"; must be one of ["1H", "2H", "4H", "6H", "8H", "12H", "1D", "7D", "14D", "30D", "60D", "90D", "180D"]
- max_
async_ floatjob_ count - The maximum number of concurrent asynchronous job requests that can be active at a time. Default: 2
- num_
workers float - The number of workers to use for the connector when syncing concurrently. Default: 2
- 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
- lwa
App StringId - Your Login with Amazon Client ID.
- lwa
Client StringSecret - Your Login with Amazon Client Secret.
- refresh
Token String - The Refresh Token obtained via OAuth flow authorization.
- account
Type String - Type of the Account you're going to authorize the Airbyte application by. Default: "Seller"; must be one of ["Seller", "Vendor"]
- additional
Properties String - Parsed as JSON.
- app
Id String - Your Amazon Application ID.
- aws
Environment String - Select the AWS Environment. Default: "PRODUCTION"; must be one of ["PRODUCTION", "SANDBOX"]
- financial
Events NumberMax Results Per Page - The maximum number of results to return per page for the ListFinancialEvents stream. If the response exceeds the maximum number of transactions or 10 MB, the API returns an InvalidInput error. Lower this value if you encounter InvalidInput errors during sync. Valid range is 1-100. Default: 100
- financial
Events StringStep - The time window size for fetching financial events data in chunks for the ListFinancialEvents and ListFinancialEventGroups streams. Options include hourly (1H, 6H, 12H) and daily (1D, 7D, 14D, 30D, 60D, 90D, 180D) granularity. - Hourly step sizes (e.g., 1H, 6H) are recommended for very high data volumes where daily windows cause pagination token expiration (TTL errors). They fetch smaller chunks per request, reducing the risk of timeouts. - Daily step sizes (e.g., 1D, 7D) are better for moderate data volumes. They balance sync speed with API efficiency. - Larger step sizes (e.g., 30D, 180D) are better for smaller data volumes. They fetch more data per request, speeding up syncing and reducing the number of API calls. Select a step size that matches your data volume to optimize syncing speed and API performance. Default: "180D"; must be one of ["1H", "2H", "4H", "6H", "8H", "12H", "1D", "7D", "14D", "30D", "60D", "90D", "180D"]
- max
Async NumberJob Count - The maximum number of concurrent asynchronous job requests that can be active at a time. Default: 2
- num
Workers Number - The number of workers to use for the connector when syncing concurrently. Default: 2
- period
In 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"]
- replication
End StringDate - UTC date and time in the format 2017-01-25T00:00:00Z. Any data after this date will not be replicated.
- replication
Start 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.
- report
Options List<Property Map>Lists - Additional information passed to reports. This varies by report type.
- wait
To 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
- Options
Lists List<SourceAmazon Seller Partner Configuration Report Options List Options List> - List of options
- Report
Name string - must be one of ["GETAFNINVENTORYDATA", "GETAFNINVENTORYDATABYCOUNTRY", "GETAMAZONFULFILLEDSHIPMENTSDATAGENERAL", "GETBRANDANALYTICSALTERNATEPURCHASEREPORT", "GETBRANDANALYTICSITEMCOMPARISONREPORT", "GETBRANDANALYTICSMARKETBASKETREPORT", "GETBRANDANALYTICSREPEATPURCHASEREPORT", "GETBRANDANALYTICSSEARCHTERMSREPORT", "GETFBAESTIMATEDFBAFEESTXTDATA", "GETFBAFULFILLMENTCUSTOMERRETURNSDATA", "GETFBAFULFILLMENTCUSTOMERSHIPMENTPROMOTIONDATA", "GETFBAFULFILLMENTCUSTOMERSHIPMENTREPLACEMENTDATA", "GETFBAFULFILLMENTREMOVALORDERDETAILDATA", "GETFBAFULFILLMENTREMOVALSHIPMENTDETAILDATA", "GETFBAINVENTORYPLANNINGDATA", "GETFBAMYIUNSUPPRESSEDINVENTORYDATA", "GETFBAREIMBURSEMENTSDATA", "GETFBASTORAGEFEECHARGESDATA", "GETFLATFILEACTIONABLEORDERDATASHIPPING", "GETFLATFILEALLORDERSDATABYLASTUPDATEGENERAL", "GETFLATFILEALLORDERSDATABYORDERDATEGENERAL", "GETFLATFILEARCHIVEDORDERSDATABYORDERDATE", "GETFLATFILEOPENLISTINGSDATA", "GETFLATFILERETURNSDATABYRETURNDATE", "GETLEDGERDETAILVIEWDATA", "GETLEDGERSUMMARYVIEWDATA", "GETMERCHANTCANCELLEDLISTINGSDATA", "GETMERCHANTLISTINGSALLDATA", "GETMERCHANTLISTINGSDATA", "GETMERCHANTLISTINGSDATABACKCOMPAT", "GETMERCHANTLISTINGSINACTIVEDATA", "GETMERCHANTSLISTINGSFYPREPORT", "GETORDERREPORTDATASHIPPING", "GETRESTOCKINVENTORYRECOMMENDATIONSREPORT", "GETSALESANDTRAFFICREPORT", "GETSELLERFEEDBACKDATA", "GETSTRANDEDINVENTORYUIDATA", "GETV2SETTLEMENTREPORTDATAFLATFILE", "GETVENDORFORECASTINGREPORT", "GETVENDORINVENTORYREPORT", "GETVENDORREALTIMEINVENTORYREPORT", "GETVENDORSALESREPORT", "GETXMLALLORDERSDATABYORDERDATEGENERAL", "GETXMLBROWSETREE_DATA"]
- Stream
Name string
- Options
Lists []SourceAmazon Seller Partner Configuration Report Options List Options List - List of options
- Report
Name string - must be one of ["GETAFNINVENTORYDATA", "GETAFNINVENTORYDATABYCOUNTRY", "GETAMAZONFULFILLEDSHIPMENTSDATAGENERAL", "GETBRANDANALYTICSALTERNATEPURCHASEREPORT", "GETBRANDANALYTICSITEMCOMPARISONREPORT", "GETBRANDANALYTICSMARKETBASKETREPORT", "GETBRANDANALYTICSREPEATPURCHASEREPORT", "GETBRANDANALYTICSSEARCHTERMSREPORT", "GETFBAESTIMATEDFBAFEESTXTDATA", "GETFBAFULFILLMENTCUSTOMERRETURNSDATA", "GETFBAFULFILLMENTCUSTOMERSHIPMENTPROMOTIONDATA", "GETFBAFULFILLMENTCUSTOMERSHIPMENTREPLACEMENTDATA", "GETFBAFULFILLMENTREMOVALORDERDETAILDATA", "GETFBAFULFILLMENTREMOVALSHIPMENTDETAILDATA", "GETFBAINVENTORYPLANNINGDATA", "GETFBAMYIUNSUPPRESSEDINVENTORYDATA", "GETFBAREIMBURSEMENTSDATA", "GETFBASTORAGEFEECHARGESDATA", "GETFLATFILEACTIONABLEORDERDATASHIPPING", "GETFLATFILEALLORDERSDATABYLASTUPDATEGENERAL", "GETFLATFILEALLORDERSDATABYORDERDATEGENERAL", "GETFLATFILEARCHIVEDORDERSDATABYORDERDATE", "GETFLATFILEOPENLISTINGSDATA", "GETFLATFILERETURNSDATABYRETURNDATE", "GETLEDGERDETAILVIEWDATA", "GETLEDGERSUMMARYVIEWDATA", "GETMERCHANTCANCELLEDLISTINGSDATA", "GETMERCHANTLISTINGSALLDATA", "GETMERCHANTLISTINGSDATA", "GETMERCHANTLISTINGSDATABACKCOMPAT", "GETMERCHANTLISTINGSINACTIVEDATA", "GETMERCHANTSLISTINGSFYPREPORT", "GETORDERREPORTDATASHIPPING", "GETRESTOCKINVENTORYRECOMMENDATIONSREPORT", "GETSALESANDTRAFFICREPORT", "GETSELLERFEEDBACKDATA", "GETSTRANDEDINVENTORYUIDATA", "GETV2SETTLEMENTREPORTDATAFLATFILE", "GETVENDORFORECASTINGREPORT", "GETVENDORINVENTORYREPORT", "GETVENDORREALTIMEINVENTORYREPORT", "GETVENDORSALESREPORT", "GETXMLALLORDERSDATABYORDERDATEGENERAL", "GETXMLBROWSETREE_DATA"]
- Stream
Name string
- options
Lists List<SourceAmazon Seller Partner Configuration Report Options List Options List> - List of options
- report
Name String - must be one of ["GETAFNINVENTORYDATA", "GETAFNINVENTORYDATABYCOUNTRY", "GETAMAZONFULFILLEDSHIPMENTSDATAGENERAL", "GETBRANDANALYTICSALTERNATEPURCHASEREPORT", "GETBRANDANALYTICSITEMCOMPARISONREPORT", "GETBRANDANALYTICSMARKETBASKETREPORT", "GETBRANDANALYTICSREPEATPURCHASEREPORT", "GETBRANDANALYTICSSEARCHTERMSREPORT", "GETFBAESTIMATEDFBAFEESTXTDATA", "GETFBAFULFILLMENTCUSTOMERRETURNSDATA", "GETFBAFULFILLMENTCUSTOMERSHIPMENTPROMOTIONDATA", "GETFBAFULFILLMENTCUSTOMERSHIPMENTREPLACEMENTDATA", "GETFBAFULFILLMENTREMOVALORDERDETAILDATA", "GETFBAFULFILLMENTREMOVALSHIPMENTDETAILDATA", "GETFBAINVENTORYPLANNINGDATA", "GETFBAMYIUNSUPPRESSEDINVENTORYDATA", "GETFBAREIMBURSEMENTSDATA", "GETFBASTORAGEFEECHARGESDATA", "GETFLATFILEACTIONABLEORDERDATASHIPPING", "GETFLATFILEALLORDERSDATABYLASTUPDATEGENERAL", "GETFLATFILEALLORDERSDATABYORDERDATEGENERAL", "GETFLATFILEARCHIVEDORDERSDATABYORDERDATE", "GETFLATFILEOPENLISTINGSDATA", "GETFLATFILERETURNSDATABYRETURNDATE", "GETLEDGERDETAILVIEWDATA", "GETLEDGERSUMMARYVIEWDATA", "GETMERCHANTCANCELLEDLISTINGSDATA", "GETMERCHANTLISTINGSALLDATA", "GETMERCHANTLISTINGSDATA", "GETMERCHANTLISTINGSDATABACKCOMPAT", "GETMERCHANTLISTINGSINACTIVEDATA", "GETMERCHANTSLISTINGSFYPREPORT", "GETORDERREPORTDATASHIPPING", "GETRESTOCKINVENTORYRECOMMENDATIONSREPORT", "GETSALESANDTRAFFICREPORT", "GETSELLERFEEDBACKDATA", "GETSTRANDEDINVENTORYUIDATA", "GETV2SETTLEMENTREPORTDATAFLATFILE", "GETVENDORFORECASTINGREPORT", "GETVENDORINVENTORYREPORT", "GETVENDORREALTIMEINVENTORYREPORT", "GETVENDORSALESREPORT", "GETXMLALLORDERSDATABYORDERDATEGENERAL", "GETXMLBROWSETREE_DATA"]
- stream
Name String
- options
Lists SourceAmazon Seller Partner Configuration Report Options List Options List[] - List of options
- report
Name string - must be one of ["GETAFNINVENTORYDATA", "GETAFNINVENTORYDATABYCOUNTRY", "GETAMAZONFULFILLEDSHIPMENTSDATAGENERAL", "GETBRANDANALYTICSALTERNATEPURCHASEREPORT", "GETBRANDANALYTICSITEMCOMPARISONREPORT", "GETBRANDANALYTICSMARKETBASKETREPORT", "GETBRANDANALYTICSREPEATPURCHASEREPORT", "GETBRANDANALYTICSSEARCHTERMSREPORT", "GETFBAESTIMATEDFBAFEESTXTDATA", "GETFBAFULFILLMENTCUSTOMERRETURNSDATA", "GETFBAFULFILLMENTCUSTOMERSHIPMENTPROMOTIONDATA", "GETFBAFULFILLMENTCUSTOMERSHIPMENTREPLACEMENTDATA", "GETFBAFULFILLMENTREMOVALORDERDETAILDATA", "GETFBAFULFILLMENTREMOVALSHIPMENTDETAILDATA", "GETFBAINVENTORYPLANNINGDATA", "GETFBAMYIUNSUPPRESSEDINVENTORYDATA", "GETFBAREIMBURSEMENTSDATA", "GETFBASTORAGEFEECHARGESDATA", "GETFLATFILEACTIONABLEORDERDATASHIPPING", "GETFLATFILEALLORDERSDATABYLASTUPDATEGENERAL", "GETFLATFILEALLORDERSDATABYORDERDATEGENERAL", "GETFLATFILEARCHIVEDORDERSDATABYORDERDATE", "GETFLATFILEOPENLISTINGSDATA", "GETFLATFILERETURNSDATABYRETURNDATE", "GETLEDGERDETAILVIEWDATA", "GETLEDGERSUMMARYVIEWDATA", "GETMERCHANTCANCELLEDLISTINGSDATA", "GETMERCHANTLISTINGSALLDATA", "GETMERCHANTLISTINGSDATA", "GETMERCHANTLISTINGSDATABACKCOMPAT", "GETMERCHANTLISTINGSINACTIVEDATA", "GETMERCHANTSLISTINGSFYPREPORT", "GETORDERREPORTDATASHIPPING", "GETRESTOCKINVENTORYRECOMMENDATIONSREPORT", "GETSALESANDTRAFFICREPORT", "GETSELLERFEEDBACKDATA", "GETSTRANDEDINVENTORYUIDATA", "GETV2SETTLEMENTREPORTDATAFLATFILE", "GETVENDORFORECASTINGREPORT", "GETVENDORINVENTORYREPORT", "GETVENDORREALTIMEINVENTORYREPORT", "GETVENDORSALESREPORT", "GETXMLALLORDERSDATABYORDERDATEGENERAL", "GETXMLBROWSETREE_DATA"]
- stream
Name 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", "GETBRANDANALYTICSALTERNATEPURCHASEREPORT", "GETBRANDANALYTICSITEMCOMPARISONREPORT", "GETBRANDANALYTICSMARKETBASKETREPORT", "GETBRANDANALYTICSREPEATPURCHASEREPORT", "GETBRANDANALYTICSSEARCHTERMSREPORT", "GETFBAESTIMATEDFBAFEESTXTDATA", "GETFBAFULFILLMENTCUSTOMERRETURNSDATA", "GETFBAFULFILLMENTCUSTOMERSHIPMENTPROMOTIONDATA", "GETFBAFULFILLMENTCUSTOMERSHIPMENTREPLACEMENTDATA", "GETFBAFULFILLMENTREMOVALORDERDETAILDATA", "GETFBAFULFILLMENTREMOVALSHIPMENTDETAILDATA", "GETFBAINVENTORYPLANNINGDATA", "GETFBAMYIUNSUPPRESSEDINVENTORYDATA", "GETFBAREIMBURSEMENTSDATA", "GETFBASTORAGEFEECHARGESDATA", "GETFLATFILEACTIONABLEORDERDATASHIPPING", "GETFLATFILEALLORDERSDATABYLASTUPDATEGENERAL", "GETFLATFILEALLORDERSDATABYORDERDATEGENERAL", "GETFLATFILEARCHIVEDORDERSDATABYORDERDATE", "GETFLATFILEOPENLISTINGSDATA", "GETFLATFILERETURNSDATABYRETURNDATE", "GETLEDGERDETAILVIEWDATA", "GETLEDGERSUMMARYVIEWDATA", "GETMERCHANTCANCELLEDLISTINGSDATA", "GETMERCHANTLISTINGSALLDATA", "GETMERCHANTLISTINGSDATA", "GETMERCHANTLISTINGSDATABACKCOMPAT", "GETMERCHANTLISTINGSINACTIVEDATA", "GETMERCHANTSLISTINGSFYPREPORT", "GETORDERREPORTDATASHIPPING", "GETRESTOCKINVENTORYRECOMMENDATIONSREPORT", "GETSALESANDTRAFFICREPORT", "GETSELLERFEEDBACKDATA", "GETSTRANDEDINVENTORYUIDATA", "GETV2SETTLEMENTREPORTDATAFLATFILE", "GETVENDORFORECASTINGREPORT", "GETVENDORINVENTORYREPORT", "GETVENDORREALTIMEINVENTORYREPORT", "GETVENDORSALESREPORT", "GETXMLALLORDERSDATABYORDERDATEGENERAL", "GETXMLBROWSETREE_DATA"]
- stream_
name str
- options
Lists List<Property Map> - List of options
- report
Name String - must be one of ["GETAFNINVENTORYDATA", "GETAFNINVENTORYDATABYCOUNTRY", "GETAMAZONFULFILLEDSHIPMENTSDATAGENERAL", "GETBRANDANALYTICSALTERNATEPURCHASEREPORT", "GETBRANDANALYTICSITEMCOMPARISONREPORT", "GETBRANDANALYTICSMARKETBASKETREPORT", "GETBRANDANALYTICSREPEATPURCHASEREPORT", "GETBRANDANALYTICSSEARCHTERMSREPORT", "GETFBAESTIMATEDFBAFEESTXTDATA", "GETFBAFULFILLMENTCUSTOMERRETURNSDATA", "GETFBAFULFILLMENTCUSTOMERSHIPMENTPROMOTIONDATA", "GETFBAFULFILLMENTCUSTOMERSHIPMENTREPLACEMENTDATA", "GETFBAFULFILLMENTREMOVALORDERDETAILDATA", "GETFBAFULFILLMENTREMOVALSHIPMENTDETAILDATA", "GETFBAINVENTORYPLANNINGDATA", "GETFBAMYIUNSUPPRESSEDINVENTORYDATA", "GETFBAREIMBURSEMENTSDATA", "GETFBASTORAGEFEECHARGESDATA", "GETFLATFILEACTIONABLEORDERDATASHIPPING", "GETFLATFILEALLORDERSDATABYLASTUPDATEGENERAL", "GETFLATFILEALLORDERSDATABYORDERDATEGENERAL", "GETFLATFILEARCHIVEDORDERSDATABYORDERDATE", "GETFLATFILEOPENLISTINGSDATA", "GETFLATFILERETURNSDATABYRETURNDATE", "GETLEDGERDETAILVIEWDATA", "GETLEDGERSUMMARYVIEWDATA", "GETMERCHANTCANCELLEDLISTINGSDATA", "GETMERCHANTLISTINGSALLDATA", "GETMERCHANTLISTINGSDATA", "GETMERCHANTLISTINGSDATABACKCOMPAT", "GETMERCHANTLISTINGSINACTIVEDATA", "GETMERCHANTSLISTINGSFYPREPORT", "GETORDERREPORTDATASHIPPING", "GETRESTOCKINVENTORYRECOMMENDATIONSREPORT", "GETSALESANDTRAFFICREPORT", "GETSELLERFEEDBACKDATA", "GETSTRANDEDINVENTORYUIDATA", "GETV2SETTLEMENTREPORTDATAFLATFILE", "GETVENDORFORECASTINGREPORT", "GETVENDORINVENTORYREPORT", "GETVENDORREALTIMEINVENTORYREPORT", "GETVENDORSALESREPORT", "GETXMLALLORDERSDATABYORDERDATEGENERAL", "GETXMLBROWSETREE_DATA"]
- stream
Name String
SourceAmazonSellerPartnerConfigurationReportOptionsListOptionsList, SourceAmazonSellerPartnerConfigurationReportOptionsListOptionsListArgs
- Option
Name string - Option
Value string
- Option
Name string - Option
Value string
- option
Name String - option
Value String
- option
Name string - option
Value string
- option_
name str - option_
value str
- option
Name String - option
Value String
SourceAmazonSellerPartnerResourceAllocation, SourceAmazonSellerPartnerResourceAllocationArgs
- Default
Source
Amazon Seller Partner Resource Allocation Default - optional resource requirements to run workers (blank for unbounded allocations)
- Job
Specifics List<SourceAmazon Seller Partner Resource Allocation Job Specific>
- Default
Source
Amazon Seller Partner Resource Allocation Default - optional resource requirements to run workers (blank for unbounded allocations)
- Job
Specifics []SourceAmazon Seller Partner Resource Allocation Job Specific
- default_
Source
Amazon Seller Partner Resource Allocation Default - optional resource requirements to run workers (blank for unbounded allocations)
- job
Specifics List<SourceAmazon Seller Partner Resource Allocation Job Specific>
- default
Source
Amazon Seller Partner Resource Allocation Default - optional resource requirements to run workers (blank for unbounded allocations)
- job
Specifics SourceAmazon Seller Partner Resource Allocation Job Specific[]
- default
Source
Amazon Seller Partner Resource Allocation Default - optional resource requirements to run workers (blank for unbounded allocations)
- job_
specifics Sequence[SourceAmazon Seller Partner Resource Allocation Job Specific]
- default Property Map
- optional resource requirements to run workers (blank for unbounded allocations)
- job
Specifics List<Property Map>
SourceAmazonSellerPartnerResourceAllocationDefault, SourceAmazonSellerPartnerResourceAllocationDefaultArgs
- Cpu
Limit string - Cpu
Request string - Ephemeral
Storage stringLimit - Ephemeral
Storage stringRequest - Memory
Limit string - Memory
Request string
- Cpu
Limit string - Cpu
Request string - Ephemeral
Storage stringLimit - Ephemeral
Storage stringRequest - Memory
Limit string - Memory
Request string
- cpu
Limit String - cpu
Request String - ephemeral
Storage StringLimit - ephemeral
Storage StringRequest - memory
Limit String - memory
Request String
- cpu
Limit string - cpu
Request string - ephemeral
Storage stringLimit - ephemeral
Storage stringRequest - memory
Limit string - memory
Request string
- cpu_
limit str - cpu_
request str - ephemeral_
storage_ strlimit - ephemeral_
storage_ strrequest - memory_
limit str - memory_
request str
- cpu
Limit String - cpu
Request String - ephemeral
Storage StringLimit - ephemeral
Storage StringRequest - memory
Limit String - memory
Request String
SourceAmazonSellerPartnerResourceAllocationJobSpecific, SourceAmazonSellerPartnerResourceAllocationJobSpecificArgs
- Job
Type string - enum that describes the different types of jobs that the platform runs.
- Resource
Requirements SourceAmazon Seller Partner Resource Allocation Job Specific Resource Requirements - optional resource requirements to run workers (blank for unbounded allocations)
- Job
Type string - enum that describes the different types of jobs that the platform runs.
- Resource
Requirements SourceAmazon Seller Partner Resource Allocation Job Specific Resource Requirements - optional resource requirements to run workers (blank for unbounded allocations)
- job
Type String - enum that describes the different types of jobs that the platform runs.
- resource
Requirements SourceAmazon Seller Partner Resource Allocation Job Specific Resource Requirements - optional resource requirements to run workers (blank for unbounded allocations)
- job
Type string - enum that describes the different types of jobs that the platform runs.
- resource
Requirements SourceAmazon Seller Partner Resource Allocation Job Specific Resource Requirements - 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.
- resource_
requirements SourceAmazon Seller Partner Resource Allocation Job Specific Resource Requirements - optional resource requirements to run workers (blank for unbounded allocations)
- job
Type String - enum that describes the different types of jobs that the platform runs.
- resource
Requirements Property Map - optional resource requirements to run workers (blank for unbounded allocations)
SourceAmazonSellerPartnerResourceAllocationJobSpecificResourceRequirements, SourceAmazonSellerPartnerResourceAllocationJobSpecificResourceRequirementsArgs
- Cpu
Limit string - Cpu
Request string - Ephemeral
Storage stringLimit - Ephemeral
Storage stringRequest - Memory
Limit string - Memory
Request string
- Cpu
Limit string - Cpu
Request string - Ephemeral
Storage stringLimit - Ephemeral
Storage stringRequest - Memory
Limit string - Memory
Request string
- cpu
Limit String - cpu
Request String - ephemeral
Storage StringLimit - ephemeral
Storage StringRequest - memory
Limit String - memory
Request String
- cpu
Limit string - cpu
Request string - ephemeral
Storage stringLimit - ephemeral
Storage stringRequest - memory
Limit string - memory
Request string
- cpu_
limit str - cpu_
request str - ephemeral_
storage_ strlimit - ephemeral_
storage_ strrequest - memory_
limit str - memory_
request str
- cpu
Limit String - cpu
Request String - ephemeral
Storage StringLimit - ephemeral
Storage StringRequest - memory
Limit String - memory
Request String
Import
In Terraform v1.5.0 and later, the import block can be used with the id attribute, for example:
terraform
import {
to = airbyte_source_amazon_seller_partner.my_airbyte_source_amazon_seller_partner
id = “…”
}
The pulumi import command can be used, for example:
$ 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.
