grafana.cloud.Stack
Explore with Pulumi AI
Required access policy scopes:
- stacks:read
- stacks:write
- stacks:delete
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as grafana from "@pulumiverse/grafana";
const test = new grafana.cloud.Stack("test", {
    name: "gcloudstacktest",
    slug: "gcloudstacktest",
    regionSlug: "eu",
    description: "Test Grafana Cloud Stack",
});
import pulumi
import pulumiverse_grafana as grafana
test = grafana.cloud.Stack("test",
    name="gcloudstacktest",
    slug="gcloudstacktest",
    region_slug="eu",
    description="Test Grafana Cloud Stack")
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 {
		_, 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
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Grafana = Pulumiverse.Grafana;
return await Deployment.RunAsync(() => 
{
    var test = new Grafana.Cloud.Stack("test", new()
    {
        Name = "gcloudstacktest",
        Slug = "gcloudstacktest",
        RegionSlug = "eu",
        Description = "Test Grafana Cloud Stack",
    });
});
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 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 test = new Stack("test", StackArgs.builder()
            .name("gcloudstacktest")
            .slug("gcloudstacktest")
            .regionSlug("eu")
            .description("Test Grafana Cloud Stack")
            .build());
    }
}
resources:
  test:
    type: grafana:cloud:Stack
    properties:
      name: gcloudstacktest
      slug: gcloudstacktest
      regionSlug: eu
      description: Test Grafana Cloud Stack
Create Stack Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Stack(name: string, args: StackArgs, opts?: CustomResourceOptions);@overload
def Stack(resource_name: str,
          args: StackArgs,
          opts: Optional[ResourceOptions] = None)
@overload
def Stack(resource_name: str,
          opts: Optional[ResourceOptions] = None,
          slug: Optional[str] = None,
          description: Optional[str] = None,
          labels: Optional[Mapping[str, str]] = None,
          name: Optional[str] = None,
          region_slug: Optional[str] = None,
          url: Optional[str] = None,
          wait_for_readiness: Optional[bool] = None,
          wait_for_readiness_timeout: Optional[str] = None)func NewStack(ctx *Context, name string, args StackArgs, opts ...ResourceOption) (*Stack, error)public Stack(string name, StackArgs args, CustomResourceOptions? opts = null)type: grafana:cloud:Stack
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args StackArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args StackArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args StackArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args StackArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args StackArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var stackResource = new Grafana.Cloud.Stack("stackResource", new()
{
    Slug = "string",
    Description = "string",
    Labels = 
    {
        { "string", "string" },
    },
    Name = "string",
    RegionSlug = "string",
    Url = "string",
    WaitForReadiness = false,
    WaitForReadinessTimeout = "string",
});
example, err := cloud.NewStack(ctx, "stackResource", &cloud.StackArgs{
	Slug:        pulumi.String("string"),
	Description: pulumi.String("string"),
	Labels: pulumi.StringMap{
		"string": pulumi.String("string"),
	},
	Name:                    pulumi.String("string"),
	RegionSlug:              pulumi.String("string"),
	Url:                     pulumi.String("string"),
	WaitForReadiness:        pulumi.Bool(false),
	WaitForReadinessTimeout: pulumi.String("string"),
})
var stackResource = new Stack("stackResource", StackArgs.builder()
    .slug("string")
    .description("string")
    .labels(Map.of("string", "string"))
    .name("string")
    .regionSlug("string")
    .url("string")
    .waitForReadiness(false)
    .waitForReadinessTimeout("string")
    .build());
stack_resource = grafana.cloud.Stack("stackResource",
    slug="string",
    description="string",
    labels={
        "string": "string",
    },
    name="string",
    region_slug="string",
    url="string",
    wait_for_readiness=False,
    wait_for_readiness_timeout="string")
