airbyte.SourceOrb
Explore with Pulumi AI
SourceOrb 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.SourceOrb;
import com.pulumi.airbyte.SourceOrbArgs;
import com.pulumi.airbyte.inputs.SourceOrbConfigurationArgs;
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 mySourceOrb = new SourceOrb("mySourceOrb", SourceOrbArgs.builder()
.configuration(SourceOrbConfigurationArgs.builder()
.api_key("...my_api_key...")
.end_date("2024-03-01T00:00:00Z")
.lookback_window_days(9)
.numeric_event_properties_keys("...")
.plan_id("...my_plan_id...")
.start_date("2022-03-01T00:00:00Z")
.string_event_properties_keys("...")
.subscription_usage_grouping_key("...my_subscription_usage_grouping_key...")
.build())
.definitionId("ee26274e-71bb-401d-a439-e0b1460278b2")
.secretId("...my_secret_id...")
.workspaceId("cd62c0b7-5370-44f8-929a-03ac1f7fe259")
.build());
}
}
resources:
mySourceOrb:
type: airbyte:SourceOrb
properties:
configuration:
api_key: '...my_api_key...'
end_date: 2024-03-01T00:00:00Z
lookback_window_days: 9
numeric_event_properties_keys:
- '...'
plan_id: '...my_plan_id...'
start_date: 2022-03-01T00:00:00Z
string_event_properties_keys:
- '...'
subscription_usage_grouping_key: '...my_subscription_usage_grouping_key...'
definitionId: ee26274e-71bb-401d-a439-e0b1460278b2
secretId: '...my_secret_id...'
workspaceId: cd62c0b7-5370-44f8-929a-03ac1f7fe259
Create SourceOrb Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new SourceOrb(name: string, args: SourceOrbArgs, opts?: CustomResourceOptions);
@overload
def SourceOrb(resource_name: str,
args: SourceOrbArgs,
opts: Optional[ResourceOptions] = None)
@overload
def SourceOrb(resource_name: str,
opts: Optional[ResourceOptions] = None,
configuration: Optional[SourceOrbConfigurationArgs] = None,
workspace_id: Optional[str] = None,
definition_id: Optional[str] = None,
name: Optional[str] = None,
secret_id: Optional[str] = None)
func NewSourceOrb(ctx *Context, name string, args SourceOrbArgs, opts ...ResourceOption) (*SourceOrb, error)
public SourceOrb(string name, SourceOrbArgs args, CustomResourceOptions? opts = null)
public SourceOrb(String name, SourceOrbArgs args)
public SourceOrb(String name, SourceOrbArgs args, CustomResourceOptions options)
type: airbyte:SourceOrb
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 SourceOrbArgs
- 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 SourceOrbArgs
- 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 SourceOrbArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SourceOrbArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args SourceOrbArgs
- 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 sourceOrbResource = new Airbyte.SourceOrb("sourceOrbResource", new()
{
Configuration = new Airbyte.Inputs.SourceOrbConfigurationArgs
{
ApiKey = "string",
StartDate = "string",
EndDate = "string",
LookbackWindowDays = 0,
NumericEventPropertiesKeys = new[]
{
"string",
},
PlanId = "string",
StringEventPropertiesKeys = new[]
{
"string",
},
SubscriptionUsageGroupingKey = "string",
},
WorkspaceId = "string",
DefinitionId = "string",
Name = "string",
SecretId = "string",
});
example, err := airbyte.NewSourceOrb(ctx, "sourceOrbResource", &airbyte.SourceOrbArgs{
Configuration: &.SourceOrbConfigurationArgs{
ApiKey: pulumi.String("string"),
StartDate: pulumi.String("string"),
EndDate: pulumi.String("string"),
LookbackWindowDays: pulumi.Float64(0),
NumericEventPropertiesKeys: pulumi.StringArray{
pulumi.String("string"),
},
PlanId: pulumi.String("string"),
StringEventPropertiesKeys: pulumi.StringArray{
pulumi.String("string"),
},
SubscriptionUsageGroupingKey: pulumi.String("string"),
},
WorkspaceId: pulumi.String("string"),
DefinitionId: pulumi.String("string"),
Name: pulumi.String("string"),
SecretId: pulumi.String("string"),
})
var sourceOrbResource = new SourceOrb("sourceOrbResource", SourceOrbArgs.builder()
.configuration(SourceOrbConfigurationArgs.builder()
.apiKey("string")
.startDate("string")
.endDate("string")
.lookbackWindowDays(0)
.numericEventPropertiesKeys("string")
.planId("string")
.stringEventPropertiesKeys("string")
.subscriptionUsageGroupingKey("string")
.build())
.workspaceId("string")
.definitionId("string")
.name("string")
.secretId("string")
.build());
source_orb_resource = airbyte.SourceOrb("sourceOrbResource",
configuration={
"api_key": "string",
"start_date": "string",
"end_date": "string",
"lookback_window_days": 0,
"numeric_event_properties_keys": ["string"],
"plan_id": "string",
"string_event_properties_keys": ["string"],
"subscription_usage_grouping_key": "string",
},
workspace_id="string",
definition_id="string",
name="string",
secret_id="string")
const sourceOrbResource = new airbyte.SourceOrb("sourceOrbResource", {
configuration: {
apiKey: "string",
startDate: "string",
endDate: "string",
lookbackWindowDays: 0,
numericEventPropertiesKeys: ["string"],
planId: "string",
stringEventPropertiesKeys: ["string"],
subscriptionUsageGroupingKey: "string",
},
workspaceId: "string",
definitionId: "string",
name: "string",
secretId: "string",
});
type: airbyte:SourceOrb
properties:
configuration:
apiKey: string
endDate: string
lookbackWindowDays: 0
numericEventPropertiesKeys:
- string
planId: string
startDate: string
stringEventPropertiesKeys:
- string
subscriptionUsageGroupingKey: string
definitionId: string
name: string
secretId: string
workspaceId: string
SourceOrb 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 SourceOrb resource accepts the following input properties:
- Configuration
Source
Orb Configuration - Workspace
Id string - Definition
Id string - The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. Requires replacement if changed.
- Name string
- Name of the source e.g. dev-mysql-instance.
- Secret
Id string - Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
- Configuration
Source
Orb Configuration Args - Workspace
Id string - Definition
Id string - The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. Requires replacement if changed.
- Name string
- Name of the source e.g. dev-mysql-instance.
- Secret
Id string - Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
- configuration
Source
Orb Configuration - workspace
Id String - definition
Id String - The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. Requires replacement if changed.
- name String
- Name of the source e.g. dev-mysql-instance.
- secret
Id String - Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
- configuration
Source
Orb Configuration - workspace
Id string - definition
Id string - The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. Requires replacement if changed.
- name string
- Name of the source e.g. dev-mysql-instance.
- secret
Id string - Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
- configuration
Source
Orb Configuration Args - workspace_
id str - definition_
id str - The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. Requires replacement if changed.
- name str
- Name of the source e.g. dev-mysql-instance.
- secret_
id str - Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
- configuration Property Map
- workspace
Id String - definition
Id String - The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. Requires replacement if changed.
- name String
- Name of the source e.g. dev-mysql-instance.
- secret
Id String - Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
Outputs
All input properties are implicitly available as output properties. Additionally, the SourceOrb resource produces the following output properties:
- Created
At double - Id string
- The provider-assigned unique ID for this managed resource.
- Source
Id string - Source
Type string
- Created
At float64 - Id string
- The provider-assigned unique ID for this managed resource.
- Source
Id string - Source
Type string
- created
At Double - id String
- The provider-assigned unique ID for this managed resource.
- source
Id String - source
Type String
- created
At number - id string
- The provider-assigned unique ID for this managed resource.
- source
Id string - source
Type string
- created_
at float - id str
- The provider-assigned unique ID for this managed resource.
- source_
id str - source_
type str
- created
At Number - id String
- The provider-assigned unique ID for this managed resource.
- source
Id String - source
Type String
Look up Existing SourceOrb Resource
Get an existing SourceOrb 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?: SourceOrbState, opts?: CustomResourceOptions): SourceOrb
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
configuration: Optional[SourceOrbConfigurationArgs] = None,
created_at: Optional[float] = None,
definition_id: Optional[str] = None,
name: Optional[str] = None,
secret_id: Optional[str] = None,
source_id: Optional[str] = None,
source_type: Optional[str] = None,
workspace_id: Optional[str] = None) -> SourceOrb
func GetSourceOrb(ctx *Context, name string, id IDInput, state *SourceOrbState, opts ...ResourceOption) (*SourceOrb, error)
public static SourceOrb Get(string name, Input<string> id, SourceOrbState? state, CustomResourceOptions? opts = null)
public static SourceOrb get(String name, Output<String> id, SourceOrbState state, CustomResourceOptions options)
resources: _: type: airbyte:SourceOrb get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Configuration
Source
Orb Configuration - Created
At double - Definition
Id string - The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. Requires replacement if changed.
- Name string
- Name of the source e.g. dev-mysql-instance.
- Secret
Id string - Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
- Source
Id string - Source
Type string - Workspace
Id string
- Configuration
Source
Orb Configuration Args - Created
At float64 - Definition
Id string - The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. Requires replacement if changed.
- Name string
- Name of the source e.g. dev-mysql-instance.
- Secret
Id string - Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
- Source
Id string - Source
Type string - Workspace
Id string
- configuration
Source
Orb Configuration - created
At Double - definition
Id String - The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. Requires replacement if changed.
- name String
- Name of the source e.g. dev-mysql-instance.
- secret
Id String - Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
- source
Id String - source
Type String - workspace
Id String
- configuration
Source
Orb Configuration - created
At number - definition
Id string - The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. Requires replacement if changed.
- name string
- Name of the source e.g. dev-mysql-instance.
- secret
Id string - Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
- source
Id string - source
Type string - workspace
Id string
- configuration
Source
Orb Configuration Args - created_
at float - definition_
id str - The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. Requires replacement if changed.
- name str
- Name of the source e.g. dev-mysql-instance.
- secret_
id str - Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
- source_
id str - source_
type str - workspace_
id str
- configuration Property Map
- created
At Number - definition
Id String - The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. Requires replacement if changed.
- name String
- Name of the source e.g. dev-mysql-instance.
- secret
Id String - Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
- source
Id String - source
Type String - workspace
Id String
Supporting Types
SourceOrbConfiguration, SourceOrbConfigurationArgs
- Api
Key string - Orb API Key, issued from the Orb admin console.
- Start
Date string - UTC date and time in the format 2022-03-01T00:00:00Z. Any data with created_at before this data will not be synced. For Subscription Usage, this becomes the
timeframe_start
API parameter. - End
Date string - UTC date and time in the format 2022-03-01T00:00:00Z. Any data with created_at after this data will not be synced. For Subscription Usage, this becomes the
timeframe_start
API parameter. - Lookback
Window doubleDays - When set to N, the connector will always refresh resources created within the past N days. By default, updated objects that are not newly created are not incrementally synced. Default: 0
- Numeric
Event List<string>Properties Keys - Property key names to extract from all events, in order to enrich ledger entries corresponding to an event deduction.
- Plan
Id string - Orb Plan ID to filter subscriptions that should have usage fetched.
- String
Event List<string>Properties Keys - Property key names to extract from all events, in order to enrich ledger entries corresponding to an event deduction.
- Subscription
Usage stringGrouping Key - Property key name to group subscription usage by.
- Api
Key string - Orb API Key, issued from the Orb admin console.
- Start
Date string - UTC date and time in the format 2022-03-01T00:00:00Z. Any data with created_at before this data will not be synced. For Subscription Usage, this becomes the
timeframe_start
API parameter. - End
Date string - UTC date and time in the format 2022-03-01T00:00:00Z. Any data with created_at after this data will not be synced. For Subscription Usage, this becomes the
timeframe_start
API parameter. - Lookback
Window float64Days - When set to N, the connector will always refresh resources created within the past N days. By default, updated objects that are not newly created are not incrementally synced. Default: 0
- Numeric
Event []stringProperties Keys - Property key names to extract from all events, in order to enrich ledger entries corresponding to an event deduction.
- Plan
Id string - Orb Plan ID to filter subscriptions that should have usage fetched.
- String
Event []stringProperties Keys - Property key names to extract from all events, in order to enrich ledger entries corresponding to an event deduction.
- Subscription
Usage stringGrouping Key - Property key name to group subscription usage by.
- api
Key String - Orb API Key, issued from the Orb admin console.
- start
Date String - UTC date and time in the format 2022-03-01T00:00:00Z. Any data with created_at before this data will not be synced. For Subscription Usage, this becomes the
timeframe_start
API parameter. - end
Date String - UTC date and time in the format 2022-03-01T00:00:00Z. Any data with created_at after this data will not be synced. For Subscription Usage, this becomes the
timeframe_start
API parameter. - lookback
Window DoubleDays - When set to N, the connector will always refresh resources created within the past N days. By default, updated objects that are not newly created are not incrementally synced. Default: 0
- numeric
Event List<String>Properties Keys - Property key names to extract from all events, in order to enrich ledger entries corresponding to an event deduction.
- plan
Id String - Orb Plan ID to filter subscriptions that should have usage fetched.
- string
Event List<String>Properties Keys - Property key names to extract from all events, in order to enrich ledger entries corresponding to an event deduction.
- subscription
Usage StringGrouping Key - Property key name to group subscription usage by.
- api
Key string - Orb API Key, issued from the Orb admin console.
- start
Date string - UTC date and time in the format 2022-03-01T00:00:00Z. Any data with created_at before this data will not be synced. For Subscription Usage, this becomes the
timeframe_start
API parameter. - end
Date string - UTC date and time in the format 2022-03-01T00:00:00Z. Any data with created_at after this data will not be synced. For Subscription Usage, this becomes the
timeframe_start
API parameter. - lookback
Window numberDays - When set to N, the connector will always refresh resources created within the past N days. By default, updated objects that are not newly created are not incrementally synced. Default: 0
- numeric
Event string[]Properties Keys - Property key names to extract from all events, in order to enrich ledger entries corresponding to an event deduction.
- plan
Id string - Orb Plan ID to filter subscriptions that should have usage fetched.
- string
Event string[]Properties Keys - Property key names to extract from all events, in order to enrich ledger entries corresponding to an event deduction.
- subscription
Usage stringGrouping Key - Property key name to group subscription usage by.
- api_
key str - Orb API Key, issued from the Orb admin console.
- start_
date str - UTC date and time in the format 2022-03-01T00:00:00Z. Any data with created_at before this data will not be synced. For Subscription Usage, this becomes the
timeframe_start
API parameter. - end_
date str - UTC date and time in the format 2022-03-01T00:00:00Z. Any data with created_at after this data will not be synced. For Subscription Usage, this becomes the
timeframe_start
API parameter. - lookback_
window_ floatdays - When set to N, the connector will always refresh resources created within the past N days. By default, updated objects that are not newly created are not incrementally synced. Default: 0
- numeric_
event_ Sequence[str]properties_ keys - Property key names to extract from all events, in order to enrich ledger entries corresponding to an event deduction.
- plan_
id str - Orb Plan ID to filter subscriptions that should have usage fetched.
- string_
event_ Sequence[str]properties_ keys - Property key names to extract from all events, in order to enrich ledger entries corresponding to an event deduction.
- subscription_
usage_ strgrouping_ key - Property key name to group subscription usage by.
- api
Key String - Orb API Key, issued from the Orb admin console.
- start
Date String - UTC date and time in the format 2022-03-01T00:00:00Z. Any data with created_at before this data will not be synced. For Subscription Usage, this becomes the
timeframe_start
API parameter. - end
Date String - UTC date and time in the format 2022-03-01T00:00:00Z. Any data with created_at after this data will not be synced. For Subscription Usage, this becomes the
timeframe_start
API parameter. - lookback
Window NumberDays - When set to N, the connector will always refresh resources created within the past N days. By default, updated objects that are not newly created are not incrementally synced. Default: 0
- numeric
Event List<String>Properties Keys - Property key names to extract from all events, in order to enrich ledger entries corresponding to an event deduction.
- plan
Id String - Orb Plan ID to filter subscriptions that should have usage fetched.
- string
Event List<String>Properties Keys - Property key names to extract from all events, in order to enrich ledger entries corresponding to an event deduction.
- subscription
Usage StringGrouping Key - Property key name to group subscription usage by.
Import
$ pulumi import airbyte:index/sourceOrb:SourceOrb my_airbyte_source_orb ""
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.