1. Packages
  2. Airbyte Provider
  3. API Docs
  4. DestinationDevNull
airbyte 0.8.0-beta2 published on Thursday, Mar 27, 2025 by airbytehq

airbyte.DestinationDevNull

Explore with Pulumi AI

airbyte logo
airbyte 0.8.0-beta2 published on Thursday, Mar 27, 2025 by airbytehq

    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 DestinationDevNullConfiguration
    WorkspaceId string
    DefinitionId 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 DestinationDevNullConfigurationArgs
    WorkspaceId string
    DefinitionId 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 DestinationDevNullConfiguration
    workspaceId String
    definitionId 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 DestinationDevNullConfiguration
    workspaceId string
    definitionId 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 DestinationDevNullConfigurationArgs
    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
    workspaceId String
    definitionId 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:

    CreatedAt double
    DestinationId string
    DestinationType string
    Id string
    The provider-assigned unique ID for this managed resource.
    ResourceAllocation DestinationDevNullResourceAllocation
    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.
    CreatedAt float64
    DestinationId string
    DestinationType string
    Id string
    The provider-assigned unique ID for this managed resource.
    ResourceAllocation DestinationDevNullResourceAllocation
    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.
    createdAt Double
    destinationId String
    destinationType String
    id String
    The provider-assigned unique ID for this managed resource.
    resourceAllocation DestinationDevNullResourceAllocation
    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.
    createdAt number
    destinationId string
    destinationType string
    id string
    The provider-assigned unique ID for this managed resource.
    resourceAllocation DestinationDevNullResourceAllocation
    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 DestinationDevNullResourceAllocation
    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.
    createdAt Number
    destinationId String
    destinationType String
    id String
    The provider-assigned unique ID for this managed resource.
    resourceAllocation 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.
    The following state arguments are supported:
    Configuration DestinationDevNullConfiguration
    CreatedAt double
    DefinitionId string
    The UUID of the connector definition. One of configuration.destinationType or definitionId must be provided. Requires replacement if changed.
    DestinationId string
    DestinationType string
    Name string
    Name of the destination e.g. dev-mysql-instance.
    ResourceAllocation DestinationDevNullResourceAllocation
    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.
    WorkspaceId string
    Configuration DestinationDevNullConfigurationArgs
    CreatedAt float64
    DefinitionId string
    The UUID of the connector definition. One of configuration.destinationType or definitionId must be provided. Requires replacement if changed.
    DestinationId string
    DestinationType string
    Name string
    Name of the destination e.g. dev-mysql-instance.
    ResourceAllocation DestinationDevNullResourceAllocationArgs
    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.
    WorkspaceId string
    configuration DestinationDevNullConfiguration
    createdAt Double
    definitionId String
    The UUID of the connector definition. One of configuration.destinationType or definitionId must be provided. Requires replacement if changed.
    destinationId String
    destinationType String
    name String
    Name of the destination e.g. dev-mysql-instance.
    resourceAllocation DestinationDevNullResourceAllocation
    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.
    workspaceId String
    configuration DestinationDevNullConfiguration
    createdAt number
    definitionId string
    The UUID of the connector definition. One of configuration.destinationType or definitionId must be provided. Requires replacement if changed.
    destinationId string
    destinationType string
    name string
    Name of the destination e.g. dev-mysql-instance.
    resourceAllocation DestinationDevNullResourceAllocation
    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.
    workspaceId string
    configuration DestinationDevNullConfigurationArgs
    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 DestinationDevNullResourceAllocationArgs
    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
    createdAt Number
    definitionId String
    The UUID of the connector definition. One of configuration.destinationType or definitionId must be provided. Requires replacement if changed.
    destinationId String
    destinationType String
    name String
    Name of the destination e.g. dev-mysql-instance.
    resourceAllocation 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.
    workspaceId String

    Supporting Types

    DestinationDevNullConfiguration, DestinationDevNullConfigurationArgs

    testDestination Property Map
    The type of destination to be used

    DestinationDevNullConfigurationTestDestination, DestinationDevNullConfigurationTestDestinationArgs

    DestinationDevNullConfigurationTestDestinationFailing, DestinationDevNullConfigurationTestDestinationFailingArgs

    NumMessages double
    Number of messages after which to fail.
    AdditionalProperties string
    Parsed as JSON.
    TestDestinationType string
    Default: "FAILING"; must be "FAILING"
    NumMessages float64
    Number of messages after which to fail.
    AdditionalProperties string
    Parsed as JSON.
    TestDestinationType string
    Default: "FAILING"; must be "FAILING"
    numMessages Double
    Number of messages after which to fail.
    additionalProperties String
    Parsed as JSON.
    testDestinationType String
    Default: "FAILING"; must be "FAILING"
    numMessages number
    Number of messages after which to fail.
    additionalProperties string
    Parsed as JSON.
    testDestinationType string
    Default: "FAILING"; must be "FAILING"
    num_messages float
    Number of messages after which to fail.
    additional_properties str
    Parsed as JSON.
    test_destination_type str
    Default: "FAILING"; must be "FAILING"
    numMessages Number
    Number of messages after which to fail.
    additionalProperties String
    Parsed as JSON.
    testDestinationType String
    Default: "FAILING"; must be "FAILING"

    DestinationDevNullConfigurationTestDestinationLogging, DestinationDevNullConfigurationTestDestinationLoggingArgs

    LoggingConfig DestinationDevNullConfigurationTestDestinationLoggingLoggingConfig
    Configurate how the messages are logged.
    AdditionalProperties string
    Parsed as JSON.
    TestDestinationType string
    Default: "LOGGING"; must be "LOGGING"
    LoggingConfig DestinationDevNullConfigurationTestDestinationLoggingLoggingConfig
    Configurate how the messages are logged.
    AdditionalProperties string
    Parsed as JSON.
    TestDestinationType string
    Default: "LOGGING"; must be "LOGGING"
    loggingConfig DestinationDevNullConfigurationTestDestinationLoggingLoggingConfig
    Configurate how the messages are logged.
    additionalProperties String
    Parsed as JSON.
    testDestinationType String
    Default: "LOGGING"; must be "LOGGING"
    loggingConfig DestinationDevNullConfigurationTestDestinationLoggingLoggingConfig
    Configurate how the messages are logged.
    additionalProperties string
    Parsed as JSON.
    testDestinationType string
    Default: "LOGGING"; must be "LOGGING"
    logging_config DestinationDevNullConfigurationTestDestinationLoggingLoggingConfig
    Configurate how the messages are logged.
    additional_properties str
    Parsed as JSON.
    test_destination_type str
    Default: "LOGGING"; must be "LOGGING"
    loggingConfig Property Map
    Configurate how the messages are logged.
    additionalProperties String
    Parsed as JSON.
    testDestinationType String
    Default: "LOGGING"; must be "LOGGING"

    DestinationDevNullConfigurationTestDestinationLoggingLoggingConfig, DestinationDevNullConfigurationTestDestinationLoggingLoggingConfigArgs

    everyNThEntry Property Map
    For each stream, log every N-th entry with a maximum cap.
    firstNEntries Property Map
    Log first N entries per stream.
    randomSampling Property Map
    For each stream, randomly log a percentage of the entries with a maximum cap.

    DestinationDevNullConfigurationTestDestinationLoggingLoggingConfigEveryNThEntry, DestinationDevNullConfigurationTestDestinationLoggingLoggingConfigEveryNThEntryArgs

    NthEntryToLog double
    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.
    AdditionalProperties string
    Parsed as JSON.
    LoggingType string
    Default: "EveryNth"; must be "EveryNth"
    MaxEntryCount double
    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
    NthEntryToLog float64
    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.
    AdditionalProperties string
    Parsed as JSON.
    LoggingType string
    Default: "EveryNth"; must be "EveryNth"
    MaxEntryCount float64
    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
    nthEntryToLog Double
    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.
    additionalProperties String
    Parsed as JSON.
    loggingType String
    Default: "EveryNth"; must be "EveryNth"
    maxEntryCount Double
    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
    nthEntryToLog number
    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.
    additionalProperties string
    Parsed as JSON.
    loggingType string
    Default: "EveryNth"; must be "EveryNth"
    maxEntryCount number
    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_to_log float
    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_count float
    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
    nthEntryToLog Number
    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.
    additionalProperties String
    Parsed as JSON.
    loggingType String
    Default: "EveryNth"; must be "EveryNth"
    maxEntryCount Number
    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

    AdditionalProperties string
    Parsed as JSON.
    LoggingType string
    Default: "FirstN"; must be "FirstN"
    MaxEntryCount double
    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
    AdditionalProperties string
    Parsed as JSON.
    LoggingType string
    Default: "FirstN"; must be "FirstN"
    MaxEntryCount float64
    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
    additionalProperties String
    Parsed as JSON.
    loggingType String
    Default: "FirstN"; must be "FirstN"
    maxEntryCount Double
    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
    additionalProperties string
    Parsed as JSON.
    loggingType string
    Default: "FirstN"; must be "FirstN"
    maxEntryCount number
    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_count float
    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
    additionalProperties String
    Parsed as JSON.
    loggingType String
    Default: "FirstN"; must be "FirstN"
    maxEntryCount Number
    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

    AdditionalProperties string
    Parsed as JSON.
    LoggingType string
    Default: "RandomSampling"; must be "RandomSampling"
    MaxEntryCount double
    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
    SamplingRatio 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.
    AdditionalProperties string
    Parsed as JSON.
    LoggingType string
    Default: "RandomSampling"; must be "RandomSampling"
    MaxEntryCount float64
    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
    SamplingRatio 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.
    additionalProperties String
    Parsed as JSON.
    loggingType String
    Default: "RandomSampling"; must be "RandomSampling"
    maxEntryCount Double
    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
    samplingRatio 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.
    additionalProperties string
    Parsed as JSON.
    loggingType string
    Default: "RandomSampling"; must be "RandomSampling"
    maxEntryCount number
    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
    samplingRatio 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_count float
    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.
    additionalProperties String
    Parsed as JSON.
    loggingType String
    Default: "RandomSampling"; must be "RandomSampling"
    maxEntryCount Number
    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
    samplingRatio 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

    AdditionalProperties string
    Parsed as JSON.
    TestDestinationType string
    Default: "SILENT"; must be "SILENT"
    AdditionalProperties string
    Parsed as JSON.
    TestDestinationType string
    Default: "SILENT"; must be "SILENT"
    additionalProperties String
    Parsed as JSON.
    testDestinationType String
    Default: "SILENT"; must be "SILENT"
    additionalProperties string
    Parsed as JSON.
    testDestinationType string
    Default: "SILENT"; must be "SILENT"
    additional_properties str
    Parsed as JSON.
    test_destination_type str
    Default: "SILENT"; must be "SILENT"
    additionalProperties String
    Parsed as JSON.
    testDestinationType String
    Default: "SILENT"; must be "SILENT"

    DestinationDevNullConfigurationTestDestinationThrottled, DestinationDevNullConfigurationTestDestinationThrottledArgs

    MillisPerRecord double
    The number of milliseconds to wait between each record.
    AdditionalProperties string
    Parsed as JSON.
    TestDestinationType string
    Default: "THROTTLED"; must be "THROTTLED"
    MillisPerRecord float64
    The number of milliseconds to wait between each record.
    AdditionalProperties string
    Parsed as JSON.
    TestDestinationType string
    Default: "THROTTLED"; must be "THROTTLED"
    millisPerRecord Double
    The number of milliseconds to wait between each record.
    additionalProperties String
    Parsed as JSON.
    testDestinationType String
    Default: "THROTTLED"; must be "THROTTLED"
    millisPerRecord number
    The number of milliseconds to wait between each record.
    additionalProperties string
    Parsed as JSON.
    testDestinationType string
    Default: "THROTTLED"; must be "THROTTLED"
    millis_per_record float
    The number of milliseconds to wait between each record.
    additional_properties str
    Parsed as JSON.
    test_destination_type str
    Default: "THROTTLED"; must be "THROTTLED"
    millisPerRecord Number
    The number of milliseconds to wait between each record.
    additionalProperties String
    Parsed as JSON.
    testDestinationType String
    Default: "THROTTLED"; must be "THROTTLED"

    DestinationDevNullResourceAllocation, DestinationDevNullResourceAllocationArgs

    Default DestinationDevNullResourceAllocationDefault
    optional resource requirements to run workers (blank for unbounded allocations)
    JobSpecifics List<DestinationDevNullResourceAllocationJobSpecific>
    Default DestinationDevNullResourceAllocationDefault
    optional resource requirements to run workers (blank for unbounded allocations)
    JobSpecifics []DestinationDevNullResourceAllocationJobSpecific
    default_ DestinationDevNullResourceAllocationDefault
    optional resource requirements to run workers (blank for unbounded allocations)
    jobSpecifics List<DestinationDevNullResourceAllocationJobSpecific>
    default DestinationDevNullResourceAllocationDefault
    optional resource requirements to run workers (blank for unbounded allocations)
    jobSpecifics DestinationDevNullResourceAllocationJobSpecific[]
    default DestinationDevNullResourceAllocationDefault
    optional resource requirements to run workers (blank for unbounded allocations)
    job_specifics Sequence[DestinationDevNullResourceAllocationJobSpecific]
    default Property Map
    optional resource requirements to run workers (blank for unbounded allocations)
    jobSpecifics List<Property Map>

    DestinationDevNullResourceAllocationDefault, DestinationDevNullResourceAllocationDefaultArgs

    DestinationDevNullResourceAllocationJobSpecific, DestinationDevNullResourceAllocationJobSpecificArgs

    JobType 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"]
    ResourceRequirements DestinationDevNullResourceAllocationJobSpecificResourceRequirements
    optional resource requirements to run workers (blank for unbounded allocations)
    JobType 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"]
    ResourceRequirements DestinationDevNullResourceAllocationJobSpecificResourceRequirements
    optional resource requirements to run workers (blank for unbounded allocations)
    jobType 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"]
    resourceRequirements DestinationDevNullResourceAllocationJobSpecificResourceRequirements
    optional resource requirements to run workers (blank for unbounded allocations)
    jobType 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"]
    resourceRequirements DestinationDevNullResourceAllocationJobSpecificResourceRequirements
    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 DestinationDevNullResourceAllocationJobSpecificResourceRequirements
    optional resource requirements to run workers (blank for unbounded allocations)
    jobType 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"]
    resourceRequirements Property Map
    optional resource requirements to run workers (blank for unbounded allocations)

    DestinationDevNullResourceAllocationJobSpecificResourceRequirements, DestinationDevNullResourceAllocationJobSpecificResourceRequirementsArgs

    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.
    airbyte logo
    airbyte 0.8.0-beta2 published on Thursday, Mar 27, 2025 by airbytehq