airbyte.DestinationDevNull
Explore with Pulumi AI
DestinationDevNull 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.DestinationDevNull;
import com.pulumi.airbyte.DestinationDevNullArgs;
import com.pulumi.airbyte.inputs.DestinationDevNullConfigurationArgs;
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 myDestinationDevnull = new DestinationDevNull("myDestinationDevnull", DestinationDevNullArgs.builder()
.configuration(DestinationDevNullConfigurationArgs.builder()
.test_destination(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.build())
.definitionId("63267a08-3f09-4c32-aaf8-b026c7113191")
.workspaceId("cc83846a-3f2a-410d-b012-72b8713131bd")
.build());
}
}
resources:
myDestinationDevnull:
type: airbyte:DestinationDevNull
properties:
configuration:
test_destination:
silent:
additionalProperties: '{ "see": "documentation" }'
testDestinationType: SILENT
definitionId: 63267a08-3f09-4c32-aaf8-b026c7113191
workspaceId: cc83846a-3f2a-410d-b012-72b8713131bd
Create DestinationDevNull Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new DestinationDevNull(name: string, args: DestinationDevNullArgs, opts?: CustomResourceOptions);
@overload
def DestinationDevNull(resource_name: str,
args: DestinationDevNullArgs,
opts: Optional[ResourceOptions] = None)
@overload
def DestinationDevNull(resource_name: str,
opts: Optional[ResourceOptions] = None,
configuration: Optional[DestinationDevNullConfigurationArgs] = None,
workspace_id: Optional[str] = None,
definition_id: Optional[str] = None,
name: Optional[str] = None)
func NewDestinationDevNull(ctx *Context, name string, args DestinationDevNullArgs, opts ...ResourceOption) (*DestinationDevNull, error)
public DestinationDevNull(string name, DestinationDevNullArgs args, CustomResourceOptions? opts = null)
public DestinationDevNull(String name, DestinationDevNullArgs args)
public DestinationDevNull(String name, DestinationDevNullArgs args, CustomResourceOptions options)
type: airbyte:DestinationDevNull
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 DestinationDevNullArgs
- 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 DestinationDevNullArgs
- 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 DestinationDevNullArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DestinationDevNullArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args DestinationDevNullArgs
- 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 destinationDevNullResource = new Airbyte.DestinationDevNull("destinationDevNullResource", new()
{
Configuration = new Airbyte.Inputs.DestinationDevNullConfigurationArgs
{
TestDestination = new Airbyte.Inputs.DestinationDevNullConfigurationTestDestinationArgs
{
Failing = new Airbyte.Inputs.DestinationDevNullConfigurationTestDestinationFailingArgs
{
NumMessages = 0,
AdditionalProperties = "string",
TestDestinationType = "string",
},
Logging = new Airbyte.Inputs.DestinationDevNullConfigurationTestDestinationLoggingArgs
{
LoggingConfig = new Airbyte.Inputs.DestinationDevNullConfigurationTestDestinationLoggingLoggingConfigArgs
{
EveryNThEntry = new Airbyte.Inputs.DestinationDevNullConfigurationTestDestinationLoggingLoggingConfigEveryNThEntryArgs
{
NthEntryToLog = 0,
AdditionalProperties = "string",
LoggingType = "string",
MaxEntryCount = 0,
},
FirstNEntries = new Airbyte.Inputs.DestinationDevNullConfigurationTestDestinationLoggingLoggingConfigFirstNEntriesArgs
{
AdditionalProperties = "string",
LoggingType = "string",
MaxEntryCount = 0,
},
RandomSampling = new Airbyte.Inputs.DestinationDevNullConfigurationTestDestinationLoggingLoggingConfigRandomSamplingArgs
{
AdditionalProperties = "string",
LoggingType = "string",
MaxEntryCount = 0,
SamplingRatio = 0,
Seed = 0,
},
},
AdditionalProperties = "string",
TestDestinationType = "string",
},
Silent = new Airbyte.Inputs.DestinationDevNullConfigurationTestDestinationSilentArgs
{
AdditionalProperties = "string",
TestDestinationType = "string",
},
Throttled = new Airbyte.Inputs.DestinationDevNullConfigurationTestDestinationThrottledArgs
{
MillisPerRecord = 0,
AdditionalProperties = "string",
TestDestinationType = "string",
},
},
},
WorkspaceId = "string",
DefinitionId = "string",
Name = "string",
});
example, err := airbyte.NewDestinationDevNull(ctx, "destinationDevNullResource", &airbyte.DestinationDevNullArgs{
Configuration: &.DestinationDevNullConfigurationArgs{
TestDestination: &.DestinationDevNullConfigurationTestDestinationArgs{
Failing: &.DestinationDevNullConfigurationTestDestinationFailingArgs{
NumMessages: pulumi.Float64(0),
AdditionalProperties: pulumi.String("string"),
TestDestinationType: pulumi.String("string"),
},
Logging: &.DestinationDevNullConfigurationTestDestinationLoggingArgs{
LoggingConfig: &.DestinationDevNullConfigurationTestDestinationLoggingLoggingConfigArgs{
EveryNThEntry: &.DestinationDevNullConfigurationTestDestinationLoggingLoggingConfigEveryNThEntryArgs{
NthEntryToLog: pulumi.Float64(0),
AdditionalProperties: pulumi.String("string"),
LoggingType: pulumi.String("string"),
MaxEntryCount: pulumi.Float64(0),
},
FirstNEntries: &.DestinationDevNullConfigurationTestDestinationLoggingLoggingConfigFirstNEntriesArgs{
AdditionalProperties: pulumi.String("string"),
LoggingType: pulumi.String("string"),
MaxEntryCount: pulumi.Float64(0),
},
RandomSampling: &.DestinationDevNullConfigurationTestDestinationLoggingLoggingConfigRandomSamplingArgs{
AdditionalProperties: pulumi.String("string"),
LoggingType: pulumi.String("string"),
MaxEntryCount: pulumi.Float64(0),
SamplingRatio: pulumi.Float64(0),
Seed: pulumi.Float64(0),
},
},
AdditionalProperties: pulumi.String("string"),
TestDestinationType: pulumi.String("string"),
},
Silent: &.DestinationDevNullConfigurationTestDestinationSilentArgs{
AdditionalProperties: pulumi.String("string"),
TestDestinationType: pulumi.String("string"),
},
Throttled: &.DestinationDevNullConfigurationTestDestinationThrottledArgs{
MillisPerRecord: pulumi.Float64(0),
AdditionalProperties: pulumi.String("string"),
TestDestinationType: pulumi.String("string"),
},
},
},
WorkspaceId: pulumi.String("string"),
DefinitionId: pulumi.String("string"),
Name: pulumi.String("string"),
})
var destinationDevNullResource = new DestinationDevNull("destinationDevNullResource", DestinationDevNullArgs.builder()
.configuration(DestinationDevNullConfigurationArgs.builder()
.testDestination(DestinationDevNullConfigurationTestDestinationArgs.builder()
.failing(DestinationDevNullConfigurationTestDestinationFailingArgs.builder()
.numMessages(0)
.additionalProperties("string")
.testDestinationType("string")
.build())
.logging(DestinationDevNullConfigurationTestDestinationLoggingArgs.builder()
.loggingConfig(DestinationDevNullConfigurationTestDestinationLoggingLoggingConfigArgs.builder()
.everyNThEntry(DestinationDevNullConfigurationTestDestinationLoggingLoggingConfigEveryNThEntryArgs.builder()
.nthEntryToLog(0)
.additionalProperties("string")
.loggingType("string")
.maxEntryCount(0)
.build())
.firstNEntries(DestinationDevNullConfigurationTestDestinationLoggingLoggingConfigFirstNEntriesArgs.builder()
.additionalProperties("string")
.loggingType("string")
.maxEntryCount(0)
.build())
.randomSampling(DestinationDevNullConfigurationTestDestinationLoggingLoggingConfigRandomSamplingArgs.builder()
.additionalProperties("string")
.loggingType("string")
.maxEntryCount(0)
.samplingRatio(0)
.seed(0)
.build())
.build())
.additionalProperties("string")
.testDestinationType("string")
.build())
.silent(DestinationDevNullConfigurationTestDestinationSilentArgs.builder()
.additionalProperties("string")
.testDestinationType("string")
.build())
.throttled(DestinationDevNullConfigurationTestDestinationThrottledArgs.builder()
.millisPerRecord(0)
.additionalProperties("string")
.testDestinationType("string")
.build())
.build())
.build())
.workspaceId("string")
.definitionId("string")
.name("string")
.build());
destination_dev_null_resource = airbyte.DestinationDevNull("destinationDevNullResource",
configuration={
"test_destination": {
"failing": {
"num_messages": 0,
"additional_properties": "string",
"test_destination_type": "string",
},
"logging": {
"logging_config": {
"every_n_th_entry": {
"nth_entry_to_log": 0,
"additional_properties": "string",
"logging_type": "string",
"max_entry_count": 0,
},
"first_n_entries": {
"additional_properties": "string",
"logging_type": "string",
"max_entry_count": 0,
},
"random_sampling": {
"additional_properties": "string",
"logging_type": "string",
"max_entry_count": 0,
"sampling_ratio": 0,
"seed": 0,
},
},
"additional_properties": "string",
"test_destination_type": "string",
},
"silent": {
"additional_properties": "string",
"test_destination_type": "string",
},
"throttled": {
"millis_per_record": 0,
"additional_properties": "string",
"test_destination_type": "string",
},
},
},
workspace_id="string",
definition_id="string",
name="string")
const destinationDevNullResource = new airbyte.DestinationDevNull("destinationDevNullResource", {
configuration: {
testDestination: {
failing: {
numMessages: 0,
additionalProperties: "string",
testDestinationType: "string",
},
logging: {
loggingConfig: {
everyNThEntry: {
nthEntryToLog: 0,
additionalProperties: "string",
loggingType: "string",
maxEntryCount: 0,
},
firstNEntries: {
additionalProperties: "string",
loggingType: "string",
maxEntryCount: 0,
},
randomSampling: {
additionalProperties: "string",
loggingType: "string",
maxEntryCount: 0,
samplingRatio: 0,
seed: 0,
},
},
additionalProperties: "string",
testDestinationType: "string",
},
silent: {
additionalProperties: "string",
testDestinationType: "string",
},
throttled: {
millisPerRecord: 0,
additionalProperties: "string",
testDestinationType: "string",
},
},
},
workspaceId: "string",
definitionId: "string",
name: "string",
});
type: airbyte:DestinationDevNull
properties:
configuration:
testDestination:
failing:
additionalProperties: string
numMessages: 0
testDestinationType: string
logging:
additionalProperties: string
loggingConfig:
everyNThEntry:
additionalProperties: string
loggingType: string
maxEntryCount: 0
nthEntryToLog: 0
firstNEntries:
additionalProperties: string
loggingType: string
maxEntryCount: 0
randomSampling:
additionalProperties: string
loggingType: string
maxEntryCount: 0
samplingRatio: 0
seed: 0
testDestinationType: string
silent:
additionalProperties: string
testDestinationType: string
throttled:
additionalProperties: string
millisPerRecord: 0
testDestinationType: string
definitionId: string
name: string
workspaceId: string
DestinationDevNull 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 DestinationDevNull resource accepts the following input properties:
- Configuration
Destination
Dev Null Configuration - Workspace
Id string - Definition
Id string - The UUID of the connector definition. One of configuration.destinationType or definitionId must be provided. Requires replacement if changed.
- Name string
- Name of the destination e.g. dev-mysql-instance.
- Configuration
Destination
Dev Null Configuration Args - Workspace
Id string - Definition
Id string - The UUID of the connector definition. One of configuration.destinationType or definitionId must be provided. Requires replacement if changed.
- Name string
- Name of the destination e.g. dev-mysql-instance.
- configuration
Destination
Dev Null Configuration - workspace
Id String - definition
Id String - The UUID of the connector definition. One of configuration.destinationType or definitionId must be provided. Requires replacement if changed.
- name String
- Name of the destination e.g. dev-mysql-instance.
- configuration
Destination
Dev Null Configuration - workspace
Id string - definition
Id string - The UUID of the connector definition. One of configuration.destinationType or definitionId must be provided. Requires replacement if changed.
- name string
- Name of the destination e.g. dev-mysql-instance.
- configuration
Destination
Dev Null Configuration Args - workspace_
id str - definition_
id str - The UUID of the connector definition. One of configuration.destinationType or definitionId must be provided. Requires replacement if changed.
- name str
- Name of the destination e.g. dev-mysql-instance.
- configuration Property Map
- workspace
Id String - definition
Id String - The UUID of the connector definition. One of configuration.destinationType or definitionId must be provided. Requires replacement if changed.
- name String
- Name of the destination e.g. dev-mysql-instance.
Outputs
All input properties are implicitly available as output properties. Additionally, the DestinationDevNull resource produces the following output properties:
- Created
At double - Destination
Id string - Destination
Type string - Id string
- The provider-assigned unique ID for this managed resource.
- Resource
Allocation DestinationDev Null 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.
- Created
At float64 - Destination
Id string - Destination
Type string - Id string
- The provider-assigned unique ID for this managed resource.
- Resource
Allocation DestinationDev Null 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.
- created
At Double - destination
Id String - destination
Type String - id String
- The provider-assigned unique ID for this managed resource.
- resource
Allocation DestinationDev Null 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.
- created
At number - destination
Id string - destination
Type string - id string
- The provider-assigned unique ID for this managed resource.
- resource
Allocation DestinationDev Null 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.
- created_
at float - destination_
id str - destination_
type str - id str
- The provider-assigned unique ID for this managed resource.
- resource_
allocation DestinationDev Null 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.
- created
At Number - destination
Id String - destination
Type String - 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.
Look up Existing DestinationDevNull Resource
Get an existing DestinationDevNull 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?: DestinationDevNullState, opts?: CustomResourceOptions): DestinationDevNull
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
configuration: Optional[DestinationDevNullConfigurationArgs] = None,
created_at: Optional[float] = None,
definition_id: Optional[str] = None,
destination_id: Optional[str] = None,
destination_type: Optional[str] = None,
name: Optional[str] = None,
resource_allocation: Optional[DestinationDevNullResourceAllocationArgs] = None,
workspace_id: Optional[str] = None) -> DestinationDevNull
func GetDestinationDevNull(ctx *Context, name string, id IDInput, state *DestinationDevNullState, opts ...ResourceOption) (*DestinationDevNull, error)
public static DestinationDevNull Get(string name, Input<string> id, DestinationDevNullState? state, CustomResourceOptions? opts = null)
public static DestinationDevNull get(String name, Output<String> id, DestinationDevNullState state, CustomResourceOptions options)
resources: _: type: airbyte:DestinationDevNull 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
Destination
Dev Null Configuration - Created
At double - Definition
Id string - The UUID of the connector definition. One of configuration.destinationType or definitionId must be provided. Requires replacement if changed.
- Destination
Id string - Destination
Type string - Name string
- Name of the destination e.g. dev-mysql-instance.
- Resource
Allocation DestinationDev Null 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.
- Workspace
Id string
- Configuration
Destination
Dev Null Configuration Args - Created
At float64 - Definition
Id string - The UUID of the connector definition. One of configuration.destinationType or definitionId must be provided. Requires replacement if changed.
- Destination
Id string - Destination
Type string - Name string
- Name of the destination e.g. dev-mysql-instance.
- Resource
Allocation DestinationDev Null 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.
- Workspace
Id string
- configuration
Destination
Dev Null Configuration - created
At Double - definition
Id String - The UUID of the connector definition. One of configuration.destinationType or definitionId must be provided. Requires replacement if changed.
- destination
Id String - destination
Type String - name String
- Name of the destination e.g. dev-mysql-instance.
- resource
Allocation DestinationDev Null 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.
- workspace
Id String
- configuration
Destination
Dev Null Configuration - created
At number - definition
Id string - The UUID of the connector definition. One of configuration.destinationType or definitionId must be provided. Requires replacement if changed.
- destination
Id string - destination
Type string - name string
- Name of the destination e.g. dev-mysql-instance.
- resource
Allocation DestinationDev Null 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.
- workspace
Id string
- configuration
Destination
Dev Null Configuration Args - created_
at float - definition_
id str - The UUID of the connector definition. One of configuration.destinationType or definitionId must be provided. Requires replacement if changed.
- destination_
id str - destination_
type str - name str
- Name of the destination e.g. dev-mysql-instance.
- resource_
allocation DestinationDev Null 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.
- workspace_
id str
- configuration Property Map
- created
At Number - definition
Id String - The UUID of the connector definition. One of configuration.destinationType or definitionId must be provided. Requires replacement if changed.
- destination
Id String - destination
Type String - name String
- Name of the destination 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.
- workspace
Id String
Supporting Types
DestinationDevNullConfiguration, DestinationDevNullConfigurationArgs
- Test
Destination DestinationDev Null Configuration Test Destination - The type of destination to be used
- Test
Destination DestinationDev Null Configuration Test Destination - The type of destination to be used
- test
Destination DestinationDev Null Configuration Test Destination - The type of destination to be used
- test
Destination DestinationDev Null Configuration Test Destination - The type of destination to be used
- test_
destination DestinationDev Null Configuration Test Destination - The type of destination to be used
- test
Destination Property Map - The type of destination to be used
DestinationDevNullConfigurationTestDestination, DestinationDevNullConfigurationTestDestinationArgs
DestinationDevNullConfigurationTestDestinationFailing, DestinationDevNullConfigurationTestDestinationFailingArgs
- Num
Messages double - Number of messages after which to fail.
- Additional
Properties string - Parsed as JSON.
- Test
Destination stringType - Default: "FAILING"; must be "FAILING"
- Num
Messages float64 - Number of messages after which to fail.
- Additional
Properties string - Parsed as JSON.
- Test
Destination stringType - Default: "FAILING"; must be "FAILING"
- num
Messages Double - Number of messages after which to fail.
- additional
Properties String - Parsed as JSON.
- test
Destination StringType - Default: "FAILING"; must be "FAILING"
- num
Messages number - Number of messages after which to fail.
- additional
Properties string - Parsed as JSON.
- test
Destination stringType - Default: "FAILING"; must be "FAILING"
- num_
messages float - Number of messages after which to fail.
- additional_
properties str - Parsed as JSON.
- test_
destination_ strtype - Default: "FAILING"; must be "FAILING"
- num
Messages Number - Number of messages after which to fail.
- additional
Properties String - Parsed as JSON.
- test
Destination StringType - Default: "FAILING"; must be "FAILING"
DestinationDevNullConfigurationTestDestinationLogging, DestinationDevNullConfigurationTestDestinationLoggingArgs
- Logging
Config DestinationDev Null Configuration Test Destination Logging Logging Config - Configurate how the messages are logged.
- Additional
Properties string - Parsed as JSON.
- Test
Destination stringType - Default: "LOGGING"; must be "LOGGING"
- Logging
Config DestinationDev Null Configuration Test Destination Logging Logging Config - Configurate how the messages are logged.
- Additional
Properties string - Parsed as JSON.
- Test
Destination stringType - Default: "LOGGING"; must be "LOGGING"
- logging
Config DestinationDev Null Configuration Test Destination Logging Logging Config - Configurate how the messages are logged.
- additional
Properties String - Parsed as JSON.
- test
Destination StringType - Default: "LOGGING"; must be "LOGGING"
- logging
Config DestinationDev Null Configuration Test Destination Logging Logging Config - Configurate how the messages are logged.
- additional
Properties string - Parsed as JSON.
- test
Destination stringType - Default: "LOGGING"; must be "LOGGING"
- logging_
config DestinationDev Null Configuration Test Destination Logging Logging Config - Configurate how the messages are logged.
- additional_
properties str - Parsed as JSON.
- test_
destination_ strtype - Default: "LOGGING"; must be "LOGGING"
- logging
Config Property Map - Configurate how the messages are logged.
- additional
Properties String - Parsed as JSON.
- test
Destination StringType - Default: "LOGGING"; must be "LOGGING"
DestinationDevNullConfigurationTestDestinationLoggingLoggingConfig, DestinationDevNullConfigurationTestDestinationLoggingLoggingConfigArgs
- Every
NTh DestinationEntry Dev Null Configuration Test Destination Logging Logging Config Every NTh Entry - For each stream, log every N-th entry with a maximum cap.
- First
NEntries DestinationDev Null Configuration Test Destination Logging Logging Config First NEntries - Log first N entries per stream.
- Random
Sampling DestinationDev Null Configuration Test Destination Logging Logging Config Random Sampling - For each stream, randomly log a percentage of the entries with a maximum cap.
- Every
NTh DestinationEntry Dev Null Configuration Test Destination Logging Logging Config Every NTh Entry - For each stream, log every N-th entry with a maximum cap.
- First
NEntries DestinationDev Null Configuration Test Destination Logging Logging Config First NEntries - Log first N entries per stream.
- Random
Sampling DestinationDev Null Configuration Test Destination Logging Logging Config Random Sampling - For each stream, randomly log a percentage of the entries with a maximum cap.
- every
NTh DestinationEntry Dev Null Configuration Test Destination Logging Logging Config Every NTh Entry - For each stream, log every N-th entry with a maximum cap.
- first
NEntries DestinationDev Null Configuration Test Destination Logging Logging Config First NEntries - Log first N entries per stream.
- random
Sampling DestinationDev Null Configuration Test Destination Logging Logging Config Random Sampling - For each stream, randomly log a percentage of the entries with a maximum cap.
- every
NTh DestinationEntry Dev Null Configuration Test Destination Logging Logging Config Every NTh Entry - For each stream, log every N-th entry with a maximum cap.
- first
NEntries DestinationDev Null Configuration Test Destination Logging Logging Config First NEntries - Log first N entries per stream.
- random
Sampling DestinationDev Null Configuration Test Destination Logging Logging Config Random Sampling - For each stream, randomly log a percentage of the entries with a maximum cap.
- every_
n_ Destinationth_ entry Dev Null Configuration Test Destination Logging Logging Config Every NTh Entry - For each stream, log every N-th entry with a maximum cap.
- first_
n_ Destinationentries Dev Null Configuration Test Destination Logging Logging Config First NEntries - Log first N entries per stream.
- random_
sampling DestinationDev Null Configuration Test Destination Logging Logging Config Random Sampling - For each stream, randomly log a percentage of the entries with a maximum cap.
- every
NTh Property MapEntry - For each stream, log every N-th entry with a maximum cap.
- first
NEntries Property Map - Log first N entries per stream.
- random
Sampling Property Map - For each stream, randomly log a percentage of the entries with a maximum cap.
DestinationDevNullConfigurationTestDestinationLoggingLoggingConfigEveryNThEntry, DestinationDevNullConfigurationTestDestinationLoggingLoggingConfigEveryNThEntryArgs
- Nth
Entry doubleTo Log - The N-th entry to log for each stream. N starts from 1. For example, when N = 1, every entry is logged; when N = 2, every other entry is logged; when N = 3, one out of three entries is logged.
- Additional
Properties string - Parsed as JSON.
- Logging
Type string - Default: "EveryNth"; must be "EveryNth"
- Max
Entry doubleCount - Number of entries to log. This destination is for testing only. So it won't make sense to log infinitely. The maximum is 1,000 entries. Default: 100
- Nth
Entry float64To Log - The N-th entry to log for each stream. N starts from 1. For example, when N = 1, every entry is logged; when N = 2, every other entry is logged; when N = 3, one out of three entries is logged.
- Additional
Properties string - Parsed as JSON.
- Logging
Type string - Default: "EveryNth"; must be "EveryNth"
- Max
Entry float64Count - Number of entries to log. This destination is for testing only. So it won't make sense to log infinitely. The maximum is 1,000 entries. Default: 100
- nth
Entry DoubleTo Log - The N-th entry to log for each stream. N starts from 1. For example, when N = 1, every entry is logged; when N = 2, every other entry is logged; when N = 3, one out of three entries is logged.
- additional
Properties String - Parsed as JSON.
- logging
Type String - Default: "EveryNth"; must be "EveryNth"
- max
Entry DoubleCount - Number of entries to log. This destination is for testing only. So it won't make sense to log infinitely. The maximum is 1,000 entries. Default: 100
- nth
Entry numberTo Log - The N-th entry to log for each stream. N starts from 1. For example, when N = 1, every entry is logged; when N = 2, every other entry is logged; when N = 3, one out of three entries is logged.
- additional
Properties string - Parsed as JSON.
- logging
Type string - Default: "EveryNth"; must be "EveryNth"
- max
Entry numberCount - Number of entries to log. This destination is for testing only. So it won't make sense to log infinitely. The maximum is 1,000 entries. Default: 100
- nth_
entry_ floatto_ log - The N-th entry to log for each stream. N starts from 1. For example, when N = 1, every entry is logged; when N = 2, every other entry is logged; when N = 3, one out of three entries is logged.
- additional_
properties str - Parsed as JSON.
- logging_
type str - Default: "EveryNth"; must be "EveryNth"
- max_
entry_ floatcount - Number of entries to log. This destination is for testing only. So it won't make sense to log infinitely. The maximum is 1,000 entries. Default: 100
- nth
Entry NumberTo Log - The N-th entry to log for each stream. N starts from 1. For example, when N = 1, every entry is logged; when N = 2, every other entry is logged; when N = 3, one out of three entries is logged.
- additional
Properties String - Parsed as JSON.
- logging
Type String - Default: "EveryNth"; must be "EveryNth"
- max
Entry NumberCount - Number of entries to log. This destination is for testing only. So it won't make sense to log infinitely. The maximum is 1,000 entries. Default: 100
DestinationDevNullConfigurationTestDestinationLoggingLoggingConfigFirstNEntries, DestinationDevNullConfigurationTestDestinationLoggingLoggingConfigFirstNEntriesArgs
- Additional
Properties string - Parsed as JSON.
- Logging
Type string - Default: "FirstN"; must be "FirstN"
- Max
Entry doubleCount - Number of entries to log. This destination is for testing only. So it won't make sense to log infinitely. The maximum is 1,000 entries. Default: 100
- Additional
Properties string - Parsed as JSON.
- Logging
Type string - Default: "FirstN"; must be "FirstN"
- Max
Entry float64Count - Number of entries to log. This destination is for testing only. So it won't make sense to log infinitely. The maximum is 1,000 entries. Default: 100
- additional
Properties String - Parsed as JSON.
- logging
Type String - Default: "FirstN"; must be "FirstN"
- max
Entry DoubleCount - Number of entries to log. This destination is for testing only. So it won't make sense to log infinitely. The maximum is 1,000 entries. Default: 100
- additional
Properties string - Parsed as JSON.
- logging
Type string - Default: "FirstN"; must be "FirstN"
- max
Entry numberCount - Number of entries to log. This destination is for testing only. So it won't make sense to log infinitely. The maximum is 1,000 entries. Default: 100
- additional_
properties str - Parsed as JSON.
- logging_
type str - Default: "FirstN"; must be "FirstN"
- max_
entry_ floatcount - Number of entries to log. This destination is for testing only. So it won't make sense to log infinitely. The maximum is 1,000 entries. Default: 100
- additional
Properties String - Parsed as JSON.
- logging
Type String - Default: "FirstN"; must be "FirstN"
- max
Entry NumberCount - Number of entries to log. This destination is for testing only. So it won't make sense to log infinitely. The maximum is 1,000 entries. Default: 100
DestinationDevNullConfigurationTestDestinationLoggingLoggingConfigRandomSampling, DestinationDevNullConfigurationTestDestinationLoggingLoggingConfigRandomSamplingArgs
- Additional
Properties string - Parsed as JSON.
- Logging
Type string - Default: "RandomSampling"; must be "RandomSampling"
- Max
Entry doubleCount - Number of entries to log. This destination is for testing only. So it won't make sense to log infinitely. The maximum is 1,000 entries. Default: 100
- Sampling
Ratio double - A positive floating number smaller than 1. Default: 0.001
- Seed double
- When the seed is unspecified, the current time millis will be used as the seed.
- Additional
Properties string - Parsed as JSON.
- Logging
Type string - Default: "RandomSampling"; must be "RandomSampling"
- Max
Entry float64Count - Number of entries to log. This destination is for testing only. So it won't make sense to log infinitely. The maximum is 1,000 entries. Default: 100
- Sampling
Ratio float64 - A positive floating number smaller than 1. Default: 0.001
- Seed float64
- When the seed is unspecified, the current time millis will be used as the seed.
- additional
Properties String - Parsed as JSON.
- logging
Type String - Default: "RandomSampling"; must be "RandomSampling"
- max
Entry DoubleCount - Number of entries to log. This destination is for testing only. So it won't make sense to log infinitely. The maximum is 1,000 entries. Default: 100
- sampling
Ratio Double - A positive floating number smaller than 1. Default: 0.001
- seed Double
- When the seed is unspecified, the current time millis will be used as the seed.
- additional
Properties string - Parsed as JSON.
- logging
Type string - Default: "RandomSampling"; must be "RandomSampling"
- max
Entry numberCount - Number of entries to log. This destination is for testing only. So it won't make sense to log infinitely. The maximum is 1,000 entries. Default: 100
- sampling
Ratio number - A positive floating number smaller than 1. Default: 0.001
- seed number
- When the seed is unspecified, the current time millis will be used as the seed.
- additional_
properties str - Parsed as JSON.
- logging_
type str - Default: "RandomSampling"; must be "RandomSampling"
- max_
entry_ floatcount - Number of entries to log. This destination is for testing only. So it won't make sense to log infinitely. The maximum is 1,000 entries. Default: 100
- sampling_
ratio float - A positive floating number smaller than 1. Default: 0.001
- seed float
- When the seed is unspecified, the current time millis will be used as the seed.
- additional
Properties String - Parsed as JSON.
- logging
Type String - Default: "RandomSampling"; must be "RandomSampling"
- max
Entry NumberCount - Number of entries to log. This destination is for testing only. So it won't make sense to log infinitely. The maximum is 1,000 entries. Default: 100
- sampling
Ratio Number - A positive floating number smaller than 1. Default: 0.001
- seed Number
- When the seed is unspecified, the current time millis will be used as the seed.
DestinationDevNullConfigurationTestDestinationSilent, DestinationDevNullConfigurationTestDestinationSilentArgs
- Additional
Properties string - Parsed as JSON.
- Test
Destination stringType - Default: "SILENT"; must be "SILENT"
- Additional
Properties string - Parsed as JSON.
- Test
Destination stringType - Default: "SILENT"; must be "SILENT"
- additional
Properties String - Parsed as JSON.
- test
Destination StringType - Default: "SILENT"; must be "SILENT"
- additional
Properties string - Parsed as JSON.
- test
Destination stringType - Default: "SILENT"; must be "SILENT"
- additional_
properties str - Parsed as JSON.
- test_
destination_ strtype - Default: "SILENT"; must be "SILENT"
- additional
Properties String - Parsed as JSON.
- test
Destination StringType - Default: "SILENT"; must be "SILENT"
DestinationDevNullConfigurationTestDestinationThrottled, DestinationDevNullConfigurationTestDestinationThrottledArgs
- Millis
Per doubleRecord - The number of milliseconds to wait between each record.
- Additional
Properties string - Parsed as JSON.
- Test
Destination stringType - Default: "THROTTLED"; must be "THROTTLED"
- Millis
Per float64Record - The number of milliseconds to wait between each record.
- Additional
Properties string - Parsed as JSON.
- Test
Destination stringType - Default: "THROTTLED"; must be "THROTTLED"
- millis
Per DoubleRecord - The number of milliseconds to wait between each record.
- additional
Properties String - Parsed as JSON.
- test
Destination StringType - Default: "THROTTLED"; must be "THROTTLED"
- millis
Per numberRecord - The number of milliseconds to wait between each record.
- additional
Properties string - Parsed as JSON.
- test
Destination stringType - Default: "THROTTLED"; must be "THROTTLED"
- millis_
per_ floatrecord - The number of milliseconds to wait between each record.
- additional_
properties str - Parsed as JSON.
- test_
destination_ strtype - Default: "THROTTLED"; must be "THROTTLED"
- millis
Per NumberRecord - The number of milliseconds to wait between each record.
- additional
Properties String - Parsed as JSON.
- test
Destination StringType - Default: "THROTTLED"; must be "THROTTLED"
DestinationDevNullResourceAllocation, DestinationDevNullResourceAllocationArgs
- Default
Destination
Dev Null Resource Allocation Default - optional resource requirements to run workers (blank for unbounded allocations)
- Job
Specifics List<DestinationDev Null Resource Allocation Job Specific>
- Default
Destination
Dev Null Resource Allocation Default - optional resource requirements to run workers (blank for unbounded allocations)
- Job
Specifics []DestinationDev Null Resource Allocation Job Specific
- default_
Destination
Dev Null Resource Allocation Default - optional resource requirements to run workers (blank for unbounded allocations)
- job
Specifics List<DestinationDev Null Resource Allocation Job Specific>
- default
Destination
Dev Null Resource Allocation Default - optional resource requirements to run workers (blank for unbounded allocations)
- job
Specifics DestinationDev Null Resource Allocation Job Specific[]
- default
Destination
Dev Null Resource Allocation Default - optional resource requirements to run workers (blank for unbounded allocations)
- job_
specifics Sequence[DestinationDev Null Resource Allocation Job Specific]
- default Property Map
- optional resource requirements to run workers (blank for unbounded allocations)
- job
Specifics List<Property Map>
DestinationDevNullResourceAllocationDefault, DestinationDevNullResourceAllocationDefaultArgs
- 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
DestinationDevNullResourceAllocationJobSpecific, DestinationDevNullResourceAllocationJobSpecificArgs
- 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 DestinationDev Null 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 DestinationDev Null 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 DestinationDev Null 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 DestinationDev Null 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 DestinationDev Null 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)
DestinationDevNullResourceAllocationJobSpecificResourceRequirements, DestinationDevNullResourceAllocationJobSpecificResourceRequirementsArgs
- 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/destinationDevNull:DestinationDevNull my_airbyte_destination_dev_null ""
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.