const stackResource = new grafana.cloud.Stack("stackResource", {
    slug: "string",
    description: "string",
    labels: {
        string: "string",
    },
    name: "string",
    regionSlug: "string",
    url: "string",
    waitForReadiness: false,
    waitForReadinessTimeout: "string",
});
type: grafana:cloud:Stack
properties:
    description: string
    labels:
        string: string
    name: string
    regionSlug: string
    slug: string
    url: string
    waitForReadiness: false
    waitForReadinessTimeout: string
Stack Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Stack resource accepts the following input properties:
- Slug string
- Subdomain that the Grafana instance will be available at. Setting slug to <stack_slug>will make the instance available athttps://<stack_slug>.grafana.net.
- Description string
- Description of stack.
- 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.
- Name string
- Name of stack. Conventionally matches the url of the instance (e.g. <stack_slug>.grafana.net).
- RegionSlug string
- Region slug to assign to this stack. Changing region will destroy the existing stack and create a new one in the desired region. Use the region list API to get the list of available regions: https://grafana.com/docs/grafana-cloud/developer-resources/api-reference/cloud-api/#list-regions.
- Url string
- Custom URL for the Grafana instance. Must have a CNAME setup to point to .grafana.netbefore creating the stack
- WaitFor boolReadiness 
- Whether to wait for readiness of the stack after creating it. The check is a HEAD request to the stack URL (Grafana instance). Defaults to true.
- WaitFor stringReadiness Timeout 
- How long to wait for readiness (if enabled). Defaults to 5m0s.
- Slug string
- Subdomain that the Grafana instance will be available at. Setting slug to <stack_slug>will make the instance available athttps://<stack_slug>.grafana.net.
- Description string
- Description of stack.
- 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.
- Name string
- Name of stack. Conventionally matches the url of the instance (e.g. <stack_slug>.grafana.net).
- RegionSlug string
- Region slug to assign to this stack. Changing region will destroy the existing stack and create a new one in the desired region. Use the region list API to get the list of available regions: https://grafana.com/docs/grafana-cloud/developer-resources/api-reference/cloud-api/#list-regions.
- Url string
- Custom URL for the Grafana instance. Must have a CNAME setup to point to .grafana.netbefore creating the stack
- WaitFor boolReadiness 
- Whether to wait for readiness of the stack after creating it. The check is a HEAD request to the stack URL (Grafana instance). Defaults to true.
- WaitFor stringReadiness Timeout 
- How long to wait for readiness (if enabled). Defaults to 5m0s.
- slug String
- Subdomain that the Grafana instance will be available at. Setting slug to <stack_slug>will make the instance available athttps://<stack_slug>.grafana.net.
- description String
- Description of stack.
- 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.
- name String
- Name of stack. Conventionally matches the url of the instance (e.g. <stack_slug>.grafana.net).
- regionSlug String
- Region slug to assign to this stack. Changing region will destroy the existing stack and create a new one in the desired region. Use the region list API to get the list of available regions: https://grafana.com/docs/grafana-cloud/developer-resources/api-reference/cloud-api/#list-regions.
- url String
- Custom URL for the Grafana instance. Must have a CNAME setup to point to .grafana.netbefore creating the stack
- waitFor BooleanReadiness 
- Whether to wait for readiness of the stack after creating it. The check is a HEAD request to the stack URL (Grafana instance). Defaults to true.
- waitFor StringReadiness Timeout 
- How long to wait for readiness (if enabled). Defaults to 5m0s.
- slug string
- Subdomain that the Grafana instance will be available at. Setting slug to <stack_slug>will make the instance available athttps://<stack_slug>.grafana.net.
- description string
- Description of stack.
- 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.
- name string
- Name of stack. Conventionally matches the url of the instance (e.g. <stack_slug>.grafana.net).
- regionSlug string
- Region slug to assign to this stack. Changing region will destroy the existing stack and create a new one in the desired region. Use the region list API to get the list of available regions: https://grafana.com/docs/grafana-cloud/developer-resources/api-reference/cloud-api/#list-regions.
- url string
- Custom URL for the Grafana instance. Must have a CNAME setup to point to .grafana.netbefore creating the stack
- waitFor booleanReadiness 
- Whether to wait for readiness of the stack after creating it. The check is a HEAD request to the stack URL (Grafana instance). Defaults to true.
- waitFor stringReadiness Timeout 
- How long to wait for readiness (if enabled). Defaults to 5m0s.
- slug str
- Subdomain that the Grafana instance will be available at. Setting slug to <stack_slug>will make the instance available athttps://<stack_slug>.grafana.net.
- description str
- Description of stack.
- 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.
- name str
- Name of stack. Conventionally matches the url of the instance (e.g. <stack_slug>.grafana.net).
- region_slug str
- Region slug to assign to this stack. Changing region will destroy the existing stack and create a new one in the desired region. Use the region list API to get the list of available regions: https://grafana.com/docs/grafana-cloud/developer-resources/api-reference/cloud-api/#list-regions.
- url str
- Custom URL for the Grafana instance. Must have a CNAME setup to point to .grafana.netbefore creating the stack
- wait_for_ boolreadiness 
- Whether to wait for readiness of the stack after creating it. The check is a HEAD request to the stack URL (Grafana instance). Defaults to true.
- wait_for_ strreadiness_ timeout 
- How long to wait for readiness (if enabled). Defaults to 5m0s.
- slug String
- Subdomain that the Grafana instance will be available at. Setting slug to <stack_slug>will make the instance available athttps://<stack_slug>.grafana.net.
- description String
- Description of stack.
- 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.
- name String
- Name of stack. Conventionally matches the url of the instance (e.g. <stack_slug>.grafana.net).
- regionSlug String
- Region slug to assign to this stack. Changing region will destroy the existing stack and create a new one in the desired region. Use the region list API to get the list of available regions: https://grafana.com/docs/grafana-cloud/developer-resources/api-reference/cloud-api/#list-regions.
- url String
- Custom URL for the Grafana instance. Must have a CNAME setup to point to .grafana.netbefore creating the stack
- waitFor BooleanReadiness 
- Whether to wait for readiness of the stack after creating it. The check is a HEAD request to the stack URL (Grafana instance). Defaults to true.
- waitFor StringReadiness Timeout 
- How long to wait for readiness (if enabled). Defaults to 5m0s.
Outputs
All input properties are implicitly available as output properties. Additionally, the Stack resource produces the following output properties:
- 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.
- 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 provider-assigned unique ID for this managed resource.
- 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.
- 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 
- 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.
- 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 
- 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.
- 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 provider-assigned unique ID for this managed resource.
- 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.
- 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 
- 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.
- 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 
- 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.
- 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 provider-assigned unique ID for this managed resource.
- 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.
- 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 
- 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.
- 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 
- 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.
- 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 provider-assigned unique ID for this managed resource.
- 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.
- 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 
- 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.
- 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 
- 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.
- 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 provider-assigned unique ID for this managed resource.
- 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.
- 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 
- 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.
- 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 
- 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.
- 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 provider-assigned unique ID for this managed resource.
- 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.
- 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 
- 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.
- 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 
Look up Existing Stack Resource
Get an existing Stack resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: StackState, opts?: CustomResourceOptions): Stack@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        alertmanager_ip_allow_list_cname: Optional[str] = None,
        alertmanager_name: Optional[str] = None,
        alertmanager_status: Optional[str] = None,
        alertmanager_url: Optional[str] = None,
        alertmanager_user_id: Optional[int] = None,
        cluster_slug: Optional[str] = None,
        description: Optional[str] = None,
        fleet_management_name: Optional[str] = None,
        fleet_management_status: Optional[str] = None,
        fleet_management_url: Optional[str] = None,
        fleet_management_user_id: Optional[int] = None,
        grafanas_ip_allow_list_cname: Optional[str] = None,
        graphite_ip_allow_list_cname: Optional[str] = None,
        graphite_name: Optional[str] = None,
        graphite_private_connectivity_info_private_dns: Optional[str] = None,
        graphite_private_connectivity_info_service_name: Optional[str] = None,
        graphite_status: Optional[str] = None,
        graphite_url: Optional[str] = None,
        graphite_user_id: Optional[int] = None,
        influx_url: Optional[str] = None,
        labels: Optional[Mapping[str, str]] = None,
        logs_ip_allow_list_cname: Optional[str] = None,
        logs_name: Optional[str] = None,
        logs_private_connectivity_info_private_dns: Optional[str] = None,
        logs_private_connectivity_info_service_name: Optional[str] = None,
        logs_status: Optional[str] = None,
        logs_url: Optional[str] = None,
        logs_user_id: Optional[int] = None,
        name: Optional[str] = None,
        org_id: Optional[int] = None,
        org_name: Optional[str] = None,
        org_slug: Optional[str] = None,
        otlp_private_connectivity_info_private_dns: Optional[str] = None,
        otlp_private_connectivity_info_service_name: Optional[str] = None,
        otlp_url: Optional[str] = None,
        pdc_api_private_connectivity_info_private_dns: Optional[str] = None,
        pdc_api_private_connectivity_info_service_name: Optional[str] = None,
        pdc_gateway_private_connectivity_info_private_dns: Optional[str] = None,
        pdc_gateway_private_connectivity_info_service_name: Optional[str] = None,
        profiles_ip_allow_list_cname: Optional[str] = None,
        profiles_name: Optional[str] = None,
        profiles_private_connectivity_info_private_dns: Optional[str] = None,
        profiles_private_connectivity_info_service_name: Optional[str] = None,
        profiles_status: Optional[str] = None,
        profiles_url: Optional[str] = None,
        profiles_user_id: Optional[int] = None,
        prometheus_ip_allow_list_cname: Optional[str] = None,
        prometheus_name: Optional[str] = None,
        prometheus_private_connectivity_info_private_dns: Optional[str] = None,
        prometheus_private_connectivity_info_service_name: Optional[str] = None,
        prometheus_remote_endpoint: Optional[str] = None,
        prometheus_remote_write_endpoint: Optional[str] = None,
        prometheus_status: Optional[str] = None,
        prometheus_url: Optional[str] = None,
        prometheus_user_id: Optional[int] = None,
        region_slug: Optional[str] = None,
        slug: Optional[str] = None,
        status: Optional[str] = None,
        traces_ip_allow_list_cname: Optional[str] = None,
        traces_name: Optional[str] = None,
        traces_private_connectivity_info_private_dns: Optional[str] = None,
        traces_private_connectivity_info_service_name: Optional[str] = None,
        traces_status: Optional[str] = None,
        traces_url: Optional[str] = None,
        traces_user_id: Optional[int] = None,
        url: Optional[str] = None,
        wait_for_readiness: Optional[bool] = None,
        wait_for_readiness_timeout: Optional[str] = None) -> Stackfunc GetStack(ctx *Context, name string, id IDInput, state *StackState, opts ...ResourceOption) (*Stack, error)public static Stack Get(string name, Input<string> id, StackState? state, CustomResourceOptions? opts = null)public static Stack get(String name, Output<String> id, StackState state, CustomResourceOptions options)resources:  _:    type: grafana:cloud:Stack    get:      id: ${id}- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- 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 
