1. Registry
  2. Packages
  3. stackit
  4. API Docs
  5. getTelemetryrouterAccessToken
Viewing docs for stackit v0.0.7
published on Monday, Aug 17, 2026 by stackitcloud
stackit logo
Viewing docs for stackit v0.0.7
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 dictionary
    data "stackit_get_telemetryrouter_access_token" "name" {
        # arguments
    }

    The following arguments are supported:

    AccessTokenId string
    The access token ID
    InstanceId string
    The TelemetryRouter instance ID associated with the access token
    ProjectId 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.
    AccessTokenId string
    The access token ID
    InstanceId string
    The TelemetryRouter instance ID associated with the access token
    ProjectId 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_id string
    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.
    accessTokenId String
    The access token ID
    instanceId String
    The TelemetryRouter instance ID associated with the access token
    projectId 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.
    accessTokenId string
    The access token ID
    instanceId string
    The TelemetryRouter instance ID associated with the access token
    projectId 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_id str
    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.
    accessTokenId String
    The access token ID
    instanceId String
    The TelemetryRouter instance ID associated with the access token
    projectId 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:

    AccessTokenId string
    The access token ID
    CreatorId string
    The user who created the access token
    Description string
    The description of the access token
    DisplayName string
    The displayed name of the access token
    ExpirationTime 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".
    InstanceId string
    The TelemetryRouter instance ID associated with the access token
    ProjectId string
    STACKIT project ID associated with the TelemetryRouter access token
    Status string
    The status of the access token. Possible values are: active, expired, deleting.

    Deprecated: status is deprecated and will be removed after February 2027.

    Region string
    STACKIT region name the resource is located in. If not defined, the provider region is used.
    AccessTokenId string
    The access token ID
    CreatorId string
    The user who created the access token
    Description string
    The description of the access token
    DisplayName string
    The displayed name of the access token
    ExpirationTime 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".
    InstanceId string
    The TelemetryRouter instance ID associated with the access token
    ProjectId string
    STACKIT project ID associated with the TelemetryRouter access token
    Status string
    The status of the access token. Possible values are: active, expired, deleting.

    Deprecated: status is deprecated and will be removed after February 2027.

    Region string
    STACKIT region name the resource is located in. If not defined, the provider region is used.
    access_token_id string
    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.

    Deprecated: status is deprecated and will be removed after February 2027.

    region string
    STACKIT region name the resource is located in. If not defined, the provider region is used.
    accessTokenId String
    The access token ID
    creatorId String
    The user who created the access token
    description String
    The description of the access token
    displayName String
    The displayed name of the access token
    expirationTime 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".
    instanceId String
    The TelemetryRouter instance ID associated with the access token
    projectId String
    STACKIT project ID associated with the TelemetryRouter access token
    status String
    The status of the access token. Possible values are: active, expired, deleting.

    Deprecated: status is deprecated and will be removed after February 2027.

    region String
    STACKIT region name the resource is located in. If not defined, the provider region is used.
    accessTokenId string
    The access token ID
    creatorId string
    The user who created the access token
    description string
    The description of the access token
    displayName string
    The displayed name of the access token
    expirationTime 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".
    instanceId string
    The TelemetryRouter instance ID associated with the access token
    projectId string
    STACKIT project ID associated with the TelemetryRouter access token
    status string
    The status of the access token. Possible values are: active, expired, deleting.

    Deprecated: status is deprecated and will be removed after February 2027.

    region string
    STACKIT region name the resource is located in. If not defined, the provider region is used.
    access_token_id str
    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.

    Deprecated: status is deprecated and will be removed after February 2027.

    region str
    STACKIT region name the resource is located in. If not defined, the provider region is used.
    accessTokenId String
    The access token ID
    creatorId String
    The user who created the access token
    description String
    The description of the access token
    displayName String
    The displayed name of the access token
    expirationTime 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".
    instanceId String
    The TelemetryRouter instance ID associated with the access token
    projectId String
    STACKIT project ID associated with the TelemetryRouter access token
    status String
    The status of the access token. Possible values are: active, expired, deleting.

    Deprecated: status is deprecated and will be removed after February 2027.

    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 stackit Terraform Provider.
    stackit logo
    Viewing docs for stackit v0.0.7
    published on Monday, Aug 17, 2026 by stackitcloud

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial