1. Packages
  2. Grafana Cloud
  3. API Docs
  4. getCloudStack
Grafana v0.16.1 published on Saturday, Mar 15, 2025 by pulumiverse

grafana.getCloudStack

Explore with Pulumi AI

grafana logo
Grafana v0.16.1 published on Saturday, Mar 15, 2025 by pulumiverse
    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 dictionary

    The 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:

    AlertmanagerIpAllowListCname string
    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.
    AlertmanagerUserId int
    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.
    FleetManagementName string
    Name of the Fleet Management instance configured for this stack.
    FleetManagementStatus string
    Status of the Fleet Management instance configured for this stack.
    FleetManagementUrl string
    Base URL of the Fleet Management instance configured for this stack.
    FleetManagementUserId int
    User ID of the Fleet Management instance configured for this stack.
    GrafanasIpAllowListCname string
    Comma-separated list of CNAMEs that can be whitelisted to access the grafana instance (Optional)
    GraphiteIpAllowListCname string
    Comma-separated list of CNAMEs that can be whitelisted to access the Graphite instance (Optional)
    GraphiteName string
    GraphitePrivateConnectivityInfoPrivateDns string
    Private DNS for Graphite when using AWS PrivateLink (only for AWS stacks)
    GraphitePrivateConnectivityInfoServiceName string
    Service Name for Graphite when using AWS PrivateLink (only for AWS stacks)
    GraphiteStatus string
    GraphiteUrl string
    GraphiteUserId int
    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_id attribute 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.
    LogsIpAllowListCname string
    Comma-separated list of CNAMEs that can be whitelisted to access the Logs instance (Optional)
    LogsName string
    LogsPrivateConnectivityInfoPrivateDns string
    Private DNS for Logs when using AWS PrivateLink (only for AWS stacks)
    LogsPrivateConnectivityInfoServiceName string
    Service Name for Logs when using AWS PrivateLink (only for AWS stacks)
    LogsStatus string
    LogsUrl string
    LogsUserId int
    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.
    OtlpPrivateConnectivityInfoPrivateDns string
    Private DNS for OTLP when using AWS PrivateLink (only for AWS stacks)
    OtlpPrivateConnectivityInfoServiceName string
    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 (id attribute of this resource). See https://grafana.com/docs/grafana-cloud/send-data/otlp/send-data-otlp/ for docs on how to use this.
    PdcApiPrivateConnectivityInfoPrivateDns string
    Private DNS for PDC's API when using AWS PrivateLink (only for AWS stacks)
    PdcApiPrivateConnectivityInfoServiceName string
    Service Name for PDC's API when using AWS PrivateLink (only for AWS stacks)
    PdcGatewayPrivateConnectivityInfoPrivateDns string
    Private DNS for PDC's Gateway when using AWS PrivateLink (only for AWS stacks)
    PdcGatewayPrivateConnectivityInfoServiceName string
    Service Name for PDC's Gateway when using AWS PrivateLink (only for AWS stacks)
    ProfilesIpAllowListCname string
    Comma-separated list of CNAMEs that can be whitelisted to access the Profiles instance (Optional)
    ProfilesName string
    ProfilesPrivateConnectivityInfoPrivateDns string
    Private DNS for Profiles when using AWS PrivateLink (only for AWS stacks)
    ProfilesPrivateConnectivityInfoServiceName string
    Service Name for Profiles when using AWS PrivateLink (only for AWS stacks)
    ProfilesStatus string
    ProfilesUrl string
    ProfilesUserId int
    PrometheusIpAllowListCname string
    Comma-separated list of CNAMEs that can be whitelisted to access the Prometheus instance (Optional)
    PrometheusName string
    Prometheus name for this instance.
    PrometheusPrivateConnectivityInfoPrivateDns string
    Private DNS for Prometheus when using AWS PrivateLink (only for AWS stacks)
    PrometheusPrivateConnectivityInfoServiceName string
    Service Name for Prometheus when using AWS PrivateLink (only for AWS stacks)
    PrometheusRemoteEndpoint string
    Use this URL to query hosted metrics data e.g. Prometheus data source in Grafana
    PrometheusRemoteWriteEndpoint string
    Use this URL to send prometheus metrics to Grafana cloud
    PrometheusStatus string
    Prometheus status for this instance.
    PrometheusUrl string
    Prometheus url for this instance.
    PrometheusUserId int
    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.
    TracesIpAllowListCname string
    Comma-separated list of CNAMEs that can be whitelisted to access the Traces instance (Optional)
    TracesName string
    TracesPrivateConnectivityInfoPrivateDns string
    Private DNS for Traces when using AWS PrivateLink (only for AWS stacks)
    TracesPrivateConnectivityInfoServiceName string
    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 /tempo to the URL.
    TracesUserId int
    Url string
    Custom URL for the Grafana instance. Must have a CNAME setup to point to .grafana.net before creating the stack
    AlertmanagerIpAllowListCname string
    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.
    AlertmanagerUserId int
    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.
    FleetManagementName string
    Name of the Fleet Management instance configured for this stack.
    FleetManagementStatus string
    Status of the Fleet Management instance configured for this stack.
    FleetManagementUrl string
    Base URL of the Fleet Management instance configured for this stack.
    FleetManagementUserId int
    User ID of the Fleet Management instance configured for this stack.
    GrafanasIpAllowListCname string
    Comma-separated list of CNAMEs that can be whitelisted to access the grafana instance (Optional)
    GraphiteIpAllowListCname string
    Comma-separated list of CNAMEs that can be whitelisted to access the Graphite instance (Optional)
    GraphiteName string
    GraphitePrivateConnectivityInfoPrivateDns string
    Private DNS for Graphite when using AWS PrivateLink (only for AWS stacks)
    GraphitePrivateConnectivityInfoServiceName string
    Service Name for Graphite when using AWS PrivateLink (only for AWS stacks)
    GraphiteStatus string
    GraphiteUrl string
    GraphiteUserId int
    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_id attribute 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.
    LogsIpAllowListCname string
    Comma-separated list of CNAMEs that can be whitelisted to access the Logs instance (Optional)
    LogsName string
    LogsPrivateConnectivityInfoPrivateDns string
    Private DNS for Logs when using AWS PrivateLink (only for AWS stacks)
    LogsPrivateConnectivityInfoServiceName string
    Service Name for Logs when using AWS PrivateLink (only for AWS stacks)
    LogsStatus string
    LogsUrl string
    LogsUserId int
    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.
    OtlpPrivateConnectivityInfoPrivateDns string
    Private DNS for OTLP when using AWS PrivateLink (only for AWS stacks)
    OtlpPrivateConnectivityInfoServiceName string
    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 (id attribute of this resource). See https://grafana.com/docs/grafana-cloud/send-data/otlp/send-data-otlp/ for docs on how to use this.
    PdcApiPrivateConnectivityInfoPrivateDns string
    Private DNS for PDC's API when using AWS PrivateLink (only for AWS stacks)
    PdcApiPrivateConnectivityInfoServiceName string
    Service Name for PDC's API when using AWS PrivateLink (only for AWS stacks)
    PdcGatewayPrivateConnectivityInfoPrivateDns string
    Private DNS for PDC's Gateway when using AWS PrivateLink (only for AWS stacks)
    PdcGatewayPrivateConnectivityInfoServiceName string
    Service Name for PDC's Gateway when using AWS PrivateLink (only for AWS stacks)
    ProfilesIpAllowListCname string
    Comma-separated list of CNAMEs that can be whitelisted to access the Profiles instance (Optional)
    ProfilesName string
    ProfilesPrivateConnectivityInfoPrivateDns string
    Private DNS for Profiles when using AWS PrivateLink (only for AWS stacks)
    ProfilesPrivateConnectivityInfoServiceName string
    Service Name for Profiles when using AWS PrivateLink (only for AWS stacks)
    ProfilesStatus string
    ProfilesUrl string
    ProfilesUserId int
    PrometheusIpAllowListCname string
    Comma-separated list of CNAMEs that can be whitelisted to access the Prometheus instance (Optional)
    PrometheusName string
    Prometheus name for this instance.
    PrometheusPrivateConnectivityInfoPrivateDns string
    Private DNS for Prometheus when using AWS PrivateLink (only for AWS stacks)
    PrometheusPrivateConnectivityInfoServiceName string
    Service Name for Prometheus when using AWS PrivateLink (only for AWS stacks)
    PrometheusRemoteEndpoint string
    Use this URL to query hosted metrics data e.g. Prometheus data source in Grafana
    PrometheusRemoteWriteEndpoint string
    Use this URL to send prometheus metrics to Grafana cloud
    PrometheusStatus string
    Prometheus status for this instance.
    PrometheusUrl string
    Prometheus url for this instance.
    PrometheusUserId int
    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.
    TracesIpAllowListCname string
    Comma-separated list of CNAMEs that can be whitelisted to access the Traces instance (Optional)
    TracesName string
    TracesPrivateConnectivityInfoPrivateDns string
    Private DNS for Traces when using AWS PrivateLink (only for AWS stacks)
    TracesPrivateConnectivityInfoServiceName string
    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 /tempo to the URL.
    TracesUserId int
    Url string
    Custom URL for the Grafana instance. Must have a CNAME setup to point to .grafana.net before creating the stack
    alertmanagerIpAllowListCname String
    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.
    alertmanagerUserId Integer
    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.
    fleetManagementName String
    Name of the Fleet Management instance configured for this stack.
    fleetManagementStatus String
    Status of the Fleet Management instance configured for this stack.
    fleetManagementUrl String
    Base URL of the Fleet Management instance configured for this stack.
    fleetManagementUserId Integer
    User ID of the Fleet Management instance configured for this stack.
    grafanasIpAllowListCname String
    Comma-separated list of CNAMEs that can be whitelisted to access the grafana instance (Optional)
    graphiteIpAllowListCname String
    Comma-separated list of CNAMEs that can be whitelisted to access the Graphite instance (Optional)
    graphiteName String
    graphitePrivateConnectivityInfoPrivateDns String
    Private DNS for Graphite when using AWS PrivateLink (only for AWS stacks)
    graphitePrivateConnectivityInfoServiceName String
    Service Name for Graphite when using AWS PrivateLink (only for AWS stacks)
    graphiteStatus String
    graphiteUrl String
    graphiteUserId Integer
    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_id attribute 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.
    logsIpAllowListCname String
    Comma-separated list of CNAMEs that can be whitelisted to access the Logs instance (Optional)
    logsName String
    logsPrivateConnectivityInfoPrivateDns String
    Private DNS for Logs when using AWS PrivateLink (only for AWS stacks)
    logsPrivateConnectivityInfoServiceName String
    Service Name for Logs when using AWS PrivateLink (only for AWS stacks)
    logsStatus String
    logsUrl String
    logsUserId Integer
    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.
    otlpPrivateConnectivityInfoPrivateDns String
    Private DNS for OTLP when using AWS PrivateLink (only for AWS stacks)
    otlpPrivateConnectivityInfoServiceName String
    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 (id attribute of this resource). See https://grafana.com/docs/grafana-cloud/send-data/otlp/send-data-otlp/ for docs on how to use this.
    pdcApiPrivateConnectivityInfoPrivateDns String
    Private DNS for PDC's API when using AWS PrivateLink (only for AWS stacks)
    pdcApiPrivateConnectivityInfoServiceName String
    Service Name for PDC's API when using AWS PrivateLink (only for AWS stacks)
    pdcGatewayPrivateConnectivityInfoPrivateDns String
    Private DNS for PDC's Gateway when using AWS PrivateLink (only for AWS stacks)
    pdcGatewayPrivateConnectivityInfoServiceName String
    Service Name for PDC's Gateway when using AWS PrivateLink (only for AWS stacks)
    profilesIpAllowListCname String
    Comma-separated list of CNAMEs that can be whitelisted to access the Profiles instance (Optional)
    profilesName String
    profilesPrivateConnectivityInfoPrivateDns String
    Private DNS for Profiles when using AWS PrivateLink (only for AWS stacks)
    profilesPrivateConnectivityInfoServiceName String
    Service Name for Profiles when using AWS PrivateLink (only for AWS stacks)
    profilesStatus String
    profilesUrl String
    profilesUserId Integer
    prometheusIpAllowListCname String
    Comma-separated list of CNAMEs that can be whitelisted to access the Prometheus instance (Optional)
    prometheusName String
    Prometheus name for this instance.
    prometheusPrivateConnectivityInfoPrivateDns String
    Private DNS for Prometheus when using AWS PrivateLink (only for AWS stacks)
    prometheusPrivateConnectivityInfoServiceName String
    Service Name for Prometheus when using AWS PrivateLink (only for AWS stacks)
    prometheusRemoteEndpoint String
    Use this URL to query hosted metrics data e.g. Prometheus data source in Grafana
    prometheusRemoteWriteEndpoint String
    Use this URL to send prometheus metrics to Grafana cloud
    prometheusStatus String
    Prometheus status for this instance.
    prometheusUrl String
    Prometheus url for this instance.
    prometheusUserId Integer
    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.
    tracesIpAllowListCname String
    Comma-separated list of CNAMEs that can be whitelisted to access the Traces instance (Optional)
    tracesName String
    tracesPrivateConnectivityInfoPrivateDns String
    Private DNS for Traces when using AWS PrivateLink (only for AWS stacks)
    tracesPrivateConnectivityInfoServiceName String
    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 /tempo to the URL.
    tracesUserId Integer
    url String
    Custom URL for the Grafana instance. Must have a CNAME setup to point to .grafana.net before creating the stack
    alertmanagerIpAllowListCname string
    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.
    alertmanagerUserId number
    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.
    fleetManagementName string
    Name of the Fleet Management instance configured for this stack.
    fleetManagementStatus string
    Status of the Fleet Management instance configured for this stack.
    fleetManagementUrl string
    Base URL of the Fleet Management instance configured for this stack.
    fleetManagementUserId number
    User ID of the Fleet Management instance configured for this stack.
    grafanasIpAllowListCname string
    Comma-separated list of CNAMEs that can be whitelisted to access the grafana instance (Optional)
    graphiteIpAllowListCname string
    Comma-separated list of CNAMEs that can be whitelisted to access the Graphite instance (Optional)
    graphiteName string
    graphitePrivateConnectivityInfoPrivateDns string
    Private DNS for Graphite when using AWS PrivateLink (only for AWS stacks)
    graphitePrivateConnectivityInfoServiceName string
    Service Name for Graphite when using AWS PrivateLink (only for AWS stacks)
    graphiteStatus string
    graphiteUrl string
    graphiteUserId number
    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_id attribute 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.
    logsIpAllowListCname string
    Comma-separated list of CNAMEs that can be whitelisted to access the Logs instance (Optional)
    logsName string
    logsPrivateConnectivityInfoPrivateDns string
    Private DNS for Logs when using AWS PrivateLink (only for AWS stacks)
    logsPrivateConnectivityInfoServiceName string
    Service Name for Logs when using AWS PrivateLink (only for AWS stacks)
    logsStatus string
    logsUrl string
    logsUserId number
    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.
    otlpPrivateConnectivityInfoPrivateDns string
    Private DNS for OTLP when using AWS PrivateLink (only for AWS stacks)
    otlpPrivateConnectivityInfoServiceName string
    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 (id attribute of this resource). See https://grafana.com/docs/grafana-cloud/send-data/otlp/send-data-otlp/ for docs on how to use this.
    pdcApiPrivateConnectivityInfoPrivateDns string
    Private DNS for PDC's API when using AWS PrivateLink (only for AWS stacks)
    pdcApiPrivateConnectivityInfoServiceName string
    Service Name for PDC's API when using AWS PrivateLink (only for AWS stacks)
    pdcGatewayPrivateConnectivityInfoPrivateDns string
    Private DNS for PDC's Gateway when using AWS PrivateLink (only for AWS stacks)
    pdcGatewayPrivateConnectivityInfoServiceName string
    Service Name for PDC's Gateway when using AWS PrivateLink (only for AWS stacks)
    profilesIpAllowListCname string
    Comma-separated list of CNAMEs that can be whitelisted to access the Profiles instance (Optional)
    profilesName string
    profilesPrivateConnectivityInfoPrivateDns string
    Private DNS for Profiles when using AWS PrivateLink (only for AWS stacks)
    profilesPrivateConnectivityInfoServiceName string
    Service Name for Profiles when using AWS PrivateLink (only for AWS stacks)
    profilesStatus string
    profilesUrl string
    profilesUserId number
    prometheusIpAllowListCname string
    Comma-separated list of CNAMEs that can be whitelisted to access the Prometheus instance (Optional)
    prometheusName string
    Prometheus name for this instance.
    prometheusPrivateConnectivityInfoPrivateDns string
    Private DNS for Prometheus when using AWS PrivateLink (only for AWS stacks)
    prometheusPrivateConnectivityInfoServiceName string
    Service Name for Prometheus when using AWS PrivateLink (only for AWS stacks)
    prometheusRemoteEndpoint string
    Use this URL to query hosted metrics data e.g. Prometheus data source in Grafana
    prometheusRemoteWriteEndpoint string
    Use this URL to send prometheus metrics to Grafana cloud
    prometheusStatus string
    Prometheus status for this instance.
    prometheusUrl string
    Prometheus url for this instance.
    prometheusUserId number
    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.
    tracesIpAllowListCname string
    Comma-separated list of CNAMEs that can be whitelisted to access the Traces instance (Optional)
    tracesName string
    tracesPrivateConnectivityInfoPrivateDns string
    Private DNS for Traces when using AWS PrivateLink (only for AWS stacks)
    tracesPrivateConnectivityInfoServiceName string
    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 /tempo to the URL.
    tracesUserId number
    url string
    Custom URL for the Grafana instance. Must have a CNAME setup to point to .grafana.net before creating the stack
    alertmanager_ip_allow_list_cname str
    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_id int
    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_name str
    Name of the Fleet Management instance configured for this stack.
    fleet_management_status str
    Status of the Fleet Management instance configured for this stack.
    fleet_management_url str
    Base URL of the Fleet Management instance configured for this stack.
    fleet_management_user_id int
    User ID of the Fleet Management instance configured for this stack.
    grafanas_ip_allow_list_cname str
    Comma-separated list of CNAMEs that can be whitelisted to access the grafana instance (Optional)
    graphite_ip_allow_list_cname str
    Comma-separated list of CNAMEs that can be whitelisted to access the Graphite instance (Optional)
    graphite_name str
    graphite_private_connectivity_info_private_dns str
    Private DNS for Graphite when using AWS PrivateLink (only for AWS stacks)
    graphite_private_connectivity_info_service_name str
    Service Name for Graphite when using AWS PrivateLink (only for AWS stacks)
    graphite_status str
    graphite_url str
    graphite_user_id int
    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_id attribute 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_allow_list_cname str
    Comma-separated list of CNAMEs that can be whitelisted to access the Logs instance (Optional)
    logs_name str
    logs_private_connectivity_info_private_dns str
    Private DNS for Logs when using AWS PrivateLink (only for AWS stacks)
    logs_private_connectivity_info_service_name str
    Service Name for Logs when using AWS PrivateLink (only for AWS stacks)
    logs_status str
    logs_url str
    logs_user_id int
    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_connectivity_info_private_dns str
    Private DNS for OTLP when using AWS PrivateLink (only for AWS stacks)
    otlp_private_connectivity_info_service_name str
    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 (id attribute 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_private_connectivity_info_private_dns str
    Private DNS for PDC's API when using AWS PrivateLink (only for AWS stacks)
    pdc_api_private_connectivity_info_service_name str
    Service Name for PDC's API when using AWS PrivateLink (only for AWS stacks)
    pdc_gateway_private_connectivity_info_private_dns str
    Private DNS for PDC's Gateway when using AWS PrivateLink (only for AWS stacks)
    pdc_gateway_private_connectivity_info_service_name str
    Service Name for PDC's Gateway when using AWS PrivateLink (only for AWS stacks)
    profiles_ip_allow_list_cname str
    Comma-separated list of CNAMEs that can be whitelisted to access the Profiles instance (Optional)
    profiles_name str
    profiles_private_connectivity_info_private_dns str
    Private DNS for Profiles when using AWS PrivateLink (only for AWS stacks)
    profiles_private_connectivity_info_service_name str
    Service Name for Profiles when using AWS PrivateLink (only for AWS stacks)
    profiles_status str
    profiles_url str
    profiles_user_id int
    prometheus_ip_allow_list_cname str
    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_connectivity_info_private_dns str
    Private DNS for Prometheus when using AWS PrivateLink (only for AWS stacks)
    prometheus_private_connectivity_info_service_name str
    Service Name for Prometheus when using AWS PrivateLink (only for AWS stacks)
    prometheus_remote_endpoint str
    Use this URL to query hosted metrics data e.g. Prometheus data source in Grafana
    prometheus_remote_write_endpoint str
    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_id int
    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_allow_list_cname str
    Comma-separated list of CNAMEs that can be whitelisted to access the Traces instance (Optional)
    traces_name str
    traces_private_connectivity_info_private_dns str
    Private DNS for Traces when using AWS PrivateLink (only for AWS stacks)
    traces_private_connectivity_info_service_name str
    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 /tempo to the URL.
    traces_user_id int
    url str
    Custom URL for the Grafana instance. Must have a CNAME setup to point to .grafana.net before creating the stack
    alertmanagerIpAllowListCname String
    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.
    alertmanagerUserId Number
    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.
    fleetManagementName String
    Name of the Fleet Management instance configured for this stack.
    fleetManagementStatus String
    Status of the Fleet Management instance configured for this stack.
    fleetManagementUrl String
    Base URL of the Fleet Management instance configured for this stack.
    fleetManagementUserId Number
    User ID of the Fleet Management instance configured for this stack.
    grafanasIpAllowListCname String
    Comma-separated list of CNAMEs that can be whitelisted to access the grafana instance (Optional)
    graphiteIpAllowListCname String
    Comma-separated list of CNAMEs that can be whitelisted to access the Graphite instance (Optional)
    graphiteName String
    graphitePrivateConnectivityInfoPrivateDns String
    Private DNS for Graphite when using AWS PrivateLink (only for AWS stacks)
    graphitePrivateConnectivityInfoServiceName String
    Service Name for Graphite when using AWS PrivateLink (only for AWS stacks)
    graphiteStatus String
    graphiteUrl String
    graphiteUserId Number
    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_id attribute 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.
    logsIpAllowListCname String
    Comma-separated list of CNAMEs that can be whitelisted to access the Logs instance (Optional)
    logsName String
    logsPrivateConnectivityInfoPrivateDns String
    Private DNS for Logs when using AWS PrivateLink (only for AWS stacks)
    logsPrivateConnectivityInfoServiceName String
    Service Name for Logs when using AWS PrivateLink (only for AWS stacks)
    logsStatus String
    logsUrl String
    logsUserId Number
    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.
    otlpPrivateConnectivityInfoPrivateDns String
    Private DNS for OTLP when using AWS PrivateLink (only for AWS stacks)
    otlpPrivateConnectivityInfoServiceName String
    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 (id attribute of this resource). See https://grafana.com/docs/grafana-cloud/send-data/otlp/send-data-otlp/ for docs on how to use this.
    pdcApiPrivateConnectivityInfoPrivateDns String
    Private DNS for PDC's API when using AWS PrivateLink (only for AWS stacks)
    pdcApiPrivateConnectivityInfoServiceName String
    Service Name for PDC's API when using AWS PrivateLink (only for AWS stacks)
    pdcGatewayPrivateConnectivityInfoPrivateDns String
    Private DNS for PDC's Gateway when using AWS PrivateLink (only for AWS stacks)
    pdcGatewayPrivateConnectivityInfoServiceName String
    Service Name for PDC's Gateway when using AWS PrivateLink (only for AWS stacks)
    profilesIpAllowListCname String
    Comma-separated list of CNAMEs that can be whitelisted to access the Profiles instance (Optional)
    profilesName String
    profilesPrivateConnectivityInfoPrivateDns String
    Private DNS for Profiles when using AWS PrivateLink (only for AWS stacks)
    profilesPrivateConnectivityInfoServiceName String
    Service Name for Profiles when using AWS PrivateLink (only for AWS stacks)
    profilesStatus String
    profilesUrl String
    profilesUserId Number
    prometheusIpAllowListCname String
    Comma-separated list of CNAMEs that can be whitelisted to access the Prometheus instance (Optional)
    prometheusName String
    Prometheus name for this instance.
    prometheusPrivateConnectivityInfoPrivateDns String
    Private DNS for Prometheus when using AWS PrivateLink (only for AWS stacks)
    prometheusPrivateConnectivityInfoServiceName String
    Service Name for Prometheus when using AWS PrivateLink (only for AWS stacks)
    prometheusRemoteEndpoint String
    Use this URL to query hosted metrics data e.g. Prometheus data source in Grafana
    prometheusRemoteWriteEndpoint String
    Use this URL to send prometheus metrics to Grafana cloud
    prometheusStatus String
    Prometheus status for this instance.
    prometheusUrl String
    Prometheus url for this instance.
    prometheusUserId Number
    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.
    tracesIpAllowListCname String
    Comma-separated list of CNAMEs that can be whitelisted to access the Traces instance (Optional)
    tracesName String
    tracesPrivateConnectivityInfoPrivateDns String
    Private DNS for Traces when using AWS PrivateLink (only for AWS stacks)
    tracesPrivateConnectivityInfoServiceName String
    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 /tempo to the URL.
    tracesUserId Number
    url String
    Custom URL for the Grafana instance. Must have a CNAME setup to point to .grafana.net before creating the stack

    Package Details

    Repository
    grafana pulumiverse/pulumi-grafana
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the grafana Terraform Provider.
    grafana logo
    Grafana v0.16.1 published on Saturday, Mar 15, 2025 by pulumiverse