- 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
- Region slug to assign to this stack. Changing region will destroy the existing stack and create a new one in the desired region. Use the region list API to get the list of available regions: https://grafana.com/docs/grafana-cloud/developer-resources/api-reference/cloud-api/#list-regions.
- Slug string
- Subdomain that the Grafana instance will be available at. Setting slug to <stack_slug>will make the instance available athttps://<stack_slug>.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
- WaitFor boolReadiness 
- Whether to wait for readiness of the stack after creating it. The check is a HEAD request to the stack URL (Grafana instance). Defaults to true.
- WaitFor stringReadiness Timeout 
- How long to wait for readiness (if enabled). Defaults to 5m0s.
- 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 
- 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
- Region slug to assign to this stack. Changing region will destroy the existing stack and create a new one in the desired region. Use the region list API to get the list of available regions: https://grafana.com/docs/grafana-cloud/developer-resources/api-reference/cloud-api/#list-regions.
- Slug string
- Subdomain that the Grafana instance will be available at. Setting slug to <stack_slug>will make the instance available athttps://<stack_slug>.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
- WaitFor boolReadiness 
- Whether to wait for readiness of the stack after creating it. The check is a HEAD request to the stack URL (Grafana instance). Defaults to true.
- WaitFor stringReadiness Timeout 
- How long to wait for readiness (if enabled). Defaults to 5m0s.
- 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 
- 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
- Region slug to assign to this stack. Changing region will destroy the existing stack and create a new one in the desired region. Use the region list API to get the list of available regions: https://grafana.com/docs/grafana-cloud/developer-resources/api-reference/cloud-api/#list-regions.
- slug String
- Subdomain that the Grafana instance will be available at. Setting slug to <stack_slug>will make the instance available athttps://<stack_slug>.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
- waitFor BooleanReadiness 
- Whether to wait for readiness of the stack after creating it. The check is a HEAD request to the stack URL (Grafana instance). Defaults to true.
- waitFor StringReadiness Timeout 
- How long to wait for readiness (if enabled). Defaults to 5m0s.
- 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 
- 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
- Region slug to assign to this stack. Changing region will destroy the existing stack and create a new one in the desired region. Use the region list API to get the list of available regions: https://grafana.com/docs/grafana-cloud/developer-resources/api-reference/cloud-api/#list-regions.
- slug string
- Subdomain that the Grafana instance will be available at. Setting slug to <stack_slug>will make the instance available athttps://<stack_slug>.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
- waitFor booleanReadiness 
- Whether to wait for readiness of the stack after creating it. The check is a HEAD request to the stack URL (Grafana instance). Defaults to true.
- waitFor stringReadiness Timeout 
- How long to wait for readiness (if enabled). Defaults to 5m0s.
- 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 
- 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
- Region slug to assign to this stack. Changing region will destroy the existing stack and create a new one in the desired region. Use the region list API to get the list of available regions: https://grafana.com/docs/grafana-cloud/developer-resources/api-reference/cloud-api/#list-regions.
- slug str
- Subdomain that the Grafana instance will be available at. Setting slug to <stack_slug>will make the instance available athttps://<stack_slug>.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
- wait_for_ boolreadiness 
- Whether to wait for readiness of the stack after creating it. The check is a HEAD request to the stack URL (Grafana instance). Defaults to true.
- wait_for_ strreadiness_ timeout 
- How long to wait for readiness (if enabled). Defaults to 5m0s.
- 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 
- 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
- Region slug to assign to this stack. Changing region will destroy the existing stack and create a new one in the desired region. Use the region list API to get the list of available regions: https://grafana.com/docs/grafana-cloud/developer-resources/api-reference/cloud-api/#list-regions.
- slug String
- Subdomain that the Grafana instance will be available at. Setting slug to <stack_slug>will make the instance available athttps://<stack_slug>.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
- waitFor BooleanReadiness 
- Whether to wait for readiness of the stack after creating it. The check is a HEAD request to the stack URL (Grafana instance). Defaults to true.
- waitFor StringReadiness Timeout 
- How long to wait for readiness (if enabled). Defaults to 5m0s.
Import
$ pulumi import grafana:cloud/stack:Stack name "{{ stackSlugOrID }}"
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- grafana pulumiverse/pulumi-grafana
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the grafanaTerraform Provider.
