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
Source
Amazon Seller Partner Configuration - Workspace
Id string - Definition
Id 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.
- Secret
Id string - Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
- Configuration
Source
Amazon Seller Partner Configuration Args - Workspace
Id string - Definition
Id 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.
- Secret
Id string - Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
- configuration
Source
Amazon Seller Partner Configuration - workspace
Id String - definition
Id 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.
- secret
Id String - Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
- configuration
Source
Amazon Seller Partner Configuration - workspace
Id string - definition
Id 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.
- secret
Id string - Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
- configuration
Source
Amazon 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
- workspace
Id String - definition
Id 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.
- 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) -> SourceAmazonSellerPartner
func GetSourceAmazonSellerPartner(ctx *Context, name string, id IDInput, state *SourceAmazonSellerPartnerState, opts ...ResourceOption) (*SourceAmazonSellerPartner, error)
public static SourceAmazonSellerPartner Get(string name, Input<string> id, SourceAmazonSellerPartnerState? state, CustomResourceOptions? opts = null)
public static SourceAmazonSellerPartner get(String name, Output<String> id, SourceAmazonSellerPartnerState state, CustomResourceOptions options)
resources: _: type: airbyte:SourceAmazonSellerPartner get: id: ${id}
- name
- 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 - Created
At double - Definition
Id 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.
- 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 - Created
At float64 - Definition
Id 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.
- 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 - created
At Double - definition
Id 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.
- 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 - created
At number - definition
Id 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.
- 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 - created_
at float - definition_
id str - The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. Requires replacement if changed.
- name str
- Name of the source e.g. dev-mysql-instance.
- resource_
allocation 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
- created
At Number - definition
Id 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.
- 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"]
- App
Id string - Your Amazon Application ID.
- Aws
Environment string - Select the AWS Environment. Default: "PRODUCTION"; must be one of ["PRODUCTION", "SANDBOX"]
- 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"]
- App
Id string - Your Amazon Application ID.
- Aws
Environment string - Select the AWS Environment. Default: "PRODUCTION"; must be one of ["PRODUCTION", "SANDBOX"]
- 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"]
- app
Id String - Your Amazon Application ID.
- aws
Environment String - Select the AWS Environment. Default: "PRODUCTION"; must be one of ["PRODUCTION", "SANDBOX"]
- 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"]
- app
Id string - Your Amazon Application ID.
- aws
Environment string - Select the AWS Environment. Default: "PRODUCTION"; must be one of ["PRODUCTION", "SANDBOX"]
- 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"]
- 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
- 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"]
- app
Id String - Your Amazon Application ID.
- aws
Environment String - Select the AWS Environment. Default: "PRODUCTION"; must be one of ["PRODUCTION", "SANDBOX"]
- 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", "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 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", "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 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", "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 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", "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 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
- options
Lists List<Property Map> - List of options
- report
Name 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"]
- 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. must be one of ["getspec", "checkconnection", "discoverschema", "sync", "resetconnection", "connection_updater", "replicate"]
- 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. must be one of ["getspec", "checkconnection", "discoverschema", "sync", "resetconnection", "connection_updater", "replicate"]
- 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. must be one of ["getspec", "checkconnection", "discoverschema", "sync", "resetconnection", "connection_updater", "replicate"]
- 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. must be one of ["getspec", "checkconnection", "discoverschema", "sync", "resetconnection", "connection_updater", "replicate"]
- 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. must be one of ["getspec", "checkconnection", "discoverschema", "sync", "resetconnection", "connection_updater", "replicate"]
- 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. must be one of ["getspec", "checkconnection", "discoverschema", "sync", "resetconnection", "connection_updater", "replicate"]
- 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
$ 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
airbyte
Terraform Provider.