Grafana v0.16.1 published on Saturday, Mar 15, 2025 by pulumiverse
grafana.getCloudStack
Explore with Pulumi AI
Deprecated: grafana.index/getcloudstack.getCloudStack has been deprecated in favor of grafana.cloud/getstack.getStack
Data source for Grafana Stack
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as grafana from "@pulumi/grafana";
import * as grafana from "@pulumiverse/grafana";
const testStack = new grafana.cloud.Stack("test", {
    name: "gcloudstacktest",
    slug: "gcloudstacktest",
    regionSlug: "eu",
    description: "Test Grafana Cloud Stack",
});
const test = grafana.cloud.getStackOutput({
    slug: testStack.slug,
});
import pulumi
import pulumi_grafana as grafana
import pulumiverse_grafana as grafana
test_stack = grafana.cloud.Stack("test",
    name="gcloudstacktest",
    slug="gcloudstacktest",
    region_slug="eu",
    description="Test Grafana Cloud Stack")
test = grafana.cloud.get_stack_output(slug=test_stack.slug)
package main
import (
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
	"github.com/pulumiverse/pulumi-grafana/sdk/go/grafana/cloud"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		testStack, err := cloud.NewStack(ctx, "test", &cloud.StackArgs{
			Name:        pulumi.String("gcloudstacktest"),
			Slug:        pulumi.String("gcloudstacktest"),
			RegionSlug:  pulumi.String("eu"),
			Description: pulumi.String("Test Grafana Cloud Stack"),
		})
		if err != nil {
			return err
		}
		_ = cloud.LookupStackOutput(ctx, cloud.GetStackOutputArgs{
			Slug: testStack.Slug,
		}, nil)
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Grafana = Pulumi.Grafana;
using Grafana = Pulumiverse.Grafana;
return await Deployment.RunAsync(() => 
{
    var testStack = new Grafana.Cloud.Stack("test", new()
    {
        Name = "gcloudstacktest",
        Slug = "gcloudstacktest",
        RegionSlug = "eu",
        Description = "Test Grafana Cloud Stack",
    });
    var test = Grafana.Cloud.GetStack.Invoke(new()
    {
        Slug = testStack.Slug,
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.grafana.cloud.Stack;
import com.pulumi.grafana.cloud.StackArgs;
import com.pulumi.grafana.cloud.CloudFunctions;
import com.pulumi.grafana.cloud.inputs.GetStackArgs;
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 testStack = new Stack("testStack", StackArgs.builder()
            .name("gcloudstacktest")
            .slug("gcloudstacktest")
            .regionSlug("eu")
            .description("Test Grafana Cloud Stack")
            .build());
        final var test = CloudFunctions.getStack(GetStackArgs.builder()
            .slug(testStack.slug())
            .build());
    }
}
resources:
  testStack:
    type: grafana:cloud:Stack
    name: test
    properties:
      name: gcloudstacktest
      slug: gcloudstacktest
      regionSlug: eu
      description: Test Grafana Cloud Stack
variables:
  test:
    fn::invoke:
      function: grafana:cloud:getStack
      arguments:
        slug: ${testStack.slug}
Using getCloudStack
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 getCloudStack(args: GetCloudStackArgs, opts?: InvokeOptions): Promise<GetCloudStackResult>
function getCloudStackOutput(args: GetCloudStackOutputArgs, opts?: InvokeOptions): Output<GetCloudStackResult>def get_cloud_stack(slug: Optional[str] = None,
                    opts: Optional[InvokeOptions] = None) -> GetCloudStackResult
def get_cloud_stack_output(slug: Optional[pulumi.Input[str]] = None,
                    opts: Optional[InvokeOptions] = None) -> Output[GetCloudStackResult]func LookupCloudStack(ctx *Context, args *LookupCloudStackArgs, opts ...InvokeOption) (*LookupCloudStackResult, error)
func LookupCloudStackOutput(ctx *Context, args *LookupCloudStackOutputArgs, opts ...InvokeOption) LookupCloudStackResultOutput> Note: This function is named LookupCloudStack in the Go SDK.
public static class GetCloudStack 
{
    public static Task<GetCloudStackResult> InvokeAsync(GetCloudStackArgs args, InvokeOptions? opts = null)
    public static Output<GetCloudStackResult> Invoke(GetCloudStackInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetCloudStackResult> getCloudStack(GetCloudStackArgs args, InvokeOptions options)
public static Output<GetCloudStackResult> getCloudStack(GetCloudStackArgs args, InvokeOptions options)
fn::invoke:
  function: grafana:index/getCloudStack:getCloudStack
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Slug string
- Subdomain that the Grafana instance will be available at (i.e. setting slug to “\n\n” will make the instance available at “https://\n\n.grafana.net".
- Slug string
- Subdomain that the Grafana instance will be available at (i.e. setting slug to “\n\n” will make the instance available at “https://\n\n.grafana.net".
- slug String
- Subdomain that the Grafana instance will be available at (i.e. setting slug to “\n\n” will make the instance available at “https://\n\n.grafana.net".
- slug string
- Subdomain that the Grafana instance will be available at (i.e. setting slug to “\n\n” will make the instance available at “https://\n\n.grafana.net".
- slug str
- Subdomain that the Grafana instance will be available at (i.e. setting slug to “\n\n” will make the instance available at “https://\n\n.grafana.net".
- slug String
- Subdomain that the Grafana instance will be available at (i.e. setting slug to “\n\n” will make the instance available at “https://\n\n.grafana.net".
getCloudStack Result
The following output properties are available:
- AlertmanagerIp stringAllow List Cname 
- Comma-separated list of CNAMEs that can be whitelisted to access the Alertmanager instances (Optional)
- AlertmanagerName string
- Name of the Alertmanager instance configured for this stack.
- AlertmanagerStatus string
- Status of the Alertmanager instance configured for this stack.
- AlertmanagerUrl string
- Base URL of the Alertmanager instance configured for this stack.
- AlertmanagerUser intId 
- User ID of the Alertmanager instance configured for this stack.
- ClusterSlug string
- Slug of the cluster where this stack resides.
- Description string
- Description of stack.
- FleetManagement stringName 
- Name of the Fleet Management instance configured for this stack.
- FleetManagement stringStatus 
- Status of the Fleet Management instance configured for this stack.
- FleetManagement stringUrl 
- Base URL of the Fleet Management instance configured for this stack.
- FleetManagement intUser Id 
- User ID of the Fleet Management instance configured for this stack.
- GrafanasIp stringAllow List Cname 
- Comma-separated list of CNAMEs that can be whitelisted to access the grafana instance (Optional)
- GraphiteIp stringAllow List Cname 
- Comma-separated list of CNAMEs that can be whitelisted to access the Graphite instance (Optional)
- GraphiteName string
- GraphitePrivate stringConnectivity Info Private Dns 
- Private DNS for Graphite when using AWS PrivateLink (only for AWS stacks)
- GraphitePrivate stringConnectivity Info Service Name 
- Service Name for Graphite when using AWS PrivateLink (only for AWS stacks)
- GraphiteStatus string
- GraphiteUrl string
- GraphiteUser intId 
- Id string
- The stack id assigned to this stack by Grafana.
- InfluxUrl string
- Base URL of the InfluxDB instance configured for this stack. The username is the same as the metrics' (prometheus_user_idattribute of this resource). See https://grafana.com/docs/grafana-cloud/send-data/metrics/metrics-influxdb/push-from-telegraf/ for docs on how to use this.
- Labels Dictionary<string, string>
- A map of labels to assign to the stack. Label keys and values must match the following regexp: "^[a-zA-Z0-9/-.]+$" and stacks cannot have more than 10 labels.
- LogsIp stringAllow List Cname 
- Comma-separated list of CNAMEs that can be whitelisted to access the Logs instance (Optional)
- LogsName string
- LogsPrivate stringConnectivity Info Private Dns 
- Private DNS for Logs when using AWS PrivateLink (only for AWS stacks)
- LogsPrivate stringConnectivity Info Service Name 
- Service Name for Logs when using AWS PrivateLink (only for AWS stacks)
- LogsStatus string
- LogsUrl string
- LogsUser intId 
- Name string
- Name of stack. Conventionally matches the url of the instance (e.g. <stack_slug>.grafana.net).
- OrgId int
- Organization id to assign to this stack.
- OrgName string
- Organization name to assign to this stack.
- OrgSlug string
- Organization slug to assign to this stack.
- OtlpPrivate stringConnectivity Info Private Dns 
- Private DNS for OTLP when using AWS PrivateLink (only for AWS stacks)
- OtlpPrivate stringConnectivity Info Service Name 
- Service Name for OTLP when using AWS PrivateLink (only for AWS stacks)
- OtlpUrl string
- Base URL of the OTLP instance configured for this stack. The username is the stack's ID (idattribute of this resource). See https://grafana.com/docs/grafana-cloud/send-data/otlp/send-data-otlp/ for docs on how to use this.
- PdcApi stringPrivate Connectivity Info Private Dns 
- Private DNS for PDC's API when using AWS PrivateLink (only for AWS stacks)
- PdcApi stringPrivate Connectivity Info Service Name 
- Service Name for PDC's API when using AWS PrivateLink (only for AWS stacks)
- PdcGateway stringPrivate Connectivity Info Private Dns 
- Private DNS for PDC's Gateway when using AWS PrivateLink (only for AWS stacks)
- PdcGateway stringPrivate Connectivity Info Service Name 
- Service Name for PDC's Gateway when using AWS PrivateLink (only for AWS stacks)
- ProfilesIp stringAllow List Cname 
- Comma-separated list of CNAMEs that can be whitelisted to access the Profiles instance (Optional)
- ProfilesName string
- ProfilesPrivate stringConnectivity Info Private Dns 
- Private DNS for Profiles when using AWS PrivateLink (only for AWS stacks)
- ProfilesPrivate stringConnectivity Info Service Name 
- Service Name for Profiles when using AWS PrivateLink (only for AWS stacks)
- ProfilesStatus string
- ProfilesUrl string
- ProfilesUser intId 
- PrometheusIp stringAllow List Cname 
- Comma-separated list of CNAMEs that can be whitelisted to access the Prometheus instance (Optional)
- PrometheusName string
- Prometheus name for this instance.
- PrometheusPrivate stringConnectivity Info Private Dns 
- Private DNS for Prometheus when using AWS PrivateLink (only for AWS stacks)
- PrometheusPrivate stringConnectivity Info Service Name 
- Service Name for Prometheus when using AWS PrivateLink (only for AWS stacks)
- PrometheusRemote stringEndpoint 
- Use this URL to query hosted metrics data e.g. Prometheus data source in Grafana
- PrometheusRemote stringWrite Endpoint 
- Use this URL to send prometheus metrics to Grafana cloud
- PrometheusStatus string
- Prometheus status for this instance.
- PrometheusUrl string
- Prometheus url for this instance.
- PrometheusUser intId 
- Prometheus user ID. Used for e.g. remote_write.
- RegionSlug string
- The region this stack is deployed to.
- Slug string
- Subdomain that the Grafana instance will be available at (i.e. setting slug to “\n\n” will make the instance available at “https://\n\n.grafana.net".
- Status string
- Status of the stack.
- TracesIp stringAllow List Cname 
- Comma-separated list of CNAMEs that can be whitelisted to access the Traces instance (Optional)
- TracesName string
- TracesPrivate stringConnectivity Info Private Dns 
- Private DNS for Traces when using AWS PrivateLink (only for AWS stacks)
- TracesPrivate stringConnectivity Info Service Name 
- Service Name for Traces when using AWS PrivateLink (only for AWS stacks)
- TracesStatus string
- TracesUrl string
- Base URL of the Traces instance configured for this stack. To use this in the Tempo data source in Grafana, append /tempoto the URL.
- TracesUser intId 
- Url string
- Custom URL for the Grafana instance. Must have a CNAME setup to point to .grafana.netbefore creating the stack
- AlertmanagerIp stringAllow List Cname 
- Comma-separated list of CNAMEs that can be whitelisted to access the Alertmanager instances (Optional)
- AlertmanagerName string
- Name of the Alertmanager instance configured for this stack.
- AlertmanagerStatus string
- Status of the Alertmanager instance configured for this stack.
- AlertmanagerUrl string
- Base URL of the Alertmanager instance configured for this stack.
- AlertmanagerUser intId 
- User ID of the Alertmanager instance configured for this stack.
- ClusterSlug string
- Slug of the cluster where this stack resides.
- Description string
- Description of stack.
- FleetManagement stringName 
- Name of the Fleet Management instance configured for this stack.
- FleetManagement stringStatus 
- Status of the Fleet Management instance configured for this stack.
- FleetManagement stringUrl 
- Base URL of the Fleet Management instance configured for this stack.
- FleetManagement intUser Id 
- User ID of the Fleet Management instance configured for this stack.
- GrafanasIp stringAllow List Cname 
- Comma-separated list of CNAMEs that can be whitelisted to access the grafana instance (Optional)
- GraphiteIp stringAllow List Cname 
- Comma-separated list of CNAMEs that can be whitelisted to access the Graphite instance (Optional)
- GraphiteName string
- GraphitePrivate stringConnectivity Info Private Dns 
- Private DNS for Graphite when using AWS PrivateLink (only for AWS stacks)
- GraphitePrivate stringConnectivity Info Service Name 
- Service Name for Graphite when using AWS PrivateLink (only for AWS stacks)
- GraphiteStatus string
- GraphiteUrl string
- GraphiteUser intId 
- Id string
- The stack id assigned to this stack by Grafana.
- InfluxUrl string
- Base URL of the InfluxDB instance configured for this stack. The username is the same as the metrics' (prometheus_user_idattribute of this resource). See https://grafana.com/docs/grafana-cloud/send-data/metrics/metrics-influxdb/push-from-telegraf/ for docs on how to use this.
- Labels map[string]string
- A map of labels to assign to the stack. Label keys and values must match the following regexp: "^[a-zA-Z0-9/-.]+$" and stacks cannot have more than 10 labels.
- LogsIp stringAllow List Cname 
- Comma-separated list of CNAMEs that can be whitelisted to access the Logs instance (Optional)
- LogsName string
- LogsPrivate stringConnectivity Info Private Dns 
- Private DNS for Logs when using AWS PrivateLink (only for AWS stacks)
- LogsPrivate stringConnectivity Info Service Name 
- Service Name for Logs when using AWS PrivateLink (only for AWS stacks)
- LogsStatus string
- LogsUrl string
- LogsUser intId 
- Name string
- Name of stack. Conventionally matches the url of the instance (e.g. <stack_slug>.grafana.net).
- OrgId int
- Organization id to assign to this stack.
- OrgName string
- Organization name to assign to this stack.
- OrgSlug string
- Organization slug to assign to this stack.
- OtlpPrivate stringConnectivity Info Private Dns 
- Private DNS for OTLP when using AWS PrivateLink (only for AWS stacks)
- OtlpPrivate stringConnectivity Info Service Name 
- Service Name for OTLP when using AWS PrivateLink (only for AWS stacks)
- OtlpUrl string
- Base URL of the OTLP instance configured for this stack. The username is the stack's ID (idattribute of this resource). See https://grafana.com/docs/grafana-cloud/send-data/otlp/send-data-otlp/ for docs on how to use this.
- PdcApi stringPrivate Connectivity Info Private Dns 
- Private DNS for PDC's API when using AWS PrivateLink (only for AWS stacks)
- PdcApi stringPrivate Connectivity Info Service Name 
- Service Name for PDC's API when using AWS PrivateLink (only for AWS stacks)
- PdcGateway stringPrivate Connectivity Info Private Dns 
- Private DNS for PDC's Gateway when using AWS PrivateLink (only for AWS stacks)
- PdcGateway stringPrivate Connectivity Info Service Name 
- Service Name for PDC's Gateway when using AWS PrivateLink (only for AWS stacks)
- ProfilesIp stringAllow List Cname 
- Comma-separated list of CNAMEs that can be whitelisted to access the Profiles instance (Optional)
- ProfilesName string
- ProfilesPrivate stringConnectivity Info Private Dns 
- Private DNS for Profiles when using AWS PrivateLink (only for AWS stacks)
- ProfilesPrivate stringConnectivity Info Service Name 
- Service Name for Profiles when using AWS PrivateLink (only for AWS stacks)
- ProfilesStatus string
- ProfilesUrl string
- ProfilesUser intId 
- PrometheusIp stringAllow List Cname 
- Comma-separated list of CNAMEs that can be whitelisted to access the Prometheus instance (Optional)
- PrometheusName string
- Prometheus name for this instance.
- PrometheusPrivate stringConnectivity Info Private Dns 
- Private DNS for Prometheus when using AWS PrivateLink (only for AWS stacks)
- PrometheusPrivate stringConnectivity Info Service Name 
- Service Name for Prometheus when using AWS PrivateLink (only for AWS stacks)
- PrometheusRemote stringEndpoint 
- Use this URL to query hosted metrics data e.g. Prometheus data source in Grafana
- PrometheusRemote stringWrite Endpoint 
- Use this URL to send prometheus metrics to Grafana cloud
- PrometheusStatus string
- Prometheus status for this instance.
- PrometheusUrl string
- Prometheus url for this instance.
- PrometheusUser intId 
- Prometheus user ID. Used for e.g. remote_write.
- RegionSlug string
- The region this stack is deployed to.
- Slug string
- Subdomain that the Grafana instance will be available at (i.e. setting slug to “\n\n” will make the instance available at “https://\n\n.grafana.net".
- Status string
- Status of the stack.
- TracesIp stringAllow List Cname 
- Comma-separated list of CNAMEs that can be whitelisted to access the Traces instance (Optional)
- TracesName string
- TracesPrivate stringConnectivity Info Private Dns 
- Private DNS for Traces when using AWS PrivateLink (only for AWS stacks)
- TracesPrivate stringConnectivity Info Service Name 
- Service Name for Traces when using AWS PrivateLink (only for AWS stacks)
- TracesStatus string
- TracesUrl string
- Base URL of the Traces instance configured for this stack. To use this in the Tempo data source in Grafana, append /tempoto the URL.
- TracesUser intId 
- Url string
- Custom URL for the Grafana instance. Must have a CNAME setup to point to .grafana.netbefore creating the stack
- alertmanagerIp StringAllow List Cname 
- Comma-separated list of CNAMEs that can be whitelisted to access the Alertmanager instances (Optional)
- alertmanagerName String
- Name of the Alertmanager instance configured for this stack.
- alertmanagerStatus String
- Status of the Alertmanager instance configured for this stack.
- alertmanagerUrl String
- Base URL of the Alertmanager instance configured for this stack.
- alertmanagerUser IntegerId 
- User ID of the Alertmanager instance configured for this stack.
- clusterSlug String
- Slug of the cluster where this stack resides.
- description String
- Description of stack.
- fleetManagement StringName 
- Name of the Fleet Management instance configured for this stack.
- fleetManagement StringStatus 
- Status of the Fleet Management instance configured for this stack.
- fleetManagement StringUrl 
- Base URL of the Fleet Management instance configured for this stack.
- fleetManagement IntegerUser Id 
- User ID of the Fleet Management instance configured for this stack.
- grafanasIp StringAllow List Cname 
- Comma-separated list of CNAMEs that can be whitelisted to access the grafana instance (Optional)
- graphiteIp StringAllow List Cname 
- Comma-separated list of CNAMEs that can be whitelisted to access the Graphite instance (Optional)
- graphiteName String
- graphitePrivate StringConnectivity Info Private Dns 
- Private DNS for Graphite when using AWS PrivateLink (only for AWS stacks)
- graphitePrivate StringConnectivity Info Service Name 
- Service Name for Graphite when using AWS PrivateLink (only for AWS stacks)
- graphiteStatus String
- graphiteUrl String
- graphiteUser IntegerId 
- id String
- The stack id assigned to this stack by Grafana.
- influxUrl String
- Base URL of the InfluxDB instance configured for this stack. The username is the same as the metrics' (prometheus_user_idattribute of this resource). See https://grafana.com/docs/grafana-cloud/send-data/metrics/metrics-influxdb/push-from-telegraf/ for docs on how to use this.
- labels Map<String,String>
- A map of labels to assign to the stack. Label keys and values must match the following regexp: "^[a-zA-Z0-9/-.]+$" and stacks cannot have more than 10 labels.
- logsIp StringAllow List Cname 
- Comma-separated list of CNAMEs that can be whitelisted to access the Logs instance (Optional)
- logsName String
- logsPrivate StringConnectivity Info Private Dns 
- Private DNS for Logs when using AWS PrivateLink (only for AWS stacks)
- logsPrivate StringConnectivity Info Service Name 
- Service Name for Logs when using AWS PrivateLink (only for AWS stacks)
- logsStatus String
- logsUrl String
- logsUser IntegerId 
- name String
- Name of stack. Conventionally matches the url of the instance (e.g. <stack_slug>.grafana.net).
- orgId Integer
- Organization id to assign to this stack.
- orgName String
- Organization name to assign to this stack.
- orgSlug String
- Organization slug to assign to this stack.
- otlpPrivate StringConnectivity Info Private Dns 
- Private DNS for OTLP when using AWS PrivateLink (only for AWS stacks)
- otlpPrivate StringConnectivity Info Service Name 
- Service Name for OTLP when using AWS PrivateLink (only for AWS stacks)
- otlpUrl String
- Base URL of the OTLP instance configured for this stack. The username is the stack's ID (idattribute of this resource). See https://grafana.com/docs/grafana-cloud/send-data/otlp/send-data-otlp/ for docs on how to use this.
- pdcApi StringPrivate Connectivity Info Private Dns 
- Private DNS for PDC's API when using AWS PrivateLink (only for AWS stacks)
- pdcApi StringPrivate Connectivity Info Service Name 
- Service Name for PDC's API when using AWS PrivateLink (only for AWS stacks)
- pdcGateway StringPrivate Connectivity Info Private Dns 
- Private DNS for PDC's Gateway when using AWS PrivateLink (only for AWS stacks)
- pdcGateway StringPrivate Connectivity Info Service Name 
- Service Name for PDC's Gateway when using AWS PrivateLink (only for AWS stacks)
- profilesIp StringAllow List Cname 
- Comma-separated list of CNAMEs that can be whitelisted to access the Profiles instance (Optional)
- profilesName String
- profilesPrivate StringConnectivity Info Private Dns 
- Private DNS for Profiles when using AWS PrivateLink (only for AWS stacks)
- profilesPrivate StringConnectivity Info Service Name 
- Service Name for Profiles when using AWS PrivateLink (only for AWS stacks)
- profilesStatus String
- profilesUrl String
- profilesUser IntegerId 
- prometheusIp StringAllow List Cname 
- Comma-separated list of CNAMEs that can be whitelisted to access the Prometheus instance (Optional)
- prometheusName String
- Prometheus name for this instance.
- prometheusPrivate StringConnectivity Info Private Dns 
- Private DNS for Prometheus when using AWS PrivateLink (only for AWS stacks)
- prometheusPrivate StringConnectivity Info Service Name 
- Service Name for Prometheus when using AWS PrivateLink (only for AWS stacks)
- prometheusRemote StringEndpoint 
- Use this URL to query hosted metrics data e.g. Prometheus data source in Grafana
- prometheusRemote StringWrite Endpoint 
- Use this URL to send prometheus metrics to Grafana cloud
- prometheusStatus String
- Prometheus status for this instance.
- prometheusUrl String
- Prometheus url for this instance.
- prometheusUser IntegerId 
- Prometheus user ID. Used for e.g. remote_write.
- regionSlug String
- The region this stack is deployed to.
- slug String
- Subdomain that the Grafana instance will be available at (i.e. setting slug to “\n\n” will make the instance available at “https://\n\n.grafana.net".
- status String
- Status of the stack.
- tracesIp StringAllow List Cname 
- Comma-separated list of CNAMEs that can be whitelisted to access the Traces instance (Optional)
- tracesName String
- tracesPrivate StringConnectivity Info Private Dns 
- Private DNS for Traces when using AWS PrivateLink (only for AWS stacks)
- tracesPrivate StringConnectivity Info Service Name 
- Service Name for Traces when using AWS PrivateLink (only for AWS stacks)
- tracesStatus String
- tracesUrl String
- Base URL of the Traces instance configured for this stack. To use this in the Tempo data source in Grafana, append /tempoto the URL.
- tracesUser IntegerId 
- url String
- Custom URL for the Grafana instance. Must have a CNAME setup to point to .grafana.netbefore creating the stack
- alertmanagerIp stringAllow List Cname 
- Comma-separated list of CNAMEs that can be whitelisted to access the Alertmanager instances (Optional)
- alertmanagerName string
- Name of the Alertmanager instance configured for this stack.
- alertmanagerStatus string
- Status of the Alertmanager instance configured for this stack.
- alertmanagerUrl string
- Base URL of the Alertmanager instance configured for this stack.
- alertmanagerUser numberId 
- User ID of the Alertmanager instance configured for this stack.
- clusterSlug string
- Slug of the cluster where this stack resides.
- description string
- Description of stack.
- fleetManagement stringName 
- Name of the Fleet Management instance configured for this stack.
- fleetManagement stringStatus 
- Status of the Fleet Management instance configured for this stack.
- fleetManagement stringUrl 
- Base URL of the Fleet Management instance configured for this stack.
- fleetManagement numberUser Id 
- User ID of the Fleet Management instance configured for this stack.
- grafanasIp stringAllow List Cname 
- Comma-separated list of CNAMEs that can be whitelisted to access the grafana instance (Optional)
- graphiteIp stringAllow List Cname 
- Comma-separated list of CNAMEs that can be whitelisted to access the Graphite instance (Optional)
- graphiteName string
- graphitePrivate stringConnectivity Info Private Dns 
- Private DNS for Graphite when using AWS PrivateLink (only for AWS stacks)
- graphitePrivate stringConnectivity Info Service Name 
- Service Name for Graphite when using AWS PrivateLink (only for AWS stacks)
- graphiteStatus string
- graphiteUrl string
- graphiteUser numberId 
- id string
- The stack id assigned to this stack by Grafana.
- influxUrl string
- Base URL of the InfluxDB instance configured for this stack. The username is the same as the metrics' (prometheus_user_idattribute of this resource). See https://grafana.com/docs/grafana-cloud/send-data/metrics/metrics-influxdb/push-from-telegraf/ for docs on how to use this.
- labels {[key: string]: string}
- A map of labels to assign to the stack. Label keys and values must match the following regexp: "^[a-zA-Z0-9/-.]+$" and stacks cannot have more than 10 labels.
- logsIp stringAllow List Cname 
- Comma-separated list of CNAMEs that can be whitelisted to access the Logs instance (Optional)
- logsName string
- logsPrivate stringConnectivity Info Private Dns 
- Private DNS for Logs when using AWS PrivateLink (only for AWS stacks)
- logsPrivate stringConnectivity Info Service Name 
- Service Name for Logs when using AWS PrivateLink (only for AWS stacks)
- logsStatus string
- logsUrl string
- logsUser numberId 
- name string
- Name of stack. Conventionally matches the url of the instance (e.g. <stack_slug>.grafana.net).
- orgId number
- Organization id to assign to this stack.
- orgName string
- Organization name to assign to this stack.
- orgSlug string
- Organization slug to assign to this stack.
- otlpPrivate stringConnectivity Info Private Dns 
- Private DNS for OTLP when using AWS PrivateLink (only for AWS stacks)
- otlpPrivate stringConnectivity Info Service Name 
- Service Name for OTLP when using AWS PrivateLink (only for AWS stacks)
- otlpUrl string
- Base URL of the OTLP instance configured for this stack. The username is the stack's ID (idattribute of this resource). See https://grafana.com/docs/grafana-cloud/send-data/otlp/send-data-otlp/ for docs on how to use this.
- pdcApi stringPrivate Connectivity Info Private Dns 
- Private DNS for PDC's API when using AWS PrivateLink (only for AWS stacks)
- pdcApi stringPrivate Connectivity Info Service Name 
- Service Name for PDC's API when using AWS PrivateLink (only for AWS stacks)
- pdcGateway stringPrivate Connectivity Info Private Dns 
- Private DNS for PDC's Gateway when using AWS PrivateLink (only for AWS stacks)
- pdcGateway stringPrivate Connectivity Info Service Name 
- Service Name for PDC's Gateway when using AWS PrivateLink (only for AWS stacks)
- profilesIp stringAllow List Cname 
- Comma-separated list of CNAMEs that can be whitelisted to access the Profiles instance (Optional)
- profilesName string
- profilesPrivate stringConnectivity Info Private Dns 
- Private DNS for Profiles when using AWS PrivateLink (only for AWS stacks)
- profilesPrivate stringConnectivity Info Service Name 
- Service Name for Profiles when using AWS PrivateLink (only for AWS stacks)
- profilesStatus string
- profilesUrl string
- profilesUser numberId 
- prometheusIp stringAllow List Cname 
- Comma-separated list of CNAMEs that can be whitelisted to access the Prometheus instance (Optional)
- prometheusName string
- Prometheus name for this instance.
- prometheusPrivate stringConnectivity Info Private Dns 
- Private DNS for Prometheus when using AWS PrivateLink (only for AWS stacks)
- prometheusPrivate stringConnectivity Info Service Name 
- Service Name for Prometheus when using AWS PrivateLink (only for AWS stacks)
- prometheusRemote stringEndpoint 
- Use this URL to query hosted metrics data e.g. Prometheus data source in Grafana
- prometheusRemote stringWrite Endpoint 
- Use this URL to send prometheus metrics to Grafana cloud
- prometheusStatus string
- Prometheus status for this instance.
- prometheusUrl string
- Prometheus url for this instance.
- prometheusUser numberId 
- Prometheus user ID. Used for e.g. remote_write.
- regionSlug string
- The region this stack is deployed to.
- slug string
- Subdomain that the Grafana instance will be available at (i.e. setting slug to “\n\n” will make the instance available at “https://\n\n.grafana.net".
- status string
- Status of the stack.
- tracesIp stringAllow List Cname 
- Comma-separated list of CNAMEs that can be whitelisted to access the Traces instance (Optional)
- tracesName string
- tracesPrivate stringConnectivity Info Private Dns 
- Private DNS for Traces when using AWS PrivateLink (only for AWS stacks)
- tracesPrivate stringConnectivity Info Service Name 
- Service Name for Traces when using AWS PrivateLink (only for AWS stacks)
- tracesStatus string
- tracesUrl string
- Base URL of the Traces instance configured for this stack. To use this in the Tempo data source in Grafana, append /tempoto the URL.
- tracesUser numberId 
- url string
- Custom URL for the Grafana instance. Must have a CNAME setup to point to .grafana.netbefore creating the stack
- alertmanager_ip_ strallow_ list_ cname 
- Comma-separated list of CNAMEs that can be whitelisted to access the Alertmanager instances (Optional)
- alertmanager_name str
- Name of the Alertmanager instance configured for this stack.
- alertmanager_status str
- Status of the Alertmanager instance configured for this stack.
- alertmanager_url str
- Base URL of the Alertmanager instance configured for this stack.
- alertmanager_user_ intid 
- User ID of the Alertmanager instance configured for this stack.
- cluster_slug str
- Slug of the cluster where this stack resides.
- description str
- Description of stack.
- fleet_management_ strname 
- Name of the Fleet Management instance configured for this stack.
- fleet_management_ strstatus 
- Status of the Fleet Management instance configured for this stack.
- fleet_management_ strurl 
- Base URL of the Fleet Management instance configured for this stack.
- fleet_management_ intuser_ id 
- User ID of the Fleet Management instance configured for this stack.
- grafanas_ip_ strallow_ list_ cname 
- Comma-separated list of CNAMEs that can be whitelisted to access the grafana instance (Optional)
- graphite_ip_ strallow_ list_ cname 
- Comma-separated list of CNAMEs that can be whitelisted to access the Graphite instance (Optional)
- graphite_name str
- graphite_private_ strconnectivity_ info_ private_ dns 
- Private DNS for Graphite when using AWS PrivateLink (only for AWS stacks)
- graphite_private_ strconnectivity_ info_ service_ name 
- Service Name for Graphite when using AWS PrivateLink (only for AWS stacks)
- graphite_status str
- graphite_url str
- graphite_user_ intid 
- id str
- The stack id assigned to this stack by Grafana.
- influx_url str
- Base URL of the InfluxDB instance configured for this stack. The username is the same as the metrics' (prometheus_user_idattribute of this resource). See https://grafana.com/docs/grafana-cloud/send-data/metrics/metrics-influxdb/push-from-telegraf/ for docs on how to use this.
- labels Mapping[str, str]
- A map of labels to assign to the stack. Label keys and values must match the following regexp: "^[a-zA-Z0-9/-.]+$" and stacks cannot have more than 10 labels.
- logs_ip_ strallow_ list_ cname 
- Comma-separated list of CNAMEs that can be whitelisted to access the Logs instance (Optional)
- logs_name str
- logs_private_ strconnectivity_ info_ private_ dns 
- Private DNS for Logs when using AWS PrivateLink (only for AWS stacks)
- logs_private_ strconnectivity_ info_ service_ name 
- Service Name for Logs when using AWS PrivateLink (only for AWS stacks)
- logs_status str
- logs_url str
- logs_user_ intid 
- name str
- Name of stack. Conventionally matches the url of the instance (e.g. <stack_slug>.grafana.net).
- org_id int
- Organization id to assign to this stack.
- org_name str
- Organization name to assign to this stack.
- org_slug str
- Organization slug to assign to this stack.
- otlp_private_ strconnectivity_ info_ private_ dns 
- Private DNS for OTLP when using AWS PrivateLink (only for AWS stacks)
- otlp_private_ strconnectivity_ info_ service_ name 
- Service Name for OTLP when using AWS PrivateLink (only for AWS stacks)
- otlp_url str
- Base URL of the OTLP instance configured for this stack. The username is the stack's ID (idattribute of this resource). See https://grafana.com/docs/grafana-cloud/send-data/otlp/send-data-otlp/ for docs on how to use this.
- pdc_api_ strprivate_ connectivity_ info_ private_ dns 
- Private DNS for PDC's API when using AWS PrivateLink (only for AWS stacks)
- pdc_api_ strprivate_ connectivity_ info_ service_ name 
- Service Name for PDC's API when using AWS PrivateLink (only for AWS stacks)
- pdc_gateway_ strprivate_ connectivity_ info_ private_ dns 
- Private DNS for PDC's Gateway when using AWS PrivateLink (only for AWS stacks)
- pdc_gateway_ strprivate_ connectivity_ info_ service_ name 
- Service Name for PDC's Gateway when using AWS PrivateLink (only for AWS stacks)
- profiles_ip_ strallow_ list_ cname 
- Comma-separated list of CNAMEs that can be whitelisted to access the Profiles instance (Optional)
- profiles_name str
- profiles_private_ strconnectivity_ info_ private_ dns 
- Private DNS for Profiles when using AWS PrivateLink (only for AWS stacks)
- profiles_private_ strconnectivity_ info_ service_ name 
- Service Name for Profiles when using AWS PrivateLink (only for AWS stacks)
- profiles_status str
- profiles_url str
- profiles_user_ intid 
- prometheus_ip_ strallow_ list_ cname 
- Comma-separated list of CNAMEs that can be whitelisted to access the Prometheus instance (Optional)
- prometheus_name str
- Prometheus name for this instance.
- prometheus_private_ strconnectivity_ info_ private_ dns 
- Private DNS for Prometheus when using AWS PrivateLink (only for AWS stacks)
- prometheus_private_ strconnectivity_ info_ service_ name 
- Service Name for Prometheus when using AWS PrivateLink (only for AWS stacks)
- prometheus_remote_ strendpoint 
- Use this URL to query hosted metrics data e.g. Prometheus data source in Grafana
- prometheus_remote_ strwrite_ endpoint 
- Use this URL to send prometheus metrics to Grafana cloud
- prometheus_status str
- Prometheus status for this instance.
- prometheus_url str
- Prometheus url for this instance.
- prometheus_user_ intid 
- Prometheus user ID. Used for e.g. remote_write.
- region_slug str
- The region this stack is deployed to.
- slug str
- Subdomain that the Grafana instance will be available at (i.e. setting slug to “\n\n” will make the instance available at “https://\n\n.grafana.net".
- status str
- Status of the stack.
- traces_ip_ strallow_ list_ cname 
- Comma-separated list of CNAMEs that can be whitelisted to access the Traces instance (Optional)
- traces_name str
- traces_private_ strconnectivity_ info_ private_ dns 
- Private DNS for Traces when using AWS PrivateLink (only for AWS stacks)
- traces_private_ strconnectivity_ info_ service_ name 
- Service Name for Traces when using AWS PrivateLink (only for AWS stacks)
- traces_status str
- traces_url str
- Base URL of the Traces instance configured for this stack. To use this in the Tempo data source in Grafana, append /tempoto the URL.
- traces_user_ intid 
- url str
- Custom URL for the Grafana instance. Must have a CNAME setup to point to .grafana.netbefore creating the stack
- alertmanagerIp StringAllow List Cname 
- Comma-separated list of CNAMEs that can be whitelisted to access the Alertmanager instances (Optional)
- alertmanagerName String
- Name of the Alertmanager instance configured for this stack.
- alertmanagerStatus String
- Status of the Alertmanager instance configured for this stack.
- alertmanagerUrl String
- Base URL of the Alertmanager instance configured for this stack.
- alertmanagerUser NumberId 
- User ID of the Alertmanager instance configured for this stack.
- clusterSlug String
- Slug of the cluster where this stack resides.
- description String
- Description of stack.
- fleetManagement StringName 
- Name of the Fleet Management instance configured for this stack.
- fleetManagement StringStatus 
- Status of the Fleet Management instance configured for this stack.
- fleetManagement StringUrl 
- Base URL of the Fleet Management instance configured for this stack.
- fleetManagement NumberUser Id 
- User ID of the Fleet Management instance configured for this stack.
- grafanasIp StringAllow List Cname 
- Comma-separated list of CNAMEs that can be whitelisted to access the grafana instance (Optional)
- graphiteIp StringAllow List Cname 
- Comma-separated list of CNAMEs that can be whitelisted to access the Graphite instance (Optional)
- graphiteName String
- graphitePrivate StringConnectivity Info Private Dns 
- Private DNS for Graphite when using AWS PrivateLink (only for AWS stacks)
- graphitePrivate StringConnectivity Info Service Name 
- Service Name for Graphite when using AWS PrivateLink (only for AWS stacks)
- graphiteStatus String
- graphiteUrl String
- graphiteUser NumberId 
- id String
- The stack id assigned to this stack by Grafana.
- influxUrl String
- Base URL of the InfluxDB instance configured for this stack. The username is the same as the metrics' (prometheus_user_idattribute of this resource). See https://grafana.com/docs/grafana-cloud/send-data/metrics/metrics-influxdb/push-from-telegraf/ for docs on how to use this.
- labels Map<String>
- A map of labels to assign to the stack. Label keys and values must match the following regexp: "^[a-zA-Z0-9/-.]+$" and stacks cannot have more than 10 labels.
- logsIp StringAllow List Cname 
- Comma-separated list of CNAMEs that can be whitelisted to access the Logs instance (Optional)
- logsName String
- logsPrivate StringConnectivity Info Private Dns 
- Private DNS for Logs when using AWS PrivateLink (only for AWS stacks)
- logsPrivate StringConnectivity Info Service Name 
- Service Name for Logs when using AWS PrivateLink (only for AWS stacks)
- logsStatus String
- logsUrl String
- logsUser NumberId 
- name String
- Name of stack. Conventionally matches the url of the instance (e.g. <stack_slug>.grafana.net).
- orgId Number
- Organization id to assign to this stack.
- orgName String
- Organization name to assign to this stack.
- orgSlug String
- Organization slug to assign to this stack.
- otlpPrivate StringConnectivity Info Private Dns 
- Private DNS for OTLP when using AWS PrivateLink (only for AWS stacks)
- otlpPrivate StringConnectivity Info Service Name 
- Service Name for OTLP when using AWS PrivateLink (only for AWS stacks)
- otlpUrl String
- Base URL of the OTLP instance configured for this stack. The username is the stack's ID (idattribute of this resource). See https://grafana.com/docs/grafana-cloud/send-data/otlp/send-data-otlp/ for docs on how to use this.
- pdcApi StringPrivate Connectivity Info Private Dns 
- Private DNS for PDC's API when using AWS PrivateLink (only for AWS stacks)
- pdcApi StringPrivate Connectivity Info Service Name 
- Service Name for PDC's API when using AWS PrivateLink (only for AWS stacks)
- pdcGateway StringPrivate Connectivity Info Private Dns 
- Private DNS for PDC's Gateway when using AWS PrivateLink (only for AWS stacks)
- pdcGateway StringPrivate Connectivity Info Service Name 
- Service Name for PDC's Gateway when using AWS PrivateLink (only for AWS stacks)
- profilesIp StringAllow List Cname 
- Comma-separated list of CNAMEs that can be whitelisted to access the Profiles instance (Optional)
- profilesName String
- profilesPrivate StringConnectivity Info Private Dns 
- Private DNS for Profiles when using AWS PrivateLink (only for AWS stacks)
- profilesPrivate StringConnectivity Info Service Name 
- Service Name for Profiles when using AWS PrivateLink (only for AWS stacks)
- profilesStatus String
- profilesUrl String
- profilesUser NumberId 
- prometheusIp StringAllow List Cname 
- Comma-separated list of CNAMEs that can be whitelisted to access the Prometheus instance (Optional)
- prometheusName String
- Prometheus name for this instance.
- prometheusPrivate StringConnectivity Info Private Dns 
- Private DNS for Prometheus when using AWS PrivateLink (only for AWS stacks)
- prometheusPrivate StringConnectivity Info Service Name 
- Service Name for Prometheus when using AWS PrivateLink (only for AWS stacks)
- prometheusRemote StringEndpoint 
- Use this URL to query hosted metrics data e.g. Prometheus data source in Grafana
- prometheusRemote StringWrite Endpoint 
- Use this URL to send prometheus metrics to Grafana cloud
- prometheusStatus String
- Prometheus status for this instance.
- prometheusUrl String
- Prometheus url for this instance.
- prometheusUser NumberId 
- Prometheus user ID. Used for e.g. remote_write.
- regionSlug String
- The region this stack is deployed to.
- slug String
- Subdomain that the Grafana instance will be available at (i.e. setting slug to “\n\n” will make the instance available at “https://\n\n.grafana.net".
- status String
- Status of the stack.
- tracesIp StringAllow List Cname 
- Comma-separated list of CNAMEs that can be whitelisted to access the Traces instance (Optional)
- tracesName String
- tracesPrivate StringConnectivity Info Private Dns 
- Private DNS for Traces when using AWS PrivateLink (only for AWS stacks)
- tracesPrivate StringConnectivity Info Service Name 
- Service Name for Traces when using AWS PrivateLink (only for AWS stacks)
- tracesStatus String
- tracesUrl String
- Base URL of the Traces instance configured for this stack. To use this in the Tempo data source in Grafana, append /tempoto the URL.
- tracesUser NumberId 
- url String
- Custom URL for the Grafana instance. Must have a CNAME setup to point to .grafana.netbefore creating the stack
Package Details
- Repository
- grafana pulumiverse/pulumi-grafana
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the grafanaTerraform Provider.
