Viewing docs for stackit v0.0.7
published on Monday, Aug 17, 2026 by stackitcloud
published on Monday, Aug 17, 2026 by stackitcloud
Viewing docs for stackit v0.0.7
published on Monday, Aug 17, 2026 by stackitcloud
published on Monday, Aug 17, 2026 by stackitcloud
TelemetryRouter instance data source schema. Uses the defaultRegion specified in the provider configuration as a fallback in case no region is defined on datasource level.
Example Usage
data "stackit_telemetryrouter_instance" "router" {
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
region = "eu01"
instance_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}
Using getTelemetryrouterInstance
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getTelemetryrouterInstance(args: GetTelemetryrouterInstanceArgs, opts?: InvokeOptions): Promise<GetTelemetryrouterInstanceResult>
function getTelemetryrouterInstanceOutput(args: GetTelemetryrouterInstanceOutputArgs, opts?: InvokeOutputOptions): Output<GetTelemetryrouterInstanceResult>def get_telemetryrouter_instance(instance_id: Optional[str] = None,
project_id: Optional[str] = None,
region: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetTelemetryrouterInstanceResult
def get_telemetryrouter_instance_output(instance_id: pulumi.Input[Optional[str]] = None,
project_id: pulumi.Input[Optional[str]] = None,
region: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[GetTelemetryrouterInstanceResult]func LookupTelemetryrouterInstance(ctx *Context, args *LookupTelemetryrouterInstanceArgs, opts ...InvokeOption) (*LookupTelemetryrouterInstanceResult, error)
func LookupTelemetryrouterInstanceOutput(ctx *Context, args *LookupTelemetryrouterInstanceOutputArgs, opts ...InvokeOption) LookupTelemetryrouterInstanceResultOutput> Note: This function is named LookupTelemetryrouterInstance in the Go SDK.
public static class GetTelemetryrouterInstance
{
public static Task<GetTelemetryrouterInstanceResult> InvokeAsync(GetTelemetryrouterInstanceArgs args, InvokeOptions? opts = null)
public static Output<GetTelemetryrouterInstanceResult> Invoke(GetTelemetryrouterInstanceInvokeArgs args, InvokeOptions? opts = null)
public static Output<GetTelemetryrouterInstanceResult> Invoke(GetTelemetryrouterInstanceInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetTelemetryrouterInstanceResult> getTelemetryrouterInstance(GetTelemetryrouterInstanceArgs args, InvokeOptions options)
public static Output<GetTelemetryrouterInstanceResult> getTelemetryrouterInstance(GetTelemetryrouterInstanceArgs args, InvokeOptions options)
public static Output<GetTelemetryrouterInstanceResult> getTelemetryrouterInstance(GetTelemetryrouterInstanceArgs args, InvokeOutputOptions options)
fn::invoke:
function: stackit:index/getTelemetryrouterInstance:getTelemetryrouterInstance
arguments:
# arguments dictionarydata "stackit_get_telemetryrouter_instance" "name" {
# arguments
}The following arguments are supported:
- Instance
Id string - The TelemetryRouter instance ID
- Project
Id string - STACKIT project ID associated with the TelemetryRouter instance
- Region string
- STACKIT region name the resource is located in. If not defined, the provider region is used.
- Instance
Id string - The TelemetryRouter instance ID
- Project
Id string - STACKIT project ID associated with the TelemetryRouter instance
- Region string
- STACKIT region name the resource is located in. If not defined, the provider region is used.
- instance_
id string - The TelemetryRouter instance ID
- project_
id string - STACKIT project ID associated with the TelemetryRouter instance
- region string
- STACKIT region name the resource is located in. If not defined, the provider region is used.
- instance
Id String - The TelemetryRouter instance ID
- project
Id String - STACKIT project ID associated with the TelemetryRouter instance
- region String
- STACKIT region name the resource is located in. If not defined, the provider region is used.
- instance
Id string - The TelemetryRouter instance ID
- project
Id string - STACKIT project ID associated with the TelemetryRouter instance
- region string
- STACKIT region name the resource is located in. If not defined, the provider region is used.
- instance_
id str - The TelemetryRouter instance ID
- project_
id str - STACKIT project ID associated with the TelemetryRouter instance
- region str
- STACKIT region name the resource is located in. If not defined, the provider region is used.
- instance
Id String - The TelemetryRouter instance ID
- project
Id String - STACKIT project ID associated with the TelemetryRouter instance
- region String
- STACKIT region name the resource is located in. If not defined, the provider region is used.
getTelemetryrouterInstance Result
The following output properties are available:
- Creation
Time string - The date and time the creation of the TelemetryRouter instance was initiated
- Description string
- The description of the TelemetryRouter instance
- Display
Name string - The display name of the TelemetryRouter instance
- Filter
Get
Telemetryrouter Instance Filter - The TelemetryRouter global filter settings
- Id string
- Terraform's internal resource identifier. It is structured as "
projectId,region,instanceId". - Instance
Id string - The TelemetryRouter instance ID
- Project
Id string - STACKIT project ID associated with the TelemetryRouter instance
- Status string
- The status of the TelemetryRouter instance, possible values: Possible values are:
reconciling,active,deleting. - Uri string
- The TelemetryRouter instance's URI
- Region string
- STACKIT region name the resource is located in. If not defined, the provider region is used.
- Creation
Time string - The date and time the creation of the TelemetryRouter instance was initiated
- Description string
- The description of the TelemetryRouter instance
- Display
Name string - The display name of the TelemetryRouter instance
- Filter
Get
Telemetryrouter Instance Filter - The TelemetryRouter global filter settings
- Id string
- Terraform's internal resource identifier. It is structured as "
projectId,region,instanceId". - Instance
Id string - The TelemetryRouter instance ID
- Project
Id string - STACKIT project ID associated with the TelemetryRouter instance
- Status string
- The status of the TelemetryRouter instance, possible values: Possible values are:
reconciling,active,deleting. - Uri string
- The TelemetryRouter instance's URI
- Region string
- STACKIT region name the resource is located in. If not defined, the provider region is used.
- creation_
time string - The date and time the creation of the TelemetryRouter instance was initiated
- description string
- The description of the TelemetryRouter instance
- display_
name string - The display name of the TelemetryRouter instance
- filter object
- The TelemetryRouter global filter settings
- id string
- Terraform's internal resource identifier. It is structured as "
projectId,region,instanceId". - instance_
id string - The TelemetryRouter instance ID
- project_
id string - STACKIT project ID associated with the TelemetryRouter instance
- status string
- The status of the TelemetryRouter instance, possible values: Possible values are:
reconciling,active,deleting. - uri string
- The TelemetryRouter instance's URI
- region string
- STACKIT region name the resource is located in. If not defined, the provider region is used.
- creation
Time String - The date and time the creation of the TelemetryRouter instance was initiated
- description String
- The description of the TelemetryRouter instance
- display
Name String - The display name of the TelemetryRouter instance
- filter
Get
Telemetryrouter Instance Filter - The TelemetryRouter global filter settings
- id String
- Terraform's internal resource identifier. It is structured as "
projectId,region,instanceId". - instance
Id String - The TelemetryRouter instance ID
- project
Id String - STACKIT project ID associated with the TelemetryRouter instance
- status String
- The status of the TelemetryRouter instance, possible values: Possible values are:
reconciling,active,deleting. - uri String
- The TelemetryRouter instance's URI
- region String
- STACKIT region name the resource is located in. If not defined, the provider region is used.
- creation
Time string - The date and time the creation of the TelemetryRouter instance was initiated
- description string
- The description of the TelemetryRouter instance
- display
Name string - The display name of the TelemetryRouter instance
- filter
Get
Telemetryrouter Instance Filter - The TelemetryRouter global filter settings
- id string
- Terraform's internal resource identifier. It is structured as "
projectId,region,instanceId". - instance
Id string - The TelemetryRouter instance ID
- project
Id string - STACKIT project ID associated with the TelemetryRouter instance
- status string
- The status of the TelemetryRouter instance, possible values: Possible values are:
reconciling,active,deleting. - uri string
- The TelemetryRouter instance's URI
- region string
- STACKIT region name the resource is located in. If not defined, the provider region is used.
- creation_
time str - The date and time the creation of the TelemetryRouter instance was initiated
- description str
- The description of the TelemetryRouter instance
- display_
name str - The display name of the TelemetryRouter instance
- filter
Get
Telemetryrouter Instance Filter - The TelemetryRouter global filter settings
- id str
- Terraform's internal resource identifier. It is structured as "
projectId,region,instanceId". - instance_
id str - The TelemetryRouter instance ID
- project_
id str - STACKIT project ID associated with the TelemetryRouter instance
- status str
- The status of the TelemetryRouter instance, possible values: Possible values are:
reconciling,active,deleting. - uri str
- The TelemetryRouter instance's URI
- region str
- STACKIT region name the resource is located in. If not defined, the provider region is used.
- creation
Time String - The date and time the creation of the TelemetryRouter instance was initiated
- description String
- The description of the TelemetryRouter instance
- display
Name String - The display name of the TelemetryRouter instance
- filter Property Map
- The TelemetryRouter global filter settings
- id String
- Terraform's internal resource identifier. It is structured as "
projectId,region,instanceId". - instance
Id String - The TelemetryRouter instance ID
- project
Id String - STACKIT project ID associated with the TelemetryRouter instance
- status String
- The status of the TelemetryRouter instance, possible values: Possible values are:
reconciling,active,deleting. - uri String
- The TelemetryRouter instance's URI
- region String
- STACKIT region name the resource is located in. If not defined, the provider region is used.
Supporting Types
GetTelemetryrouterInstanceFilter
- Attributes
List<Get
Telemetryrouter Instance Filter Attribute> - The TelemetryRouter global filter attributes
- Attributes
[]Get
Telemetryrouter Instance Filter Attribute - The TelemetryRouter global filter attributes
- attributes list(object)
- The TelemetryRouter global filter attributes
- attributes
List<Get
Telemetryrouter Instance Filter Attribute> - The TelemetryRouter global filter attributes
- attributes
Get
Telemetryrouter Instance Filter Attribute[] - The TelemetryRouter global filter attributes
- attributes
Sequence[Get
Telemetryrouter Instance Filter Attribute] - The TelemetryRouter global filter attributes
- attributes List<Property Map>
- The TelemetryRouter global filter attributes
GetTelemetryrouterInstanceFilterAttribute
- Key string
- The TelemetryRouter global filter attribute key
- Level string
- The TelemetryRouter global filter attribute level, possible values: Possible values are:
resource,scope,logRecord. - Matcher string
- The TelemetryRouter global filter attribute matcher, possible values: Possible values are:
=,!=. - Values List<string>
- The TelemetryRouter global filter attributes
- Key string
- The TelemetryRouter global filter attribute key
- Level string
- The TelemetryRouter global filter attribute level, possible values: Possible values are:
resource,scope,logRecord. - Matcher string
- The TelemetryRouter global filter attribute matcher, possible values: Possible values are:
=,!=. - Values []string
- The TelemetryRouter global filter attributes
- key string
- The TelemetryRouter global filter attribute key
- level string
- The TelemetryRouter global filter attribute level, possible values: Possible values are:
resource,scope,logRecord. - matcher string
- The TelemetryRouter global filter attribute matcher, possible values: Possible values are:
=,!=. - values list(string)
- The TelemetryRouter global filter attributes
- key String
- The TelemetryRouter global filter attribute key
- level String
- The TelemetryRouter global filter attribute level, possible values: Possible values are:
resource,scope,logRecord. - matcher String
- The TelemetryRouter global filter attribute matcher, possible values: Possible values are:
=,!=. - values List<String>
- The TelemetryRouter global filter attributes
- key string
- The TelemetryRouter global filter attribute key
- level string
- The TelemetryRouter global filter attribute level, possible values: Possible values are:
resource,scope,logRecord. - matcher string
- The TelemetryRouter global filter attribute matcher, possible values: Possible values are:
=,!=. - values string[]
- The TelemetryRouter global filter attributes
- key str
- The TelemetryRouter global filter attribute key
- level str
- The TelemetryRouter global filter attribute level, possible values: Possible values are:
resource,scope,logRecord. - matcher str
- The TelemetryRouter global filter attribute matcher, possible values: Possible values are:
=,!=. - values Sequence[str]
- The TelemetryRouter global filter attributes
- key String
- The TelemetryRouter global filter attribute key
- level String
- The TelemetryRouter global filter attribute level, possible values: Possible values are:
resource,scope,logRecord. - matcher String
- The TelemetryRouter global filter attribute matcher, possible values: Possible values are:
=,!=. - values List<String>
- The TelemetryRouter global filter attributes
Package Details
- Repository
- stackit stackitcloud/pulumi-stackit
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
stackitTerraform Provider.
Viewing docs for stackit v0.0.7
published on Monday, Aug 17, 2026 by stackitcloud
published on Monday, Aug 17, 2026 by stackitcloud