airbyte.SourceNetsuiteEnterprise
Explore with Pulumi AI
SourceNetsuiteEnterprise 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.SourceNetsuiteEnterprise;
import com.pulumi.airbyte.SourceNetsuiteEnterpriseArgs;
import com.pulumi.airbyte.inputs.SourceNetsuiteEnterpriseConfigurationArgs;
import com.pulumi.airbyte.inputs.SourceNetsuiteEnterpriseConfigurationCursorArgs;
import com.pulumi.airbyte.inputs.SourceNetsuiteEnterpriseConfigurationCursorScanChangesWithUserDefinedCursorArgs;
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 mySourceNetsuiteenterprise = new SourceNetsuiteEnterprise("mySourceNetsuiteenterprise", SourceNetsuiteEnterpriseArgs.builder()
.configuration(SourceNetsuiteEnterpriseConfigurationArgs.builder()
.account_id("...my_account_id...")
.check_privileges(true)
.checkpoint_target_interval_seconds(0)
.concurrency(0)
.cursor(SourceNetsuiteEnterpriseConfigurationCursorArgs.builder()
.scanChangesWithUserDefinedCursor(SourceNetsuiteEnterpriseConfigurationCursorScanChangesWithUserDefinedCursorArgs.builder()
.additionalProperties("{ \"see\": \"documentation\" }")
.cursorMethod("user_defined")
.build())
.build())
.host("...my_host...")
.jdbc_url_params("...my_jdbc_url_params...")
.password("...my_password...")
.port(23532)
.role_id("...my_role_id...")
.tunnel_method(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.username("...my_username...")
.build())
.definitionId("b1a37fdc-e9dc-446b-bb63-0075ceb6310e")
.secretId("...my_secret_id...")
.workspaceId("32a5fd0b-a2bf-4401-ab81-427ed8dbf79a")
.build());
}
}
resources:
mySourceNetsuiteenterprise:
type: airbyte:SourceNetsuiteEnterprise
properties:
configuration:
account_id: '...my_account_id...'
check_privileges: true
checkpoint_target_interval_seconds: 0
concurrency: 0
cursor:
scanChangesWithUserDefinedCursor:
additionalProperties: '{ "see": "documentation" }'
cursorMethod: user_defined
host: '...my_host...'
jdbc_url_params: '...my_jdbc_url_params...'
password: '...my_password...'
port: 23532
role_id: '...my_role_id...'
tunnel_method:
sshKeyAuthentication:
additionalProperties: '{ "see": "documentation" }'
sshKey: '...my_ssh_key...'
tunnelHost: '...my_tunnel_host...'
tunnelMethod: SSH_KEY_AUTH
tunnelPort: 57500
tunnelUser: '...my_tunnel_user...'
username: '...my_username...'
definitionId: b1a37fdc-e9dc-446b-bb63-0075ceb6310e
secretId: '...my_secret_id...'
workspaceId: 32a5fd0b-a2bf-4401-ab81-427ed8dbf79a
Create SourceNetsuiteEnterprise Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new SourceNetsuiteEnterprise(name: string, args: SourceNetsuiteEnterpriseArgs, opts?: CustomResourceOptions);
@overload
def SourceNetsuiteEnterprise(resource_name: str,
args: SourceNetsuiteEnterpriseArgs,
opts: Optional[ResourceOptions] = None)
@overload
def SourceNetsuiteEnterprise(resource_name: str,
opts: Optional[ResourceOptions] = None,
configuration: Optional[SourceNetsuiteEnterpriseConfigurationArgs] = None,
workspace_id: Optional[str] = None,
definition_id: Optional[str] = None,
name: Optional[str] = None,
secret_id: Optional[str] = None)
func NewSourceNetsuiteEnterprise(ctx *Context, name string, args SourceNetsuiteEnterpriseArgs, opts ...ResourceOption) (*SourceNetsuiteEnterprise, error)
public SourceNetsuiteEnterprise(string name, SourceNetsuiteEnterpriseArgs args, CustomResourceOptions? opts = null)
public SourceNetsuiteEnterprise(String name, SourceNetsuiteEnterpriseArgs args)
public SourceNetsuiteEnterprise(String name, SourceNetsuiteEnterpriseArgs args, CustomResourceOptions options)
type: airbyte:SourceNetsuiteEnterprise
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 SourceNetsuiteEnterpriseArgs
- 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 SourceNetsuiteEnterpriseArgs
- 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 SourceNetsuiteEnterpriseArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SourceNetsuiteEnterpriseArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args SourceNetsuiteEnterpriseArgs
- 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 sourceNetsuiteEnterpriseResource = new Airbyte.SourceNetsuiteEnterprise("sourceNetsuiteEnterpriseResource", new()
{
Configuration = new Airbyte.Inputs.SourceNetsuiteEnterpriseConfigurationArgs
{
AccountId = "string",
Cursor = new Airbyte.Inputs.SourceNetsuiteEnterpriseConfigurationCursorArgs
{
ScanChangesWithUserDefinedCursor = new Airbyte.Inputs.SourceNetsuiteEnterpriseConfigurationCursorScanChangesWithUserDefinedCursorArgs
{
AdditionalProperties = "string",
CursorMethod = "string",
},
},
Host = "string",
RoleId = "string",
TunnelMethod = new Airbyte.Inputs.SourceNetsuiteEnterpriseConfigurationTunnelMethodArgs
{
NoTunnel = new Airbyte.Inputs.SourceNetsuiteEnterpriseConfigurationTunnelMethodNoTunnelArgs
{
AdditionalProperties = "string",
TunnelMethod = "string",
},
PasswordAuthentication = new Airbyte.Inputs.SourceNetsuiteEnterpriseConfigurationTunnelMethodPasswordAuthenticationArgs
{
TunnelHost = "string",
TunnelUser = "string",
TunnelUserPassword = "string",
AdditionalProperties = "string",
TunnelMethod = "string",
TunnelPort = 0,
},
SshKeyAuthentication = new Airbyte.Inputs.SourceNetsuiteEnterpriseConfigurationTunnelMethodSshKeyAuthenticationArgs
{
SshKey = "string",
TunnelHost = "string",
TunnelUser = "string",
AdditionalProperties = "string",
TunnelMethod = "string",
TunnelPort = 0,
},
},
Username = "string",
CheckPrivileges = false,
CheckpointTargetIntervalSeconds = 0,
Concurrency = 0,
JdbcUrlParams = "string",
Password = "string",
Port = 0,
},
WorkspaceId = "string",
DefinitionId = "string",
Name = "string",
SecretId = "string",
});
example, err := airbyte.NewSourceNetsuiteEnterprise(ctx, "sourceNetsuiteEnterpriseResource", &airbyte.SourceNetsuiteEnterpriseArgs{
Configuration: &.SourceNetsuiteEnterpriseConfigurationArgs{
AccountId: pulumi.String("string"),
Cursor: &.SourceNetsuiteEnterpriseConfigurationCursorArgs{
ScanChangesWithUserDefinedCursor: &.SourceNetsuiteEnterpriseConfigurationCursorScanChangesWithUserDefinedCursorArgs{
AdditionalProperties: pulumi.String("string"),
CursorMethod: pulumi.String("string"),
},
},
Host: pulumi.String("string"),
RoleId: pulumi.String("string"),
TunnelMethod: &.SourceNetsuiteEnterpriseConfigurationTunnelMethodArgs{
NoTunnel: &.SourceNetsuiteEnterpriseConfigurationTunnelMethodNoTunnelArgs{
AdditionalProperties: pulumi.String("string"),
TunnelMethod: pulumi.String("string"),
},
PasswordAuthentication: &.SourceNetsuiteEnterpriseConfigurationTunnelMethodPasswordAuthenticationArgs{
TunnelHost: pulumi.String("string"),
TunnelUser: pulumi.String("string"),
TunnelUserPassword: pulumi.String("string"),
AdditionalProperties: pulumi.String("string"),
TunnelMethod: pulumi.String("string"),
TunnelPort: pulumi.Float64(0),
},
SshKeyAuthentication: &.SourceNetsuiteEnterpriseConfigurationTunnelMethodSshKeyAuthenticationArgs{
SshKey: pulumi.String("string"),
TunnelHost: pulumi.String("string"),
TunnelUser: pulumi.String("string"),
AdditionalProperties: pulumi.String("string"),
TunnelMethod: pulumi.String("string"),
TunnelPort: pulumi.Float64(0),
},
},
Username: pulumi.String("string"),
CheckPrivileges: pulumi.Bool(false),
CheckpointTargetIntervalSeconds: pulumi.Float64(0),
Concurrency: pulumi.Float64(0),
JdbcUrlParams: pulumi.String("string"),
Password: pulumi.String("string"),
Port: pulumi.Float64(0),
},
WorkspaceId: pulumi.String("string"),
DefinitionId: pulumi.String("string"),
Name: pulumi.String("string"),
SecretId: pulumi.String("string"),
})
var sourceNetsuiteEnterpriseResource = new SourceNetsuiteEnterprise("sourceNetsuiteEnterpriseResource", SourceNetsuiteEnterpriseArgs.builder()
.configuration(SourceNetsuiteEnterpriseConfigurationArgs.builder()
.accountId("string")
.cursor(SourceNetsuiteEnterpriseConfigurationCursorArgs.builder()
.scanChangesWithUserDefinedCursor(SourceNetsuiteEnterpriseConfigurationCursorScanChangesWithUserDefinedCursorArgs.builder()
.additionalProperties("string")
.cursorMethod("string")
.build())
.build())
.host("string")
.roleId("string")
.tunnelMethod(SourceNetsuiteEnterpriseConfigurationTunnelMethodArgs.builder()
.noTunnel(SourceNetsuiteEnterpriseConfigurationTunnelMethodNoTunnelArgs.builder()
.additionalProperties("string")
.tunnelMethod("string")
.build())
.passwordAuthentication(SourceNetsuiteEnterpriseConfigurationTunnelMethodPasswordAuthenticationArgs.builder()
.tunnelHost("string")
.tunnelUser("string")
.tunnelUserPassword("string")
.additionalProperties("string")
.tunnelMethod("string")
.tunnelPort(0)
.build())
.sshKeyAuthentication(SourceNetsuiteEnterpriseConfigurationTunnelMethodSshKeyAuthenticationArgs.builder()
.sshKey("string")
.tunnelHost("string")
.tunnelUser("string")
.additionalProperties("string")
.tunnelMethod("string")
.tunnelPort(0)
.build())
.build())
.username("string")
.checkPrivileges(false)
.checkpointTargetIntervalSeconds(0)
.concurrency(0)
.jdbcUrlParams("string")
.password("string")
.port(0)
.build())
.workspaceId("string")
.definitionId("string")
.name("string")
.secretId("string")
.build());
source_netsuite_enterprise_resource = airbyte.SourceNetsuiteEnterprise("sourceNetsuiteEnterpriseResource",
configuration={
"account_id": "string",
"cursor": {
"scan_changes_with_user_defined_cursor": {
"additional_properties": "string",
"cursor_method": "string",
},
},
"host": "string",
"role_id": "string",
"tunnel_method": {
"no_tunnel": {
"additional_properties": "string",
"tunnel_method": "string",
},
"password_authentication": {
"tunnel_host": "string",
"tunnel_user": "string",
"tunnel_user_password": "string",
"additional_properties": "string",
"tunnel_method": "string",
"tunnel_port": 0,
},
"ssh_key_authentication": {
"ssh_key": "string",
"tunnel_host": "string",
"tunnel_user": "string",
"additional_properties": "string",
"tunnel_method": "string",
"tunnel_port": 0,
},
},
"username": "string",
"check_privileges": False,
"checkpoint_target_interval_seconds": 0,
"concurrency": 0,
"jdbc_url_params": "string",
"password": "string",
"port": 0,
},
workspace_id="string",
definition_id="string",
name="string",
secret_id="string")
const sourceNetsuiteEnterpriseResource = new airbyte.SourceNetsuiteEnterprise("sourceNetsuiteEnterpriseResource", {
configuration: {
accountId: "string",
cursor: {
scanChangesWithUserDefinedCursor: {
additionalProperties: "string",
cursorMethod: "string",
},
},
host: "string",
roleId: "string",
tunnelMethod: {
noTunnel: {
additionalProperties: "string",
tunnelMethod: "string",
},
passwordAuthentication: {
tunnelHost: "string",
tunnelUser: "string",
tunnelUserPassword: "string",
additionalProperties: "string",
tunnelMethod: "string",
tunnelPort: 0,
},
sshKeyAuthentication: {
sshKey: "string",
tunnelHost: "string",
tunnelUser: "string",
additionalProperties: "string",
tunnelMethod: "string",
tunnelPort: 0,
},
},
username: "string",
checkPrivileges: false,
checkpointTargetIntervalSeconds: 0,
concurrency: 0,
jdbcUrlParams: "string",
password: "string",
port: 0,
},
workspaceId: "string",
definitionId: "string",
name: "string",
secretId: "string",
});
type: airbyte:SourceNetsuiteEnterprise
properties:
configuration:
accountId: string
checkPrivileges: false
checkpointTargetIntervalSeconds: 0
concurrency: 0
cursor:
scanChangesWithUserDefinedCursor:
additionalProperties: string
cursorMethod: string
host: string
jdbcUrlParams: string
password: string
port: 0
roleId: string
tunnelMethod:
noTunnel:
additionalProperties: string
tunnelMethod: string
passwordAuthentication:
additionalProperties: string
tunnelHost: string
tunnelMethod: string
tunnelPort: 0
tunnelUser: string
tunnelUserPassword: string
sshKeyAuthentication:
additionalProperties: string
sshKey: string
tunnelHost: string
tunnelMethod: string
tunnelPort: 0
tunnelUser: string
username: string
definitionId: string
name: string
secretId: string
workspaceId: string
SourceNetsuiteEnterprise 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 SourceNetsuiteEnterprise resource accepts the following input properties:
- Configuration
Source
Netsuite Enterprise 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
Netsuite Enterprise 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
Netsuite Enterprise 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
Netsuite Enterprise 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
Netsuite Enterprise 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 SourceNetsuiteEnterprise resource produces the following output properties:
- Created
At double - Id string
- The provider-assigned unique ID for this managed resource.
- Resource
Allocation SourceNetsuite Enterprise 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 SourceNetsuite Enterprise 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 SourceNetsuite Enterprise 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 SourceNetsuite Enterprise 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 SourceNetsuite Enterprise 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 SourceNetsuiteEnterprise Resource
Get an existing SourceNetsuiteEnterprise 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?: SourceNetsuiteEnterpriseState, opts?: CustomResourceOptions): SourceNetsuiteEnterprise
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
configuration: Optional[SourceNetsuiteEnterpriseConfigurationArgs] = None,
created_at: Optional[float] = None,
definition_id: Optional[str] = None,
name: Optional[str] = None,
resource_allocation: Optional[SourceNetsuiteEnterpriseResourceAllocationArgs] = None,
secret_id: Optional[str] = None,
source_id: Optional[str] = None,
source_type: Optional[str] = None,
workspace_id: Optional[str] = None) -> SourceNetsuiteEnterprise
func GetSourceNetsuiteEnterprise(ctx *Context, name string, id IDInput, state *SourceNetsuiteEnterpriseState, opts ...ResourceOption) (*SourceNetsuiteEnterprise, error)
public static SourceNetsuiteEnterprise Get(string name, Input<string> id, SourceNetsuiteEnterpriseState? state, CustomResourceOptions? opts = null)
public static SourceNetsuiteEnterprise get(String name, Output<String> id, SourceNetsuiteEnterpriseState state, CustomResourceOptions options)
resources: _: type: airbyte:SourceNetsuiteEnterprise 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
Netsuite Enterprise 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 SourceNetsuite Enterprise 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
Netsuite Enterprise 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 SourceNetsuite Enterprise 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
Netsuite Enterprise 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 SourceNetsuite Enterprise 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
Netsuite Enterprise 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 SourceNetsuite Enterprise 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
Netsuite Enterprise 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 SourceNetsuite Enterprise 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
SourceNetsuiteEnterpriseConfiguration, SourceNetsuiteEnterpriseConfigurationArgs
- Account
Id string - The username which is used to access the database.
- Cursor
Source
Netsuite Enterprise Configuration Cursor - Configures how data is extracted from the database.
- Host string
- Hostname of the database.
- Role
Id string - The username which is used to access the database.
- Tunnel
Method SourceNetsuite Enterprise Configuration Tunnel Method - Whether to initiate an SSH tunnel before connecting to the database, and if so, which kind of authentication to use.
- Username string
- The username which is used to access the database.
- Check
Privileges bool - When this feature is enabled, during schema discovery the connector will query each table or view individually to check access privileges and inaccessible tables, views, or columns therein will be removed. In large schemas, this might cause schema discovery to take too long, in which case it might be advisable to disable this feature. Default: true
- Checkpoint
Target doubleInterval Seconds - How often (in seconds) a stream should checkpoint, when possible. Default: 300
- Concurrency double
- Maximum number of concurrent queries to the database. Default: 1
- Jdbc
Url stringParams - Additional properties to pass to the JDBC URL string when connecting to the database formatted as 'key=value' pairs separated by the symbol '&'. (example: key1=value1&key2=value2&key3=value3).
- Password string
- The password associated with the username.
- Port double
- Port of the database. Default: 1708
- Account
Id string - The username which is used to access the database.
- Cursor
Source
Netsuite Enterprise Configuration Cursor - Configures how data is extracted from the database.
- Host string
- Hostname of the database.
- Role
Id string - The username which is used to access the database.
- Tunnel
Method SourceNetsuite Enterprise Configuration Tunnel Method - Whether to initiate an SSH tunnel before connecting to the database, and if so, which kind of authentication to use.
- Username string
- The username which is used to access the database.
- Check
Privileges bool - When this feature is enabled, during schema discovery the connector will query each table or view individually to check access privileges and inaccessible tables, views, or columns therein will be removed. In large schemas, this might cause schema discovery to take too long, in which case it might be advisable to disable this feature. Default: true
- Checkpoint
Target float64Interval Seconds - How often (in seconds) a stream should checkpoint, when possible. Default: 300
- Concurrency float64
- Maximum number of concurrent queries to the database. Default: 1
- Jdbc
Url stringParams - Additional properties to pass to the JDBC URL string when connecting to the database formatted as 'key=value' pairs separated by the symbol '&'. (example: key1=value1&key2=value2&key3=value3).
- Password string
- The password associated with the username.
- Port float64
- Port of the database. Default: 1708
- account
Id String - The username which is used to access the database.
- cursor
Source
Netsuite Enterprise Configuration Cursor - Configures how data is extracted from the database.
- host String
- Hostname of the database.
- role
Id String - The username which is used to access the database.
- tunnel
Method SourceNetsuite Enterprise Configuration Tunnel Method - Whether to initiate an SSH tunnel before connecting to the database, and if so, which kind of authentication to use.
- username String
- The username which is used to access the database.
- check
Privileges Boolean - When this feature is enabled, during schema discovery the connector will query each table or view individually to check access privileges and inaccessible tables, views, or columns therein will be removed. In large schemas, this might cause schema discovery to take too long, in which case it might be advisable to disable this feature. Default: true
- checkpoint
Target DoubleInterval Seconds - How often (in seconds) a stream should checkpoint, when possible. Default: 300
- concurrency Double
- Maximum number of concurrent queries to the database. Default: 1
- jdbc
Url StringParams - Additional properties to pass to the JDBC URL string when connecting to the database formatted as 'key=value' pairs separated by the symbol '&'. (example: key1=value1&key2=value2&key3=value3).
- password String
- The password associated with the username.
- port Double
- Port of the database. Default: 1708
- account
Id string - The username which is used to access the database.
- cursor
Source
Netsuite Enterprise Configuration Cursor - Configures how data is extracted from the database.
- host string
- Hostname of the database.
- role
Id string - The username which is used to access the database.
- tunnel
Method SourceNetsuite Enterprise Configuration Tunnel Method - Whether to initiate an SSH tunnel before connecting to the database, and if so, which kind of authentication to use.
- username string
- The username which is used to access the database.
- check
Privileges boolean - When this feature is enabled, during schema discovery the connector will query each table or view individually to check access privileges and inaccessible tables, views, or columns therein will be removed. In large schemas, this might cause schema discovery to take too long, in which case it might be advisable to disable this feature. Default: true
- checkpoint
Target numberInterval Seconds - How often (in seconds) a stream should checkpoint, when possible. Default: 300
- concurrency number
- Maximum number of concurrent queries to the database. Default: 1
- jdbc
Url stringParams - Additional properties to pass to the JDBC URL string when connecting to the database formatted as 'key=value' pairs separated by the symbol '&'. (example: key1=value1&key2=value2&key3=value3).
- password string
- The password associated with the username.
- port number
- Port of the database. Default: 1708
- account_
id str - The username which is used to access the database.
- cursor
Source
Netsuite Enterprise Configuration Cursor - Configures how data is extracted from the database.
- host str
- Hostname of the database.
- role_
id str - The username which is used to access the database.
- tunnel_
method SourceNetsuite Enterprise Configuration Tunnel Method - Whether to initiate an SSH tunnel before connecting to the database, and if so, which kind of authentication to use.
- username str
- The username which is used to access the database.
- check_
privileges bool - When this feature is enabled, during schema discovery the connector will query each table or view individually to check access privileges and inaccessible tables, views, or columns therein will be removed. In large schemas, this might cause schema discovery to take too long, in which case it might be advisable to disable this feature. Default: true
- checkpoint_
target_ floatinterval_ seconds - How often (in seconds) a stream should checkpoint, when possible. Default: 300
- concurrency float
- Maximum number of concurrent queries to the database. Default: 1
- jdbc_
url_ strparams - Additional properties to pass to the JDBC URL string when connecting to the database formatted as 'key=value' pairs separated by the symbol '&'. (example: key1=value1&key2=value2&key3=value3).
- password str
- The password associated with the username.
- port float
- Port of the database. Default: 1708
- account
Id String - The username which is used to access the database.
- cursor Property Map
- Configures how data is extracted from the database.
- host String
- Hostname of the database.
- role
Id String - The username which is used to access the database.
- tunnel
Method Property Map - Whether to initiate an SSH tunnel before connecting to the database, and if so, which kind of authentication to use.
- username String
- The username which is used to access the database.
- check
Privileges Boolean - When this feature is enabled, during schema discovery the connector will query each table or view individually to check access privileges and inaccessible tables, views, or columns therein will be removed. In large schemas, this might cause schema discovery to take too long, in which case it might be advisable to disable this feature. Default: true
- checkpoint
Target NumberInterval Seconds - How often (in seconds) a stream should checkpoint, when possible. Default: 300
- concurrency Number
- Maximum number of concurrent queries to the database. Default: 1
- jdbc
Url StringParams - Additional properties to pass to the JDBC URL string when connecting to the database formatted as 'key=value' pairs separated by the symbol '&'. (example: key1=value1&key2=value2&key3=value3).
- password String
- The password associated with the username.
- port Number
- Port of the database. Default: 1708
SourceNetsuiteEnterpriseConfigurationCursor, SourceNetsuiteEnterpriseConfigurationCursorArgs
- Scan
Changes SourceWith User Defined Cursor Netsuite Enterprise Configuration Cursor Scan Changes With User Defined Cursor - Incrementally detects new inserts and updates using the \n\ncursor column\n\n chosen when configuring a connection (e.g. createdat, updatedat).
- Scan
Changes SourceWith User Defined Cursor Netsuite Enterprise Configuration Cursor Scan Changes With User Defined Cursor - Incrementally detects new inserts and updates using the \n\ncursor column\n\n chosen when configuring a connection (e.g. createdat, updatedat).
- scan
Changes SourceWith User Defined Cursor Netsuite Enterprise Configuration Cursor Scan Changes With User Defined Cursor - Incrementally detects new inserts and updates using the \n\ncursor column\n\n chosen when configuring a connection (e.g. createdat, updatedat).
- scan
Changes SourceWith User Defined Cursor Netsuite Enterprise Configuration Cursor Scan Changes With User Defined Cursor - Incrementally detects new inserts and updates using the \n\ncursor column\n\n chosen when configuring a connection (e.g. createdat, updatedat).
- scan_
changes_ Sourcewith_ user_ defined_ cursor Netsuite Enterprise Configuration Cursor Scan Changes With User Defined Cursor - Incrementally detects new inserts and updates using the \n\ncursor column\n\n chosen when configuring a connection (e.g. createdat, updatedat).
- scan
Changes Property MapWith User Defined Cursor - Incrementally detects new inserts and updates using the \n\ncursor column\n\n chosen when configuring a connection (e.g. createdat, updatedat).
SourceNetsuiteEnterpriseConfigurationCursorScanChangesWithUserDefinedCursor, SourceNetsuiteEnterpriseConfigurationCursorScanChangesWithUserDefinedCursorArgs
- Additional
Properties string - Parsed as JSON.
- Cursor
Method string - Default: "userdefined"; must be "userdefined"
- Additional
Properties string - Parsed as JSON.
- Cursor
Method string - Default: "userdefined"; must be "userdefined"
- additional
Properties String - Parsed as JSON.
- cursor
Method String - Default: "userdefined"; must be "userdefined"
- additional
Properties string - Parsed as JSON.
- cursor
Method string - Default: "userdefined"; must be "userdefined"
- additional_
properties str - Parsed as JSON.
- cursor_
method str - Default: "userdefined"; must be "userdefined"
- additional
Properties String - Parsed as JSON.
- cursor
Method String - Default: "userdefined"; must be "userdefined"
SourceNetsuiteEnterpriseConfigurationTunnelMethod, SourceNetsuiteEnterpriseConfigurationTunnelMethodArgs
- No
Tunnel SourceNetsuite Enterprise Configuration Tunnel Method No Tunnel - No ssh tunnel needed to connect to database
- Password
Authentication SourceNetsuite Enterprise Configuration Tunnel Method Password Authentication - Connect through a jump server tunnel host using username and password authentication
- Ssh
Key SourceAuthentication Netsuite Enterprise Configuration Tunnel Method Ssh Key Authentication - Connect through a jump server tunnel host using username and ssh key
- No
Tunnel SourceNetsuite Enterprise Configuration Tunnel Method No Tunnel - No ssh tunnel needed to connect to database
- Password
Authentication SourceNetsuite Enterprise Configuration Tunnel Method Password Authentication - Connect through a jump server tunnel host using username and password authentication
- Ssh
Key SourceAuthentication Netsuite Enterprise Configuration Tunnel Method Ssh Key Authentication - Connect through a jump server tunnel host using username and ssh key
- no
Tunnel SourceNetsuite Enterprise Configuration Tunnel Method No Tunnel - No ssh tunnel needed to connect to database
- password
Authentication SourceNetsuite Enterprise Configuration Tunnel Method Password Authentication - Connect through a jump server tunnel host using username and password authentication
- ssh
Key SourceAuthentication Netsuite Enterprise Configuration Tunnel Method Ssh Key Authentication - Connect through a jump server tunnel host using username and ssh key
- no
Tunnel SourceNetsuite Enterprise Configuration Tunnel Method No Tunnel - No ssh tunnel needed to connect to database
- password
Authentication SourceNetsuite Enterprise Configuration Tunnel Method Password Authentication - Connect through a jump server tunnel host using username and password authentication
- ssh
Key SourceAuthentication Netsuite Enterprise Configuration Tunnel Method Ssh Key Authentication - Connect through a jump server tunnel host using username and ssh key
- no_
tunnel SourceNetsuite Enterprise Configuration Tunnel Method No Tunnel - No ssh tunnel needed to connect to database
- password_
authentication SourceNetsuite Enterprise Configuration Tunnel Method Password Authentication - Connect through a jump server tunnel host using username and password authentication
- ssh_
key_ Sourceauthentication Netsuite Enterprise Configuration Tunnel Method Ssh Key Authentication - Connect through a jump server tunnel host using username and ssh key
- no
Tunnel Property Map - No ssh tunnel needed to connect to database
- password
Authentication Property Map - Connect through a jump server tunnel host using username and password authentication
- ssh
Key Property MapAuthentication - Connect through a jump server tunnel host using username and ssh key
SourceNetsuiteEnterpriseConfigurationTunnelMethodNoTunnel, SourceNetsuiteEnterpriseConfigurationTunnelMethodNoTunnelArgs
- Additional
Properties string - Parsed as JSON.
- Tunnel
Method string - Default: "NOTUNNEL"; must be "NOTUNNEL"
- Additional
Properties string - Parsed as JSON.
- Tunnel
Method string - Default: "NOTUNNEL"; must be "NOTUNNEL"
- additional
Properties String - Parsed as JSON.
- tunnel
Method String - Default: "NOTUNNEL"; must be "NOTUNNEL"
- additional
Properties string - Parsed as JSON.
- tunnel
Method string - Default: "NOTUNNEL"; must be "NOTUNNEL"
- additional_
properties str - Parsed as JSON.
- tunnel_
method str - Default: "NOTUNNEL"; must be "NOTUNNEL"
- additional
Properties String - Parsed as JSON.
- tunnel
Method String - Default: "NOTUNNEL"; must be "NOTUNNEL"
SourceNetsuiteEnterpriseConfigurationTunnelMethodPasswordAuthentication, SourceNetsuiteEnterpriseConfigurationTunnelMethodPasswordAuthenticationArgs
- Tunnel
Host string - Hostname of the jump server host that allows inbound ssh tunnel.
- Tunnel
User string - OS-level username for logging into the jump server host
- Tunnel
User stringPassword - OS-level password for logging into the jump server host
- Additional
Properties string - Parsed as JSON.
- Tunnel
Method string - Default: "SSHPASSWORDAUTH"; must be "SSHPASSWORDAUTH"
- Tunnel
Port double - Port on the proxy/jump server that accepts inbound ssh connections. Default: 22
- Tunnel
Host string - Hostname of the jump server host that allows inbound ssh tunnel.
- Tunnel
User string - OS-level username for logging into the jump server host
- Tunnel
User stringPassword - OS-level password for logging into the jump server host
- Additional
Properties string - Parsed as JSON.
- Tunnel
Method string - Default: "SSHPASSWORDAUTH"; must be "SSHPASSWORDAUTH"
- Tunnel
Port float64 - Port on the proxy/jump server that accepts inbound ssh connections. Default: 22
- tunnel
Host String - Hostname of the jump server host that allows inbound ssh tunnel.
- tunnel
User String - OS-level username for logging into the jump server host
- tunnel
User StringPassword - OS-level password for logging into the jump server host
- additional
Properties String - Parsed as JSON.
- tunnel
Method String - Default: "SSHPASSWORDAUTH"; must be "SSHPASSWORDAUTH"
- tunnel
Port Double - Port on the proxy/jump server that accepts inbound ssh connections. Default: 22
- tunnel
Host string - Hostname of the jump server host that allows inbound ssh tunnel.
- tunnel
User string - OS-level username for logging into the jump server host
- tunnel
User stringPassword - OS-level password for logging into the jump server host
- additional
Properties string - Parsed as JSON.
- tunnel
Method string - Default: "SSHPASSWORDAUTH"; must be "SSHPASSWORDAUTH"
- tunnel
Port number - Port on the proxy/jump server that accepts inbound ssh connections. Default: 22
- tunnel_
host str - Hostname of the jump server host that allows inbound ssh tunnel.
- tunnel_
user str - OS-level username for logging into the jump server host
- tunnel_
user_ strpassword - OS-level password for logging into the jump server host
- additional_
properties str - Parsed as JSON.
- tunnel_
method str - Default: "SSHPASSWORDAUTH"; must be "SSHPASSWORDAUTH"
- tunnel_
port float - Port on the proxy/jump server that accepts inbound ssh connections. Default: 22
- tunnel
Host String - Hostname of the jump server host that allows inbound ssh tunnel.
- tunnel
User String - OS-level username for logging into the jump server host
- tunnel
User StringPassword - OS-level password for logging into the jump server host
- additional
Properties String - Parsed as JSON.
- tunnel
Method String - Default: "SSHPASSWORDAUTH"; must be "SSHPASSWORDAUTH"
- tunnel
Port Number - Port on the proxy/jump server that accepts inbound ssh connections. Default: 22
SourceNetsuiteEnterpriseConfigurationTunnelMethodSshKeyAuthentication, SourceNetsuiteEnterpriseConfigurationTunnelMethodSshKeyAuthenticationArgs
- Ssh
Key string - OS-level user account ssh key credentials in RSA PEM format ( created with ssh-keygen -t rsa -m PEM -f myuser_rsa )
- Tunnel
Host string - Hostname of the jump server host that allows inbound ssh tunnel.
- Tunnel
User string - OS-level username for logging into the jump server host
- Additional
Properties string - Parsed as JSON.
- Tunnel
Method string - Default: "SSHKEYAUTH"; must be "SSHKEYAUTH"
- Tunnel
Port double - Port on the proxy/jump server that accepts inbound ssh connections. Default: 22
- Ssh
Key string - OS-level user account ssh key credentials in RSA PEM format ( created with ssh-keygen -t rsa -m PEM -f myuser_rsa )
- Tunnel
Host string - Hostname of the jump server host that allows inbound ssh tunnel.
- Tunnel
User string - OS-level username for logging into the jump server host
- Additional
Properties string - Parsed as JSON.
- Tunnel
Method string - Default: "SSHKEYAUTH"; must be "SSHKEYAUTH"
- Tunnel
Port float64 - Port on the proxy/jump server that accepts inbound ssh connections. Default: 22
- ssh
Key String - OS-level user account ssh key credentials in RSA PEM format ( created with ssh-keygen -t rsa -m PEM -f myuser_rsa )
- tunnel
Host String - Hostname of the jump server host that allows inbound ssh tunnel.
- tunnel
User String - OS-level username for logging into the jump server host
- additional
Properties String - Parsed as JSON.
- tunnel
Method String - Default: "SSHKEYAUTH"; must be "SSHKEYAUTH"
- tunnel
Port Double - Port on the proxy/jump server that accepts inbound ssh connections. Default: 22
- ssh
Key string - OS-level user account ssh key credentials in RSA PEM format ( created with ssh-keygen -t rsa -m PEM -f myuser_rsa )
- tunnel
Host string - Hostname of the jump server host that allows inbound ssh tunnel.
- tunnel
User string - OS-level username for logging into the jump server host
- additional
Properties string - Parsed as JSON.
- tunnel
Method string - Default: "SSHKEYAUTH"; must be "SSHKEYAUTH"
- tunnel
Port number - Port on the proxy/jump server that accepts inbound ssh connections. Default: 22
- ssh_
key str - OS-level user account ssh key credentials in RSA PEM format ( created with ssh-keygen -t rsa -m PEM -f myuser_rsa )
- tunnel_
host str - Hostname of the jump server host that allows inbound ssh tunnel.
- tunnel_
user str - OS-level username for logging into the jump server host
- additional_
properties str - Parsed as JSON.
- tunnel_
method str - Default: "SSHKEYAUTH"; must be "SSHKEYAUTH"
- tunnel_
port float - Port on the proxy/jump server that accepts inbound ssh connections. Default: 22
- ssh
Key String - OS-level user account ssh key credentials in RSA PEM format ( created with ssh-keygen -t rsa -m PEM -f myuser_rsa )
- tunnel
Host String - Hostname of the jump server host that allows inbound ssh tunnel.
- tunnel
User String - OS-level username for logging into the jump server host
- additional
Properties String - Parsed as JSON.
- tunnel
Method String - Default: "SSHKEYAUTH"; must be "SSHKEYAUTH"
- tunnel
Port Number - Port on the proxy/jump server that accepts inbound ssh connections. Default: 22
SourceNetsuiteEnterpriseResourceAllocation, SourceNetsuiteEnterpriseResourceAllocationArgs
- Default
Source
Netsuite Enterprise Resource Allocation Default - optional resource requirements to run workers (blank for unbounded allocations)
- Job
Specifics List<SourceNetsuite Enterprise Resource Allocation Job Specific>
- Default
Source
Netsuite Enterprise Resource Allocation Default - optional resource requirements to run workers (blank for unbounded allocations)
- Job
Specifics []SourceNetsuite Enterprise Resource Allocation Job Specific
- default_
Source
Netsuite Enterprise Resource Allocation Default - optional resource requirements to run workers (blank for unbounded allocations)
- job
Specifics List<SourceNetsuite Enterprise Resource Allocation Job Specific>
- default
Source
Netsuite Enterprise Resource Allocation Default - optional resource requirements to run workers (blank for unbounded allocations)
- job
Specifics SourceNetsuite Enterprise Resource Allocation Job Specific[]
- default
Source
Netsuite Enterprise Resource Allocation Default - optional resource requirements to run workers (blank for unbounded allocations)
- job_
specifics Sequence[SourceNetsuite Enterprise Resource Allocation Job Specific]
- default Property Map
- optional resource requirements to run workers (blank for unbounded allocations)
- job
Specifics List<Property Map>
SourceNetsuiteEnterpriseResourceAllocationDefault, SourceNetsuiteEnterpriseResourceAllocationDefaultArgs
- 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
SourceNetsuiteEnterpriseResourceAllocationJobSpecific, SourceNetsuiteEnterpriseResourceAllocationJobSpecificArgs
- 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 SourceNetsuite Enterprise 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 SourceNetsuite Enterprise 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 SourceNetsuite Enterprise 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 SourceNetsuite Enterprise 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 SourceNetsuite Enterprise 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)
SourceNetsuiteEnterpriseResourceAllocationJobSpecificResourceRequirements, SourceNetsuiteEnterpriseResourceAllocationJobSpecificResourceRequirementsArgs
- 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/sourceNetsuiteEnterprise:SourceNetsuiteEnterprise my_airbyte_source_netsuite_enterprise ""
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.