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 access token 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_access_token" "accessToken" {
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
region = "eu01"
instance_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
access_token_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}
Using getTelemetryrouterAccessToken
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 getTelemetryrouterAccessToken(args: GetTelemetryrouterAccessTokenArgs, opts?: InvokeOptions): Promise<GetTelemetryrouterAccessTokenResult>
function getTelemetryrouterAccessTokenOutput(args: GetTelemetryrouterAccessTokenOutputArgs, opts?: InvokeOutputOptions): Output<GetTelemetryrouterAccessTokenResult>def get_telemetryrouter_access_token(access_token_id: Optional[str] = None,
instance_id: Optional[str] = None,
project_id: Optional[str] = None,
region: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetTelemetryrouterAccessTokenResult
def get_telemetryrouter_access_token_output(access_token_id: pulumi.Input[Optional[str]] = None,
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[GetTelemetryrouterAccessTokenResult]func LookupTelemetryrouterAccessToken(ctx *Context, args *LookupTelemetryrouterAccessTokenArgs, opts ...InvokeOption) (*LookupTelemetryrouterAccessTokenResult, error)
func LookupTelemetryrouterAccessTokenOutput(ctx *Context, args *LookupTelemetryrouterAccessTokenOutputArgs, opts ...InvokeOption) LookupTelemetryrouterAccessTokenResultOutput> Note: This function is named LookupTelemetryrouterAccessToken in the Go SDK.
public static class GetTelemetryrouterAccessToken
{
public static Task<GetTelemetryrouterAccessTokenResult> InvokeAsync(GetTelemetryrouterAccessTokenArgs args, InvokeOptions? opts = null)
public static Output<GetTelemetryrouterAccessTokenResult> Invoke(GetTelemetryrouterAccessTokenInvokeArgs args, InvokeOptions? opts = null)
public static Output<GetTelemetryrouterAccessTokenResult> Invoke(GetTelemetryrouterAccessTokenInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetTelemetryrouterAccessTokenResult> getTelemetryrouterAccessToken(GetTelemetryrouterAccessTokenArgs args, InvokeOptions options)
public static Output<GetTelemetryrouterAccessTokenResult> getTelemetryrouterAccessToken(GetTelemetryrouterAccessTokenArgs args, InvokeOptions options)
public static Output<GetTelemetryrouterAccessTokenResult> getTelemetryrouterAccessToken(GetTelemetryrouterAccessTokenArgs args, InvokeOutputOptions options)
fn::invoke:
function: stackit:index/getTelemetryrouterAccessToken:getTelemetryrouterAccessToken
arguments:
# arguments dictionarydata "stackit_get_telemetryrouter_access_token" "name" {
# arguments
}The following arguments are supported:
- Access
Token stringId - The access token ID
- Instance
Id string - The TelemetryRouter instance ID associated with the access token
- Project
Id string - STACKIT project ID associated with the TelemetryRouter access token
- Region string
- STACKIT region name the resource is located in. If not defined, the provider region is used.
- Access
Token stringId - The access token ID
- Instance
Id string - The TelemetryRouter instance ID associated with the access token
- Project
Id string - STACKIT project ID associated with the TelemetryRouter access token
- Region string
- STACKIT region name the resource is located in. If not defined, the provider region is used.
- access_
token_ stringid - The access token ID
- instance_
id string - The TelemetryRouter instance ID associated with the access token
- project_
id string - STACKIT project ID associated with the TelemetryRouter access token
- region string
- STACKIT region name the resource is located in. If not defined, the provider region is used.
- access
Token StringId - The access token ID
- instance
Id String - The TelemetryRouter instance ID associated with the access token
- project
Id String - STACKIT project ID associated with the TelemetryRouter access token
- region String
- STACKIT region name the resource is located in. If not defined, the provider region is used.
- access
Token stringId - The access token ID
- instance
Id string - The TelemetryRouter instance ID associated with the access token
- project
Id string - STACKIT project ID associated with the TelemetryRouter access token
- region string
- STACKIT region name the resource is located in. If not defined, the provider region is used.
- access_
token_ strid - The access token ID
- instance_
id str - The TelemetryRouter instance ID associated with the access token
- project_
id str - STACKIT project ID associated with the TelemetryRouter access token
- region str
- STACKIT region name the resource is located in. If not defined, the provider region is used.
- access
Token StringId - The access token ID
- instance
Id String - The TelemetryRouter instance ID associated with the access token
- project
Id String - STACKIT project ID associated with the TelemetryRouter access token
- region String
- STACKIT region name the resource is located in. If not defined, the provider region is used.
getTelemetryrouterAccessToken Result
The following output properties are available:
- Access
Token stringId - The access token ID
- Creator
Id string - The user who created the access token
- Description string
- The description of the access token
- Display
Name string - The displayed name of the access token
- Expiration
Time string - The date and time an access token will expire at (inclusively)
- Id string
- Terraform's internal resource identifier. It is structured as "
projectId,region,instanceId,accessTokenId". - Instance
Id string - The TelemetryRouter instance ID associated with the access token
- Project
Id string - STACKIT project ID associated with the TelemetryRouter access token
- Status string
- The status of the access token. Possible values are:
active,expired,deleting. - Region string
- STACKIT region name the resource is located in. If not defined, the provider region is used.
- Access
Token stringId - The access token ID
- Creator
Id string - The user who created the access token
- Description string
- The description of the access token
- Display
Name string - The displayed name of the access token
- Expiration
Time string - The date and time an access token will expire at (inclusively)
- Id string
- Terraform's internal resource identifier. It is structured as "
projectId,region,instanceId,accessTokenId". - Instance
Id string - The TelemetryRouter instance ID associated with the access token
- Project
Id string - STACKIT project ID associated with the TelemetryRouter access token
- Status string
- The status of the access token. Possible values are:
active,expired,deleting. - Region string
- STACKIT region name the resource is located in. If not defined, the provider region is used.
- access_
token_ stringid - The access token ID
- creator_
id string - The user who created the access token
- description string
- The description of the access token
- display_
name string - The displayed name of the access token
- expiration_
time string - The date and time an access token will expire at (inclusively)
- id string
- Terraform's internal resource identifier. It is structured as "
projectId,region,instanceId,accessTokenId". - instance_
id string - The TelemetryRouter instance ID associated with the access token
- project_
id string - STACKIT project ID associated with the TelemetryRouter access token
- status string
- The status of the access token. Possible values are:
active,expired,deleting. - region string
- STACKIT region name the resource is located in. If not defined, the provider region is used.
- access
Token StringId - The access token ID
- creator
Id String - The user who created the access token
- description String
- The description of the access token
- display
Name String - The displayed name of the access token
- expiration
Time String - The date and time an access token will expire at (inclusively)
- id String
- Terraform's internal resource identifier. It is structured as "
projectId,region,instanceId,accessTokenId". - instance
Id String - The TelemetryRouter instance ID associated with the access token
- project
Id String - STACKIT project ID associated with the TelemetryRouter access token
- status String
- The status of the access token. Possible values are:
active,expired,deleting. - region String
- STACKIT region name the resource is located in. If not defined, the provider region is used.
- access
Token stringId - The access token ID
- creator
Id string - The user who created the access token
- description string
- The description of the access token
- display
Name string - The displayed name of the access token
- expiration
Time string - The date and time an access token will expire at (inclusively)
- id string
- Terraform's internal resource identifier. It is structured as "
projectId,region,instanceId,accessTokenId". - instance
Id string - The TelemetryRouter instance ID associated with the access token
- project
Id string - STACKIT project ID associated with the TelemetryRouter access token
- status string
- The status of the access token. Possible values are:
active,expired,deleting. - region string
- STACKIT region name the resource is located in. If not defined, the provider region is used.
- access_
token_ strid - The access token ID
- creator_
id str - The user who created the access token
- description str
- The description of the access token
- display_
name str - The displayed name of the access token
- expiration_
time str - The date and time an access token will expire at (inclusively)
- id str
- Terraform's internal resource identifier. It is structured as "
projectId,region,instanceId,accessTokenId". - instance_
id str - The TelemetryRouter instance ID associated with the access token
- project_
id str - STACKIT project ID associated with the TelemetryRouter access token
- status str
- The status of the access token. Possible values are:
active,expired,deleting. - region str
- STACKIT region name the resource is located in. If not defined, the provider region is used.
- access
Token StringId - The access token ID
- creator
Id String - The user who created the access token
- description String
- The description of the access token
- display
Name String - The displayed name of the access token
- expiration
Time String - The date and time an access token will expire at (inclusively)
- id String
- Terraform's internal resource identifier. It is structured as "
projectId,region,instanceId,accessTokenId". - instance
Id String - The TelemetryRouter instance ID associated with the access token
- project
Id String - STACKIT project ID associated with the TelemetryRouter access token
- status String
- The status of the access token. Possible values are:
active,expired,deleting. - region String
- STACKIT region name the resource is located in. If not defined, the provider region is used.
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