Aiven v6.37.0 published on Thursday, Apr 10, 2025 by Pulumi
aiven.getGrafana
Explore with Pulumi AI
Gets information about an Aiven for Grafana® service.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as aiven from "@pulumi/aiven";
const exampleGrafana = aiven.getGrafana({
    project: exampleProject.project,
    serviceName: "example-grafana-service",
});
import pulumi
import pulumi_aiven as aiven
example_grafana = aiven.get_grafana(project=example_project["project"],
    service_name="example-grafana-service")
package main
import (
	"github.com/pulumi/pulumi-aiven/sdk/v6/go/aiven"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := aiven.LookupGrafana(ctx, &aiven.LookupGrafanaArgs{
			Project:     exampleProject.Project,
			ServiceName: "example-grafana-service",
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Aiven = Pulumi.Aiven;
return await Deployment.RunAsync(() => 
{
    var exampleGrafana = Aiven.GetGrafana.Invoke(new()
    {
        Project = exampleProject.Project,
        ServiceName = "example-grafana-service",
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.aiven.AivenFunctions;
import com.pulumi.aiven.inputs.GetGrafanaArgs;
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) {
        final var exampleGrafana = AivenFunctions.getGrafana(GetGrafanaArgs.builder()
            .project(exampleProject.project())
            .serviceName("example-grafana-service")
            .build());
    }
}
variables:
  exampleGrafana:
    fn::invoke:
      function: aiven:getGrafana
      arguments:
        project: ${exampleProject.project}
        serviceName: example-grafana-service
Using getGrafana
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getGrafana(args: GetGrafanaArgs, opts?: InvokeOptions): Promise<GetGrafanaResult>
function getGrafanaOutput(args: GetGrafanaOutputArgs, opts?: InvokeOptions): Output<GetGrafanaResult>def get_grafana(project: Optional[str] = None,
                service_name: Optional[str] = None,
                opts: Optional[InvokeOptions] = None) -> GetGrafanaResult
def get_grafana_output(project: Optional[pulumi.Input[str]] = None,
                service_name: Optional[pulumi.Input[str]] = None,
                opts: Optional[InvokeOptions] = None) -> Output[GetGrafanaResult]func LookupGrafana(ctx *Context, args *LookupGrafanaArgs, opts ...InvokeOption) (*LookupGrafanaResult, error)
func LookupGrafanaOutput(ctx *Context, args *LookupGrafanaOutputArgs, opts ...InvokeOption) LookupGrafanaResultOutput> Note: This function is named LookupGrafana in the Go SDK.
public static class GetGrafana 
{
    public static Task<GetGrafanaResult> InvokeAsync(GetGrafanaArgs args, InvokeOptions? opts = null)
    public static Output<GetGrafanaResult> Invoke(GetGrafanaInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetGrafanaResult> getGrafana(GetGrafanaArgs args, InvokeOptions options)
public static Output<GetGrafanaResult> getGrafana(GetGrafanaArgs args, InvokeOptions options)
fn::invoke:
  function: aiven:index/getGrafana:getGrafana
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Project string
- The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
- ServiceName string
- Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
- Project string
- The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
- ServiceName string
- Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
- project String
- The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
- serviceName String
- Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
- project string
- The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
- serviceName string
- Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
- project str
- The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
- service_name str
- Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
- project String
- The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
- serviceName String
- Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
getGrafana Result
The following output properties are available:
- AdditionalDisk stringSpace 
- Add disk storage in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart, and there might be a short downtime for services without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
- CloudName string
- The cloud provider and region the service is hosted in. The format is provider-region, for example:google-europe-west1. The available cloud regions can differ per project and service. Changing this value migrates the service to another cloud provider or region. The migration runs in the background and includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases may have a brief interruption during DNS propagation.
- Components
List<GetGrafana Component> 
- Service component information objects
- DiskSpace string
- Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
- DiskSpace stringCap 
- The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
- DiskSpace stringDefault 
- The default disk space of the service, possible values depend on the service type, the cloud provider and the project. Its also the minimum value for disk_space
- DiskSpace stringStep 
- The default disk space step of the service, possible values depend on the service type, the cloud provider and the project. disk_spaceneeds to increment fromdisk_space_defaultby increments of this size.
- DiskSpace stringUsed 
- Disk space that service is currently using
- GrafanaUser List<GetConfigs Grafana Grafana User Config> 
- Grafana user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- Grafanas
List<GetGrafana Grafana> 
- Values provided by the Grafana server.
- Id string
- The provider-assigned unique ID for this managed resource.
- MaintenanceWindow stringDow 
- Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
- MaintenanceWindow stringTime 
- Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
- Plan string
- Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are hobbyist,startup-x,business-xandpremium-xwherexis (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seen from the Aiven pricing page.
- Project string
- The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
- ProjectVpc stringId 
- Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
- ServiceHost string
- The hostname of the service.
- ServiceIntegrations List<GetGrafana Service Integration> 
- Service integrations to specify when creating a service. Not applied after initial service creation
- ServiceName string
- Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
- ServicePassword string
- Password used for connecting to the service, if applicable
- ServicePort int
- The port of the service
- ServiceType string
- Aiven internal service type code
- ServiceUri string
- URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
- ServiceUsername string
- Username used for connecting to the service, if applicable
- State string
- StaticIps List<string>
- Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
- 
List<GetGrafana Tag> 
- Tags are key-value pairs that allow you to categorize services.
- TechEmails List<GetGrafana Tech Email> 
- The email addresses for service contacts, who will receive important alerts and updates about this service. You can also set email contacts at the project level.
- TerminationProtection bool
- Prevents the service from being deleted. It is recommended to set this to truefor all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
- AdditionalDisk stringSpace 
- Add disk storage in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart, and there might be a short downtime for services without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
- CloudName string
- The cloud provider and region the service is hosted in. The format is provider-region, for example:google-europe-west1. The available cloud regions can differ per project and service. Changing this value migrates the service to another cloud provider or region. The migration runs in the background and includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases may have a brief interruption during DNS propagation.
- Components
[]GetGrafana Component 
- Service component information objects
- DiskSpace string
- Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
- DiskSpace stringCap 
- The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
- DiskSpace stringDefault 
- The default disk space of the service, possible values depend on the service type, the cloud provider and the project. Its also the minimum value for disk_space
- DiskSpace stringStep 
- The default disk space step of the service, possible values depend on the service type, the cloud provider and the project. disk_spaceneeds to increment fromdisk_space_defaultby increments of this size.
- DiskSpace stringUsed 
- Disk space that service is currently using
- GrafanaUser []GetConfigs Grafana Grafana User Config 
- Grafana user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- Grafanas
[]GetGrafana Grafana 
- Values provided by the Grafana server.
- Id string
- The provider-assigned unique ID for this managed resource.
- MaintenanceWindow stringDow 
- Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
- MaintenanceWindow stringTime 
- Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
- Plan string
- Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are hobbyist,startup-x,business-xandpremium-xwherexis (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seen from the Aiven pricing page.
- Project string
- The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
- ProjectVpc stringId 
- Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
- ServiceHost string
- The hostname of the service.
- ServiceIntegrations []GetGrafana Service Integration 
- Service integrations to specify when creating a service. Not applied after initial service creation
- ServiceName string
- Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
- ServicePassword string
- Password used for connecting to the service, if applicable
- ServicePort int
- The port of the service
- ServiceType string
- Aiven internal service type code
- ServiceUri string
- URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
- ServiceUsername string
- Username used for connecting to the service, if applicable
- State string
- StaticIps []string
- Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
- 
[]GetGrafana Tag 
- Tags are key-value pairs that allow you to categorize services.
- TechEmails []GetGrafana Tech Email 
- The email addresses for service contacts, who will receive important alerts and updates about this service. You can also set email contacts at the project level.
- TerminationProtection bool
- Prevents the service from being deleted. It is recommended to set this to truefor all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
- additionalDisk StringSpace 
- Add disk storage in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart, and there might be a short downtime for services without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
- cloudName String
- The cloud provider and region the service is hosted in. The format is provider-region, for example:google-europe-west1. The available cloud regions can differ per project and service. Changing this value migrates the service to another cloud provider or region. The migration runs in the background and includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases may have a brief interruption during DNS propagation.
- components
List<GetGrafana Component> 
- Service component information objects
- diskSpace String
- Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
- diskSpace StringCap 
- The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
- diskSpace StringDefault 
- The default disk space of the service, possible values depend on the service type, the cloud provider and the project. Its also the minimum value for disk_space
- diskSpace StringStep 
- The default disk space step of the service, possible values depend on the service type, the cloud provider and the project. disk_spaceneeds to increment fromdisk_space_defaultby increments of this size.
- diskSpace StringUsed 
- Disk space that service is currently using
- grafanaUser List<GetConfigs Grafana Grafana User Config> 
- Grafana user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- grafanas
List<GetGrafana Grafana> 
- Values provided by the Grafana server.
- id String
- The provider-assigned unique ID for this managed resource.
- maintenanceWindow StringDow 
- Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
- maintenanceWindow StringTime 
- Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
- plan String
- Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are hobbyist,startup-x,business-xandpremium-xwherexis (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seen from the Aiven pricing page.
- project String
- The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
- projectVpc StringId 
- Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
- serviceHost String
- The hostname of the service.
- serviceIntegrations List<GetGrafana Service Integration> 
- Service integrations to specify when creating a service. Not applied after initial service creation
- serviceName String
- Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
- servicePassword String
- Password used for connecting to the service, if applicable
- servicePort Integer
- The port of the service
- serviceType String
- Aiven internal service type code
- serviceUri String
- URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
- serviceUsername String
- Username used for connecting to the service, if applicable
- state String
- staticIps List<String>
- Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
- 
List<GetGrafana Tag> 
- Tags are key-value pairs that allow you to categorize services.
- techEmails List<GetGrafana Tech Email> 
- The email addresses for service contacts, who will receive important alerts and updates about this service. You can also set email contacts at the project level.
- terminationProtection Boolean
- Prevents the service from being deleted. It is recommended to set this to truefor all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
- additionalDisk stringSpace 
- Add disk storage in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart, and there might be a short downtime for services without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
- cloudName string
- The cloud provider and region the service is hosted in. The format is provider-region, for example:google-europe-west1. The available cloud regions can differ per project and service. Changing this value migrates the service to another cloud provider or region. The migration runs in the background and includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases may have a brief interruption during DNS propagation.
- components
GetGrafana Component[] 
- Service component information objects
- diskSpace string
- Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
- diskSpace stringCap 
- The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
- diskSpace stringDefault 
- The default disk space of the service, possible values depend on the service type, the cloud provider and the project. Its also the minimum value for disk_space
- diskSpace stringStep 
- The default disk space step of the service, possible values depend on the service type, the cloud provider and the project. disk_spaceneeds to increment fromdisk_space_defaultby increments of this size.
- diskSpace stringUsed 
- Disk space that service is currently using
- grafanaUser GetConfigs Grafana Grafana User Config[] 
- Grafana user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- grafanas
GetGrafana Grafana[] 
- Values provided by the Grafana server.
- id string
- The provider-assigned unique ID for this managed resource.
- maintenanceWindow stringDow 
- Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
- maintenanceWindow stringTime 
- Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
- plan string
- Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are hobbyist,startup-x,business-xandpremium-xwherexis (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seen from the Aiven pricing page.
- project string
- The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
- projectVpc stringId 
- Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
- serviceHost string
- The hostname of the service.
- serviceIntegrations GetGrafana Service Integration[] 
- Service integrations to specify when creating a service. Not applied after initial service creation
- serviceName string
- Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
- servicePassword string
- Password used for connecting to the service, if applicable
- servicePort number
- The port of the service
- serviceType string
- Aiven internal service type code
- serviceUri string
- URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
- serviceUsername string
- Username used for connecting to the service, if applicable
- state string
- staticIps string[]
- Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
- 
GetGrafana Tag[] 
- Tags are key-value pairs that allow you to categorize services.
- techEmails GetGrafana Tech Email[] 
- The email addresses for service contacts, who will receive important alerts and updates about this service. You can also set email contacts at the project level.
- terminationProtection boolean
- Prevents the service from being deleted. It is recommended to set this to truefor all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
- additional_disk_ strspace 
- Add disk storage in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart, and there might be a short downtime for services without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
- cloud_name str
- The cloud provider and region the service is hosted in. The format is provider-region, for example:google-europe-west1. The available cloud regions can differ per project and service. Changing this value migrates the service to another cloud provider or region. The migration runs in the background and includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases may have a brief interruption during DNS propagation.
- components
Sequence[GetGrafana Component] 
- Service component information objects
- disk_space str
- Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
- disk_space_ strcap 
- The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
- disk_space_ strdefault 
- The default disk space of the service, possible values depend on the service type, the cloud provider and the project. Its also the minimum value for disk_space
- disk_space_ strstep 
- The default disk space step of the service, possible values depend on the service type, the cloud provider and the project. disk_spaceneeds to increment fromdisk_space_defaultby increments of this size.
- disk_space_ strused 
- Disk space that service is currently using
- grafana_user_ Sequence[Getconfigs Grafana Grafana User Config] 
- Grafana user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- grafanas
Sequence[GetGrafana Grafana] 
- Values provided by the Grafana server.
- id str
- The provider-assigned unique ID for this managed resource.
- maintenance_window_ strdow 
- Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
- maintenance_window_ strtime 
- Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
- plan str
- Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are hobbyist,startup-x,business-xandpremium-xwherexis (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seen from the Aiven pricing page.
- project str
- The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
- project_vpc_ strid 
- Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
- service_host str
- The hostname of the service.
- service_integrations Sequence[GetGrafana Service Integration] 
- Service integrations to specify when creating a service. Not applied after initial service creation
- service_name str
- Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
- service_password str
- Password used for connecting to the service, if applicable
- service_port int
- The port of the service
- service_type str
- Aiven internal service type code
- service_uri str
- URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
- service_username str
- Username used for connecting to the service, if applicable
- state str
- static_ips Sequence[str]
- Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
- 
Sequence[GetGrafana Tag] 
- Tags are key-value pairs that allow you to categorize services.
- tech_emails Sequence[GetGrafana Tech Email] 
- The email addresses for service contacts, who will receive important alerts and updates about this service. You can also set email contacts at the project level.
- termination_protection bool
- Prevents the service from being deleted. It is recommended to set this to truefor all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
- additionalDisk StringSpace 
- Add disk storage in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart, and there might be a short downtime for services without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
- cloudName String
- The cloud provider and region the service is hosted in. The format is provider-region, for example:google-europe-west1. The available cloud regions can differ per project and service. Changing this value migrates the service to another cloud provider or region. The migration runs in the background and includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases may have a brief interruption during DNS propagation.
- components List<Property Map>
- Service component information objects
- diskSpace String
- Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
- diskSpace StringCap 
- The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
- diskSpace StringDefault 
- The default disk space of the service, possible values depend on the service type, the cloud provider and the project. Its also the minimum value for disk_space
- diskSpace StringStep 
- The default disk space step of the service, possible values depend on the service type, the cloud provider and the project. disk_spaceneeds to increment fromdisk_space_defaultby increments of this size.
- diskSpace StringUsed 
- Disk space that service is currently using
- grafanaUser List<Property Map>Configs 
- Grafana user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- grafanas List<Property Map>
- Values provided by the Grafana server.
- id String
- The provider-assigned unique ID for this managed resource.
- maintenanceWindow StringDow 
- Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
- maintenanceWindow StringTime 
- Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
- plan String
- Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are hobbyist,startup-x,business-xandpremium-xwherexis (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seen from the Aiven pricing page.
- project String
- The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
- projectVpc StringId 
- Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
- serviceHost String
- The hostname of the service.
- serviceIntegrations List<Property Map>
- Service integrations to specify when creating a service. Not applied after initial service creation
- serviceName String
- Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
- servicePassword String
- Password used for connecting to the service, if applicable
- servicePort Number
- The port of the service
- serviceType String
- Aiven internal service type code
- serviceUri String
- URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
- serviceUsername String
- Username used for connecting to the service, if applicable
- state String
- staticIps List<String>
- Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
- List<Property Map>
- Tags are key-value pairs that allow you to categorize services.
- techEmails List<Property Map>
- The email addresses for service contacts, who will receive important alerts and updates about this service. You can also set email contacts at the project level.
- terminationProtection Boolean
- Prevents the service from being deleted. It is recommended to set this to truefor all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
Supporting Types
GetGrafanaComponent  
- Component string
- Service component name
- ConnectionUri string
- Connection info for connecting to the service component. This is a combination of host and port.
- Host string
- Host name for connecting to the service component
- KafkaAuthentication stringMethod 
- Kafka authentication method. This is a value specific to the 'kafka' service component
- KafkaSsl stringCa 
- Kafka certificate used. The possible values are letsencryptandproject_ca.
- Port int
- Port number for connecting to the service component
- Route string
- Network access route
- Ssl bool
- Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
- Usage string
- DNS usage name
- Component string
- Service component name
- ConnectionUri string
- Connection info for connecting to the service component. This is a combination of host and port.
- Host string
- Host name for connecting to the service component
- KafkaAuthentication stringMethod 
- Kafka authentication method. This is a value specific to the 'kafka' service component
- KafkaSsl stringCa 
- Kafka certificate used. The possible values are letsencryptandproject_ca.
- Port int
- Port number for connecting to the service component
- Route string
- Network access route
- Ssl bool
- Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
- Usage string
- DNS usage name
- component String
- Service component name
- connectionUri String
- Connection info for connecting to the service component. This is a combination of host and port.
- host String
- Host name for connecting to the service component
- kafkaAuthentication StringMethod 
- Kafka authentication method. This is a value specific to the 'kafka' service component
- kafkaSsl StringCa 
- Kafka certificate used. The possible values are letsencryptandproject_ca.
- port Integer
- Port number for connecting to the service component
- route String
- Network access route
- ssl Boolean
- Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
- usage String
- DNS usage name
- component string
- Service component name
- connectionUri string
- Connection info for connecting to the service component. This is a combination of host and port.
- host string
- Host name for connecting to the service component
- kafkaAuthentication stringMethod 
- Kafka authentication method. This is a value specific to the 'kafka' service component
- kafkaSsl stringCa 
- Kafka certificate used. The possible values are letsencryptandproject_ca.
- port number
- Port number for connecting to the service component
- route string
- Network access route
- ssl boolean
- Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
- usage string
- DNS usage name
- component str
- Service component name
- connection_uri str
- Connection info for connecting to the service component. This is a combination of host and port.
- host str
- Host name for connecting to the service component
- kafka_authentication_ strmethod 
- Kafka authentication method. This is a value specific to the 'kafka' service component
- kafka_ssl_ strca 
- Kafka certificate used. The possible values are letsencryptandproject_ca.
- port int
- Port number for connecting to the service component
- route str
- Network access route
- ssl bool
- Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
- usage str
- DNS usage name
- component String
- Service component name
- connectionUri String
- Connection info for connecting to the service component. This is a combination of host and port.
- host String
- Host name for connecting to the service component
- kafkaAuthentication StringMethod 
- Kafka authentication method. This is a value specific to the 'kafka' service component
- kafkaSsl StringCa 
- Kafka certificate used. The possible values are letsencryptandproject_ca.
- port Number
- Port number for connecting to the service component
- route String
- Network access route
- ssl Boolean
- Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
- usage String
- DNS usage name
GetGrafanaGrafana  
- Uris List<string>
- Grafana server URIs.
- Uris []string
- Grafana server URIs.
- uris List<String>
- Grafana server URIs.
- uris string[]
- Grafana server URIs.
- uris Sequence[str]
- Grafana server URIs.
- uris List<String>
- Grafana server URIs.
GetGrafanaGrafanaUserConfig    
- AdditionalBackup stringRegions 
- Additional Cloud Regions for Backup Replication.
- AlertingEnabled bool
- Setting has no effect with Grafana 11 and onward. Enable or disable Grafana legacy alerting functionality. This should not be enabled with unified_alerting_enabled.
- AlertingError stringOr Timeout 
- Enum: alerting,keep_state. Default error or timeout setting for new alerting rules.
- AlertingMax intAnnotations To Keep 
- Max number of alert annotations that Grafana stores. 0 (default) keeps all alert annotations. Example: 0.
- AlertingNodata stringOr Nullvalues 
- Enum: alerting,keep_state,no_data,ok. Default value for 'no data or null values' for new alerting rules.
- AllowEmbedding bool
- Allow embedding Grafana dashboards with iframe/frame/object/embed tags. Disabled by default to limit impact of clickjacking.
- AuthAzuread GetGrafana Grafana User Config Auth Azuread 
- Azure AD OAuth integration
- AuthBasic boolEnabled 
- Enable or disable basic authentication form, used by Grafana built-in login.
- AuthGeneric GetOauth Grafana Grafana User Config Auth Generic Oauth 
- Generic OAuth integration
- AuthGithub GetGrafana Grafana User Config Auth Github 
- Github Auth integration
- AuthGitlab GetGrafana Grafana User Config Auth Gitlab 
- GitLab Auth integration
- AuthGoogle GetGrafana Grafana User Config Auth Google 
- Google Auth integration
- string
- Enum: lax,none,strict. Cookie SameSite attribute:strictprevents sending cookie for cross-site requests, effectively disabling direct linking from other sites to Grafana.laxis the default value.
- CustomDomain string
- Serve the web frontend using a custom CNAME pointing to the Aiven DNS name. Example: grafana.example.org.
- DashboardPreviews boolEnabled 
- Enable browsing of dashboards in grid (pictures) mode. This feature is new in Grafana 9 and is quite resource intensive. It may cause low-end plans to work more slowly while the dashboard previews are rendering.
- DashboardScenes boolEnabled 
- Enable use of the Grafana Scenes Library as the dashboard engine. i.e. the dashboardScenefeature flag. Upstream blog post at https://grafana.com/blog/2024/10/31/grafana-dashboards-are-now-powered-by-scenes-big-changes-same-ui/.
- DashboardsMin stringRefresh Interval 
- Signed sequence of decimal numbers, followed by a unit suffix (ms, s, m, h, d), e.g. 30s, 1h. Example: 5s.
- DashboardsVersions intTo Keep 
- Dashboard versions to keep per dashboard. Example: 20.
- DataproxySend boolUser Header 
- Send X-Grafana-Userheader to data source.
- DataproxyTimeout int
- Timeout for data proxy requests in seconds. Example: 30.
- DateFormats GetGrafana Grafana User Config Date Formats 
- Grafana date format specifications
- DisableGravatar bool
- Set to true to disable gravatar. Defaults to false (gravatar is enabled).
- EditorsCan boolAdmin 
- Editors can manage folders, teams and dashboards created by them.
- ExternalImage GetStorage Grafana Grafana User Config External Image Storage 
- External image store settings
- GoogleAnalytics stringUa Id 
- Google Analytics ID. Example: UA-123456-4.
- IpFilter List<GetObjects Grafana Grafana User Config Ip Filter Object> 
- Allow incoming connections from CIDR address block, e.g. 10.20.0.0/16
- IpFilter List<string>Strings 
- Allow incoming connections from CIDR address block, e.g. 10.20.0.0/16.
- IpFilters List<string>
- Allow incoming connections from CIDR address block, e.g. 10.20.0.0/16.
- MetricsEnabled bool
- Enable Grafana's /metrics endpoint.
- OauthAllow boolInsecure Email Lookup 
- Enforce user lookup based on email instead of the unique ID provided by the IdP.
- PrivateAccess GetGrafana Grafana User Config Private Access 
- Allow access to selected service ports from private networks
- PrivatelinkAccess GetGrafana Grafana User Config Privatelink Access 
- Allow access to selected service components through Privatelink
- ProjectTo stringFork From 
- Name of another project to fork a service from. This has effect only when a new service is being created. Example: anotherprojectname.
- PublicAccess GetGrafana Grafana User Config Public Access 
- Allow access to selected service ports from the public Internet
- RecoveryBasebackup stringName 
- Name of the basebackup to restore in forked service. Example: backup-20191112t091354293891z.
- ServiceLog bool
- Store logs for the service so that they are available in the HTTP API and console.
- ServiceTo stringFork From 
- Name of another service to fork from. This has effect only when a new service is being created. Example: anotherservicename.
- SmtpServer GetGrafana Grafana User Config Smtp Server 
- SMTP server settings
- StaticIps bool
- Use static public IP addresses.
- UnifiedAlerting boolEnabled 
- Enable or disable Grafana unified alerting functionality. By default this is enabled and any legacy alerts will be migrated on upgrade to Grafana 9+. To stay on legacy alerting, set unified_alerting_enabled to false and alerting_enabled to true. See https://grafana.com/docs/grafana/latest/alerting/ for more details.
- UserAuto boolAssign Org 
- Auto-assign new users on signup to main organization. Defaults to false.
- UserAuto stringAssign Org Role 
- Enum: Admin,Editor,Viewer. Set role for new signups. Defaults to Viewer.
- ViewersCan boolEdit 
- Users with view-only permission can edit but not save dashboards.
- Wal bool
- Setting to enable/disable Write-Ahead Logging. The default value is false (disabled).
- AdditionalBackup stringRegions 
- Additional Cloud Regions for Backup Replication.
- AlertingEnabled bool
- Setting has no effect with Grafana 11 and onward. Enable or disable Grafana legacy alerting functionality. This should not be enabled with unified_alerting_enabled.
- AlertingError stringOr Timeout 
- Enum: alerting,keep_state. Default error or timeout setting for new alerting rules.
- AlertingMax intAnnotations To Keep 
- Max number of alert annotations that Grafana stores. 0 (default) keeps all alert annotations. Example: 0.
- AlertingNodata stringOr Nullvalues 
- Enum: alerting,keep_state,no_data,ok. Default value for 'no data or null values' for new alerting rules.
- AllowEmbedding bool
- Allow embedding Grafana dashboards with iframe/frame/object/embed tags. Disabled by default to limit impact of clickjacking.
- AuthAzuread GetGrafana Grafana User Config Auth Azuread 
- Azure AD OAuth integration
- AuthBasic boolEnabled 
- Enable or disable basic authentication form, used by Grafana built-in login.
- AuthGeneric GetOauth Grafana Grafana User Config Auth Generic Oauth 
- Generic OAuth integration
- AuthGithub GetGrafana Grafana User Config Auth Github 
- Github Auth integration
- AuthGitlab GetGrafana Grafana User Config Auth Gitlab 
- GitLab Auth integration
- AuthGoogle GetGrafana Grafana User Config Auth Google 
- Google Auth integration
- string
- Enum: lax,none,strict. Cookie SameSite attribute:strictprevents sending cookie for cross-site requests, effectively disabling direct linking from other sites to Grafana.laxis the default value.
- CustomDomain string
- Serve the web frontend using a custom CNAME pointing to the Aiven DNS name. Example: grafana.example.org.
- DashboardPreviews boolEnabled 
- Enable browsing of dashboards in grid (pictures) mode. This feature is new in Grafana 9 and is quite resource intensive. It may cause low-end plans to work more slowly while the dashboard previews are rendering.
- DashboardScenes boolEnabled 
- Enable use of the Grafana Scenes Library as the dashboard engine. i.e. the dashboardScenefeature flag. Upstream blog post at https://grafana.com/blog/2024/10/31/grafana-dashboards-are-now-powered-by-scenes-big-changes-same-ui/.
- DashboardsMin stringRefresh Interval 
- Signed sequence of decimal numbers, followed by a unit suffix (ms, s, m, h, d), e.g. 30s, 1h. Example: 5s.
- DashboardsVersions intTo Keep 
- Dashboard versions to keep per dashboard. Example: 20.
- DataproxySend boolUser Header 
- Send X-Grafana-Userheader to data source.
- DataproxyTimeout int
- Timeout for data proxy requests in seconds. Example: 30.
- DateFormats GetGrafana Grafana User Config Date Formats 
- Grafana date format specifications
- DisableGravatar bool
- Set to true to disable gravatar. Defaults to false (gravatar is enabled).
- EditorsCan boolAdmin 
- Editors can manage folders, teams and dashboards created by them.
- ExternalImage GetStorage Grafana Grafana User Config External Image Storage 
- External image store settings
- GoogleAnalytics stringUa Id 
- Google Analytics ID. Example: UA-123456-4.
- IpFilter []GetObjects Grafana Grafana User Config Ip Filter Object 
- Allow incoming connections from CIDR address block, e.g. 10.20.0.0/16
- IpFilter []stringStrings 
- Allow incoming connections from CIDR address block, e.g. 10.20.0.0/16.
- IpFilters []string
- Allow incoming connections from CIDR address block, e.g. 10.20.0.0/16.
- MetricsEnabled bool
- Enable Grafana's /metrics endpoint.
- OauthAllow boolInsecure Email Lookup 
- Enforce user lookup based on email instead of the unique ID provided by the IdP.
- PrivateAccess GetGrafana Grafana User Config Private Access 
- Allow access to selected service ports from private networks
- PrivatelinkAccess GetGrafana Grafana User Config Privatelink Access 
- Allow access to selected service components through Privatelink
- ProjectTo stringFork From 
- Name of another project to fork a service from. This has effect only when a new service is being created. Example: anotherprojectname.
- PublicAccess GetGrafana Grafana User Config Public Access 
- Allow access to selected service ports from the public Internet
- RecoveryBasebackup stringName 
- Name of the basebackup to restore in forked service. Example: backup-20191112t091354293891z.
- ServiceLog bool
- Store logs for the service so that they are available in the HTTP API and console.
- ServiceTo stringFork From 
- Name of another service to fork from. This has effect only when a new service is being created. Example: anotherservicename.
- SmtpServer GetGrafana Grafana User Config Smtp Server 
- SMTP server settings
- StaticIps bool
- Use static public IP addresses.
- UnifiedAlerting boolEnabled 
- Enable or disable Grafana unified alerting functionality. By default this is enabled and any legacy alerts will be migrated on upgrade to Grafana 9+. To stay on legacy alerting, set unified_alerting_enabled to false and alerting_enabled to true. See https://grafana.com/docs/grafana/latest/alerting/ for more details.
- UserAuto boolAssign Org 
- Auto-assign new users on signup to main organization. Defaults to false.
- UserAuto stringAssign Org Role 
- Enum: Admin,Editor,Viewer. Set role for new signups. Defaults to Viewer.
- ViewersCan boolEdit 
- Users with view-only permission can edit but not save dashboards.
- Wal bool
- Setting to enable/disable Write-Ahead Logging. The default value is false (disabled).
- additionalBackup StringRegions 
- Additional Cloud Regions for Backup Replication.
- alertingEnabled Boolean
- Setting has no effect with Grafana 11 and onward. Enable or disable Grafana legacy alerting functionality. This should not be enabled with unified_alerting_enabled.
- alertingError StringOr Timeout 
- Enum: alerting,keep_state. Default error or timeout setting for new alerting rules.
- alertingMax IntegerAnnotations To Keep 
- Max number of alert annotations that Grafana stores. 0 (default) keeps all alert annotations. Example: 0.
- alertingNodata StringOr Nullvalues 
- Enum: alerting,keep_state,no_data,ok. Default value for 'no data or null values' for new alerting rules.
- allowEmbedding Boolean
- Allow embedding Grafana dashboards with iframe/frame/object/embed tags. Disabled by default to limit impact of clickjacking.
- authAzuread GetGrafana Grafana User Config Auth Azuread 
- Azure AD OAuth integration
- authBasic BooleanEnabled 
- Enable or disable basic authentication form, used by Grafana built-in login.
- authGeneric GetOauth Grafana Grafana User Config Auth Generic Oauth 
- Generic OAuth integration
- authGithub GetGrafana Grafana User Config Auth Github 
- Github Auth integration
- authGitlab GetGrafana Grafana User Config Auth Gitlab 
- GitLab Auth integration
- authGoogle GetGrafana Grafana User Config Auth Google 
- Google Auth integration
- String
- Enum: lax,none,strict. Cookie SameSite attribute:strictprevents sending cookie for cross-site requests, effectively disabling direct linking from other sites to Grafana.laxis the default value.
- customDomain String
- Serve the web frontend using a custom CNAME pointing to the Aiven DNS name. Example: grafana.example.org.
- dashboardPreviews BooleanEnabled 
- Enable browsing of dashboards in grid (pictures) mode. This feature is new in Grafana 9 and is quite resource intensive. It may cause low-end plans to work more slowly while the dashboard previews are rendering.
- dashboardScenes BooleanEnabled 
- Enable use of the Grafana Scenes Library as the dashboard engine. i.e. the dashboardScenefeature flag. Upstream blog post at https://grafana.com/blog/2024/10/31/grafana-dashboards-are-now-powered-by-scenes-big-changes-same-ui/.
- dashboardsMin StringRefresh Interval 
- Signed sequence of decimal numbers, followed by a unit suffix (ms, s, m, h, d), e.g. 30s, 1h. Example: 5s.
- dashboardsVersions IntegerTo Keep 
- Dashboard versions to keep per dashboard. Example: 20.
- dataproxySend BooleanUser Header 
- Send X-Grafana-Userheader to data source.
- dataproxyTimeout Integer
- Timeout for data proxy requests in seconds. Example: 30.
- dateFormats GetGrafana Grafana User Config Date Formats 
- Grafana date format specifications
- disableGravatar Boolean
- Set to true to disable gravatar. Defaults to false (gravatar is enabled).
- editorsCan BooleanAdmin 
- Editors can manage folders, teams and dashboards created by them.
- externalImage GetStorage Grafana Grafana User Config External Image Storage 
- External image store settings
- googleAnalytics StringUa Id 
- Google Analytics ID. Example: UA-123456-4.
- ipFilter List<GetObjects Grafana Grafana User Config Ip Filter Object> 
- Allow incoming connections from CIDR address block, e.g. 10.20.0.0/16
- ipFilter List<String>Strings 
- Allow incoming connections from CIDR address block, e.g. 10.20.0.0/16.
- ipFilters List<String>
- Allow incoming connections from CIDR address block, e.g. 10.20.0.0/16.
- metricsEnabled Boolean
- Enable Grafana's /metrics endpoint.
- oauthAllow BooleanInsecure Email Lookup 
- Enforce user lookup based on email instead of the unique ID provided by the IdP.
- privateAccess GetGrafana Grafana User Config Private Access 
- Allow access to selected service ports from private networks
- privatelinkAccess GetGrafana Grafana User Config Privatelink Access 
- Allow access to selected service components through Privatelink
- projectTo StringFork From 
- Name of another project to fork a service from. This has effect only when a new service is being created. Example: anotherprojectname.
- publicAccess GetGrafana Grafana User Config Public Access 
- Allow access to selected service ports from the public Internet
- recoveryBasebackup StringName 
- Name of the basebackup to restore in forked service. Example: backup-20191112t091354293891z.
- serviceLog Boolean
- Store logs for the service so that they are available in the HTTP API and console.
- serviceTo StringFork From 
- Name of another service to fork from. This has effect only when a new service is being created. Example: anotherservicename.
- smtpServer GetGrafana Grafana User Config Smtp Server 
- SMTP server settings
- staticIps Boolean
- Use static public IP addresses.
- unifiedAlerting BooleanEnabled 
- Enable or disable Grafana unified alerting functionality. By default this is enabled and any legacy alerts will be migrated on upgrade to Grafana 9+. To stay on legacy alerting, set unified_alerting_enabled to false and alerting_enabled to true. See https://grafana.com/docs/grafana/latest/alerting/ for more details.
- userAuto BooleanAssign Org 
- Auto-assign new users on signup to main organization. Defaults to false.
- userAuto StringAssign Org Role 
- Enum: Admin,Editor,Viewer. Set role for new signups. Defaults to Viewer.
- viewersCan BooleanEdit 
- Users with view-only permission can edit but not save dashboards.
- wal Boolean
- Setting to enable/disable Write-Ahead Logging. The default value is false (disabled).
- additionalBackup stringRegions 
- Additional Cloud Regions for Backup Replication.
- alertingEnabled boolean
- Setting has no effect with Grafana 11 and onward. Enable or disable Grafana legacy alerting functionality. This should not be enabled with unified_alerting_enabled.
- alertingError stringOr Timeout 
- Enum: alerting,keep_state. Default error or timeout setting for new alerting rules.
- alertingMax numberAnnotations To Keep 
- Max number of alert annotations that Grafana stores. 0 (default) keeps all alert annotations. Example: 0.
- alertingNodata stringOr Nullvalues 
- Enum: alerting,keep_state,no_data,ok. Default value for 'no data or null values' for new alerting rules.
- allowEmbedding boolean
- Allow embedding Grafana dashboards with iframe/frame/object/embed tags. Disabled by default to limit impact of clickjacking.
- authAzuread GetGrafana Grafana User Config Auth Azuread 
- Azure AD OAuth integration
- authBasic booleanEnabled 
- Enable or disable basic authentication form, used by Grafana built-in login.
- authGeneric GetOauth Grafana Grafana User Config Auth Generic Oauth 
- Generic OAuth integration
- authGithub GetGrafana Grafana User Config Auth Github 
- Github Auth integration
- authGitlab GetGrafana Grafana User Config Auth Gitlab 
- GitLab Auth integration
- authGoogle GetGrafana Grafana User Config Auth Google 
- Google Auth integration
- string
- Enum: lax,none,strict. Cookie SameSite attribute:strictprevents sending cookie for cross-site requests, effectively disabling direct linking from other sites to Grafana.laxis the default value.
- customDomain string
- Serve the web frontend using a custom CNAME pointing to the Aiven DNS name. Example: grafana.example.org.
- dashboardPreviews booleanEnabled 
- Enable browsing of dashboards in grid (pictures) mode. This feature is new in Grafana 9 and is quite resource intensive. It may cause low-end plans to work more slowly while the dashboard previews are rendering.
- dashboardScenes booleanEnabled 
- Enable use of the Grafana Scenes Library as the dashboard engine. i.e. the dashboardScenefeature flag. Upstream blog post at https://grafana.com/blog/2024/10/31/grafana-dashboards-are-now-powered-by-scenes-big-changes-same-ui/.
- dashboardsMin stringRefresh Interval 
- Signed sequence of decimal numbers, followed by a unit suffix (ms, s, m, h, d), e.g. 30s, 1h. Example: 5s.
- dashboardsVersions numberTo Keep 
- Dashboard versions to keep per dashboard. Example: 20.
- dataproxySend booleanUser Header 
- Send X-Grafana-Userheader to data source.
- dataproxyTimeout number
- Timeout for data proxy requests in seconds. Example: 30.
- dateFormats GetGrafana Grafana User Config Date Formats 
- Grafana date format specifications
- disableGravatar boolean
- Set to true to disable gravatar. Defaults to false (gravatar is enabled).
- editorsCan booleanAdmin 
- Editors can manage folders, teams and dashboards created by them.
- externalImage GetStorage Grafana Grafana User Config External Image Storage 
- External image store settings
- googleAnalytics stringUa Id 
- Google Analytics ID. Example: UA-123456-4.
- ipFilter GetObjects Grafana Grafana User Config Ip Filter Object[] 
- Allow incoming connections from CIDR address block, e.g. 10.20.0.0/16
- ipFilter string[]Strings 
- Allow incoming connections from CIDR address block, e.g. 10.20.0.0/16.
- ipFilters string[]
- Allow incoming connections from CIDR address block, e.g. 10.20.0.0/16.
- metricsEnabled boolean
- Enable Grafana's /metrics endpoint.
- oauthAllow booleanInsecure Email Lookup 
- Enforce user lookup based on email instead of the unique ID provided by the IdP.
- privateAccess GetGrafana Grafana User Config Private Access 
- Allow access to selected service ports from private networks
- privatelinkAccess GetGrafana Grafana User Config Privatelink Access 
- Allow access to selected service components through Privatelink
- projectTo stringFork From 
- Name of another project to fork a service from. This has effect only when a new service is being created. Example: anotherprojectname.
- publicAccess GetGrafana Grafana User Config Public Access 
- Allow access to selected service ports from the public Internet
- recoveryBasebackup stringName 
- Name of the basebackup to restore in forked service. Example: backup-20191112t091354293891z.
- serviceLog boolean
- Store logs for the service so that they are available in the HTTP API and console.
- serviceTo stringFork From 
- Name of another service to fork from. This has effect only when a new service is being created. Example: anotherservicename.
- smtpServer GetGrafana Grafana User Config Smtp Server 
- SMTP server settings
- staticIps boolean
- Use static public IP addresses.
- unifiedAlerting booleanEnabled 
- Enable or disable Grafana unified alerting functionality. By default this is enabled and any legacy alerts will be migrated on upgrade to Grafana 9+. To stay on legacy alerting, set unified_alerting_enabled to false and alerting_enabled to true. See https://grafana.com/docs/grafana/latest/alerting/ for more details.
- userAuto booleanAssign Org 
- Auto-assign new users on signup to main organization. Defaults to false.
- userAuto stringAssign Org Role 
- Enum: Admin,Editor,Viewer. Set role for new signups. Defaults to Viewer.
- viewersCan booleanEdit 
- Users with view-only permission can edit but not save dashboards.
- wal boolean
- Setting to enable/disable Write-Ahead Logging. The default value is false (disabled).
- additional_backup_ strregions 
- Additional Cloud Regions for Backup Replication.
- alerting_enabled bool
- Setting has no effect with Grafana 11 and onward. Enable or disable Grafana legacy alerting functionality. This should not be enabled with unified_alerting_enabled.
- alerting_error_ stror_ timeout 
- Enum: alerting,keep_state. Default error or timeout setting for new alerting rules.
- alerting_max_ intannotations_ to_ keep 
- Max number of alert annotations that Grafana stores. 0 (default) keeps all alert annotations. Example: 0.
- alerting_nodata_ stror_ nullvalues 
- Enum: alerting,keep_state,no_data,ok. Default value for 'no data or null values' for new alerting rules.
- allow_embedding bool
- Allow embedding Grafana dashboards with iframe/frame/object/embed tags. Disabled by default to limit impact of clickjacking.
- auth_azuread GetGrafana Grafana User Config Auth Azuread 
- Azure AD OAuth integration
- auth_basic_ boolenabled 
- Enable or disable basic authentication form, used by Grafana built-in login.
- auth_generic_ Getoauth Grafana Grafana User Config Auth Generic Oauth 
- Generic OAuth integration
- auth_github GetGrafana Grafana User Config Auth Github 
- Github Auth integration
- auth_gitlab GetGrafana Grafana User Config Auth Gitlab 
- GitLab Auth integration
- auth_google GetGrafana Grafana User Config Auth Google 
- Google Auth integration
- str
- Enum: lax,none,strict. Cookie SameSite attribute:strictprevents sending cookie for cross-site requests, effectively disabling direct linking from other sites to Grafana.laxis the default value.
- custom_domain str
- Serve the web frontend using a custom CNAME pointing to the Aiven DNS name. Example: grafana.example.org.
- dashboard_previews_ boolenabled 
- Enable browsing of dashboards in grid (pictures) mode. This feature is new in Grafana 9 and is quite resource intensive. It may cause low-end plans to work more slowly while the dashboard previews are rendering.
- dashboard_scenes_ boolenabled 
- Enable use of the Grafana Scenes Library as the dashboard engine. i.e. the dashboardScenefeature flag. Upstream blog post at https://grafana.com/blog/2024/10/31/grafana-dashboards-are-now-powered-by-scenes-big-changes-same-ui/.
- dashboards_min_ strrefresh_ interval 
- Signed sequence of decimal numbers, followed by a unit suffix (ms, s, m, h, d), e.g. 30s, 1h. Example: 5s.
- dashboards_versions_ intto_ keep 
- Dashboard versions to keep per dashboard. Example: 20.
- dataproxy_send_ booluser_ header 
- Send X-Grafana-Userheader to data source.
- dataproxy_timeout int
- Timeout for data proxy requests in seconds. Example: 30.
- date_formats GetGrafana Grafana User Config Date Formats 
- Grafana date format specifications
- disable_gravatar bool
- Set to true to disable gravatar. Defaults to false (gravatar is enabled).
- editors_can_ booladmin 
- Editors can manage folders, teams and dashboards created by them.
- external_image_ Getstorage Grafana Grafana User Config External Image Storage 
- External image store settings
- google_analytics_ strua_ id 
- Google Analytics ID. Example: UA-123456-4.
- ip_filter_ Sequence[Getobjects Grafana Grafana User Config Ip Filter Object] 
- Allow incoming connections from CIDR address block, e.g. 10.20.0.0/16
- ip_filter_ Sequence[str]strings 
- Allow incoming connections from CIDR address block, e.g. 10.20.0.0/16.
- ip_filters Sequence[str]
- Allow incoming connections from CIDR address block, e.g. 10.20.0.0/16.
- metrics_enabled bool
- Enable Grafana's /metrics endpoint.
- oauth_allow_ boolinsecure_ email_ lookup 
- Enforce user lookup based on email instead of the unique ID provided by the IdP.
- private_access GetGrafana Grafana User Config Private Access 
- Allow access to selected service ports from private networks
- privatelink_access GetGrafana Grafana User Config Privatelink Access 
- Allow access to selected service components through Privatelink
- project_to_ strfork_ from 
- Name of another project to fork a service from. This has effect only when a new service is being created. Example: anotherprojectname.
- public_access GetGrafana Grafana User Config Public Access 
- Allow access to selected service ports from the public Internet
- recovery_basebackup_ strname 
- Name of the basebackup to restore in forked service. Example: backup-20191112t091354293891z.
- service_log bool
- Store logs for the service so that they are available in the HTTP API and console.
- service_to_ strfork_ from 
- Name of another service to fork from. This has effect only when a new service is being created. Example: anotherservicename.
- smtp_server GetGrafana Grafana User Config Smtp Server 
- SMTP server settings
- static_ips bool
- Use static public IP addresses.
- unified_alerting_ boolenabled 
- Enable or disable Grafana unified alerting functionality. By default this is enabled and any legacy alerts will be migrated on upgrade to Grafana 9+. To stay on legacy alerting, set unified_alerting_enabled to false and alerting_enabled to true. See https://grafana.com/docs/grafana/latest/alerting/ for more details.
- user_auto_ boolassign_ org 
- Auto-assign new users on signup to main organization. Defaults to false.
- user_auto_ strassign_ org_ role 
- Enum: Admin,Editor,Viewer. Set role for new signups. Defaults to Viewer.
- viewers_can_ booledit 
- Users with view-only permission can edit but not save dashboards.
- wal bool
- Setting to enable/disable Write-Ahead Logging. The default value is false (disabled).
- additionalBackup StringRegions 
- Additional Cloud Regions for Backup Replication.
- alertingEnabled Boolean
- Setting has no effect with Grafana 11 and onward. Enable or disable Grafana legacy alerting functionality. This should not be enabled with unified_alerting_enabled.
- alertingError StringOr Timeout 
- Enum: alerting,keep_state. Default error or timeout setting for new alerting rules.
- alertingMax NumberAnnotations To Keep 
- Max number of alert annotations that Grafana stores. 0 (default) keeps all alert annotations. Example: 0.
- alertingNodata StringOr Nullvalues 
- Enum: alerting,keep_state,no_data,ok. Default value for 'no data or null values' for new alerting rules.
- allowEmbedding Boolean
- Allow embedding Grafana dashboards with iframe/frame/object/embed tags. Disabled by default to limit impact of clickjacking.
- authAzuread Property Map
- Azure AD OAuth integration
- authBasic BooleanEnabled 
- Enable or disable basic authentication form, used by Grafana built-in login.
- authGeneric Property MapOauth 
- Generic OAuth integration
- authGithub Property Map
- Github Auth integration
- authGitlab Property Map
- GitLab Auth integration
- authGoogle Property Map
- Google Auth integration
- String
- Enum: lax,none,strict. Cookie SameSite attribute:strictprevents sending cookie for cross-site requests, effectively disabling direct linking from other sites to Grafana.laxis the default value.
- customDomain String
- Serve the web frontend using a custom CNAME pointing to the Aiven DNS name. Example: grafana.example.org.
- dashboardPreviews BooleanEnabled 
- Enable browsing of dashboards in grid (pictures) mode. This feature is new in Grafana 9 and is quite resource intensive. It may cause low-end plans to work more slowly while the dashboard previews are rendering.
- dashboardScenes BooleanEnabled 
- Enable use of the Grafana Scenes Library as the dashboard engine. i.e. the dashboardScenefeature flag. Upstream blog post at https://grafana.com/blog/2024/10/31/grafana-dashboards-are-now-powered-by-scenes-big-changes-same-ui/.
- dashboardsMin StringRefresh Interval 
- Signed sequence of decimal numbers, followed by a unit suffix (ms, s, m, h, d), e.g. 30s, 1h. Example: 5s.
- dashboardsVersions NumberTo Keep 
- Dashboard versions to keep per dashboard. Example: 20.
- dataproxySend BooleanUser Header 
- Send X-Grafana-Userheader to data source.
- dataproxyTimeout Number
- Timeout for data proxy requests in seconds. Example: 30.
- dateFormats Property Map
- Grafana date format specifications
- disableGravatar Boolean
- Set to true to disable gravatar. Defaults to false (gravatar is enabled).
- editorsCan BooleanAdmin 
- Editors can manage folders, teams and dashboards created by them.
- externalImage Property MapStorage 
- External image store settings
- googleAnalytics StringUa Id 
- Google Analytics ID. Example: UA-123456-4.
- ipFilter List<Property Map>Objects 
- Allow incoming connections from CIDR address block, e.g. 10.20.0.0/16
- ipFilter List<String>Strings 
- Allow incoming connections from CIDR address block, e.g. 10.20.0.0/16.
- ipFilters List<String>
- Allow incoming connections from CIDR address block, e.g. 10.20.0.0/16.
- metricsEnabled Boolean
- Enable Grafana's /metrics endpoint.
- oauthAllow BooleanInsecure Email Lookup 
- Enforce user lookup based on email instead of the unique ID provided by the IdP.
- privateAccess Property Map
- Allow access to selected service ports from private networks
- privatelinkAccess Property Map
- Allow access to selected service components through Privatelink
- projectTo StringFork From 
- Name of another project to fork a service from. This has effect only when a new service is being created. Example: anotherprojectname.
- publicAccess Property Map
- Allow access to selected service ports from the public Internet
- recoveryBasebackup StringName 
- Name of the basebackup to restore in forked service. Example: backup-20191112t091354293891z.
- serviceLog Boolean
- Store logs for the service so that they are available in the HTTP API and console.
- serviceTo StringFork From 
- Name of another service to fork from. This has effect only when a new service is being created. Example: anotherservicename.
- smtpServer Property Map
- SMTP server settings
- staticIps Boolean
- Use static public IP addresses.
- unifiedAlerting BooleanEnabled 
- Enable or disable Grafana unified alerting functionality. By default this is enabled and any legacy alerts will be migrated on upgrade to Grafana 9+. To stay on legacy alerting, set unified_alerting_enabled to false and alerting_enabled to true. See https://grafana.com/docs/grafana/latest/alerting/ for more details.
- userAuto BooleanAssign Org 
- Auto-assign new users on signup to main organization. Defaults to false.
- userAuto StringAssign Org Role 
- Enum: Admin,Editor,Viewer. Set role for new signups. Defaults to Viewer.
- viewersCan BooleanEdit 
- Users with view-only permission can edit but not save dashboards.
- wal Boolean
- Setting to enable/disable Write-Ahead Logging. The default value is false (disabled).
GetGrafanaGrafanaUserConfigAuthAzuread      
- AuthUrl string
- Authorization URL. Example: https://login.microsoftonline.com/<AZURE_TENANT_ID>/oauth2/v2.0/authorize.
- ClientId string
- Client ID from provider. Example: b1ba0bf54a4c2c0a1c29.
- ClientSecret string
- Client secret from provider. Example: bfa6gea4f129076761dcba8ce5e1e406bd83af7b.
- TokenUrl string
- Token URL. Example: https://login.microsoftonline.com/<AZURE_TENANT_ID>/oauth2/v2.0/token.
- AllowSign boolUp 
- Automatically sign-up users on successful sign-in.
- AllowedDomains List<string>
- Allowed domains.
- AllowedGroups List<string>
- Require users to belong to one of given groups.
- AuthUrl string
- Authorization URL. Example: https://login.microsoftonline.com/<AZURE_TENANT_ID>/oauth2/v2.0/authorize.
- ClientId string
- Client ID from provider. Example: b1ba0bf54a4c2c0a1c29.
- ClientSecret string
- Client secret from provider. Example: bfa6gea4f129076761dcba8ce5e1e406bd83af7b.
- TokenUrl string
- Token URL. Example: https://login.microsoftonline.com/<AZURE_TENANT_ID>/oauth2/v2.0/token.
- AllowSign boolUp 
- Automatically sign-up users on successful sign-in.
- AllowedDomains []string
- Allowed domains.
- AllowedGroups []string
- Require users to belong to one of given groups.
- authUrl String
- Authorization URL. Example: https://login.microsoftonline.com/<AZURE_TENANT_ID>/oauth2/v2.0/authorize.
- clientId String
- Client ID from provider. Example: b1ba0bf54a4c2c0a1c29.
- clientSecret String
- Client secret from provider. Example: bfa6gea4f129076761dcba8ce5e1e406bd83af7b.
- tokenUrl String
- Token URL. Example: https://login.microsoftonline.com/<AZURE_TENANT_ID>/oauth2/v2.0/token.
- allowSign BooleanUp 
- Automatically sign-up users on successful sign-in.
- allowedDomains List<String>
- Allowed domains.
- allowedGroups List<String>
- Require users to belong to one of given groups.
- authUrl string
- Authorization URL. Example: https://login.microsoftonline.com/<AZURE_TENANT_ID>/oauth2/v2.0/authorize.
- clientId string
- Client ID from provider. Example: b1ba0bf54a4c2c0a1c29.
- clientSecret string
- Client secret from provider. Example: bfa6gea4f129076761dcba8ce5e1e406bd83af7b.
- tokenUrl string
- Token URL. Example: https://login.microsoftonline.com/<AZURE_TENANT_ID>/oauth2/v2.0/token.
- allowSign booleanUp 
- Automatically sign-up users on successful sign-in.
- allowedDomains string[]
- Allowed domains.
- allowedGroups string[]
- Require users to belong to one of given groups.
- auth_url str
- Authorization URL. Example: https://login.microsoftonline.com/<AZURE_TENANT_ID>/oauth2/v2.0/authorize.
- client_id str
- Client ID from provider. Example: b1ba0bf54a4c2c0a1c29.
- client_secret str
- Client secret from provider. Example: bfa6gea4f129076761dcba8ce5e1e406bd83af7b.
- token_url str
- Token URL. Example: https://login.microsoftonline.com/<AZURE_TENANT_ID>/oauth2/v2.0/token.
- allow_sign_ boolup 
- Automatically sign-up users on successful sign-in.
- allowed_domains Sequence[str]
- Allowed domains.
- allowed_groups Sequence[str]
- Require users to belong to one of given groups.
- authUrl String
- Authorization URL. Example: https://login.microsoftonline.com/<AZURE_TENANT_ID>/oauth2/v2.0/authorize.
- clientId String
- Client ID from provider. Example: b1ba0bf54a4c2c0a1c29.
- clientSecret String
- Client secret from provider. Example: bfa6gea4f129076761dcba8ce5e1e406bd83af7b.
- tokenUrl String
- Token URL. Example: https://login.microsoftonline.com/<AZURE_TENANT_ID>/oauth2/v2.0/token.
- allowSign BooleanUp 
- Automatically sign-up users on successful sign-in.
- allowedDomains List<String>
- Allowed domains.
- allowedGroups List<String>
- Require users to belong to one of given groups.
GetGrafanaGrafanaUserConfigAuthGenericOauth       
- ApiUrl string
- API URL. Example: https://yourprovider.com/api.
- AuthUrl string
- Authorization URL. Example: https://yourprovider.com/oauth/authorize.
- ClientId string
- Client ID from provider. Example: b1ba0bf54a4c2c0a1c29.
- ClientSecret string
- Client secret from provider. Example: bfa6gea4f129076761dcba8ce5e1e406bd83af7b.
- TokenUrl string
- Token URL. Example: https://yourprovider.com/oauth/token.
- AllowSign boolUp 
- Automatically sign-up users on successful sign-in.
- AllowedDomains List<string>
- Allowed domains.
- AllowedOrganizations List<string>
- Require user to be member of one of the listed organizations.
- AutoLogin bool
- Allow users to bypass the login screen and automatically log in.
- Name string
- Name of the OAuth integration. Example: My authentication.
- Scopes List<string>
- OAuth scopes.
- UseRefresh boolToken 
- Set to true to use refresh token and check access token expiration.
- ApiUrl string
- API URL. Example: https://yourprovider.com/api.
- AuthUrl string
- Authorization URL. Example: https://yourprovider.com/oauth/authorize.
- ClientId string
- Client ID from provider. Example: b1ba0bf54a4c2c0a1c29.
- ClientSecret string
- Client secret from provider. Example: bfa6gea4f129076761dcba8ce5e1e406bd83af7b.
- TokenUrl string
- Token URL. Example: https://yourprovider.com/oauth/token.
- AllowSign boolUp 
- Automatically sign-up users on successful sign-in.
- AllowedDomains []string
- Allowed domains.
- AllowedOrganizations []string
- Require user to be member of one of the listed organizations.
- AutoLogin bool
- Allow users to bypass the login screen and automatically log in.
- Name string
- Name of the OAuth integration. Example: My authentication.
- Scopes []string
- OAuth scopes.
- UseRefresh boolToken 
- Set to true to use refresh token and check access token expiration.
- apiUrl String
- API URL. Example: https://yourprovider.com/api.
- authUrl String
- Authorization URL. Example: https://yourprovider.com/oauth/authorize.
- clientId String
- Client ID from provider. Example: b1ba0bf54a4c2c0a1c29.
- clientSecret String
- Client secret from provider. Example: bfa6gea4f129076761dcba8ce5e1e406bd83af7b.
- tokenUrl String
- Token URL. Example: https://yourprovider.com/oauth/token.
- allowSign BooleanUp 
- Automatically sign-up users on successful sign-in.
- allowedDomains List<String>
- Allowed domains.
- allowedOrganizations List<String>
- Require user to be member of one of the listed organizations.
- autoLogin Boolean
- Allow users to bypass the login screen and automatically log in.
- name String
- Name of the OAuth integration. Example: My authentication.
- scopes List<String>
- OAuth scopes.
- useRefresh BooleanToken 
- Set to true to use refresh token and check access token expiration.
- apiUrl string
- API URL. Example: https://yourprovider.com/api.
- authUrl string
- Authorization URL. Example: https://yourprovider.com/oauth/authorize.
- clientId string
- Client ID from provider. Example: b1ba0bf54a4c2c0a1c29.
- clientSecret string
- Client secret from provider. Example: bfa6gea4f129076761dcba8ce5e1e406bd83af7b.
- tokenUrl string
- Token URL. Example: https://yourprovider.com/oauth/token.
- allowSign booleanUp 
- Automatically sign-up users on successful sign-in.
- allowedDomains string[]
- Allowed domains.
- allowedOrganizations string[]
- Require user to be member of one of the listed organizations.
- autoLogin boolean
- Allow users to bypass the login screen and automatically log in.
- name string
- Name of the OAuth integration. Example: My authentication.
- scopes string[]
- OAuth scopes.
- useRefresh booleanToken 
- Set to true to use refresh token and check access token expiration.
- api_url str
- API URL. Example: https://yourprovider.com/api.
- auth_url str
- Authorization URL. Example: https://yourprovider.com/oauth/authorize.
- client_id str
- Client ID from provider. Example: b1ba0bf54a4c2c0a1c29.
- client_secret str
- Client secret from provider. Example: bfa6gea4f129076761dcba8ce5e1e406bd83af7b.
- token_url str
- Token URL. Example: https://yourprovider.com/oauth/token.
- allow_sign_ boolup 
- Automatically sign-up users on successful sign-in.
- allowed_domains Sequence[str]
- Allowed domains.
- allowed_organizations Sequence[str]
- Require user to be member of one of the listed organizations.
- auto_login bool
- Allow users to bypass the login screen and automatically log in.
- name str
- Name of the OAuth integration. Example: My authentication.
- scopes Sequence[str]
- OAuth scopes.
- use_refresh_ booltoken 
- Set to true to use refresh token and check access token expiration.
- apiUrl String
- API URL. Example: https://yourprovider.com/api.
- authUrl String
- Authorization URL. Example: https://yourprovider.com/oauth/authorize.
- clientId String
- Client ID from provider. Example: b1ba0bf54a4c2c0a1c29.
- clientSecret String
- Client secret from provider. Example: bfa6gea4f129076761dcba8ce5e1e406bd83af7b.
- tokenUrl String
- Token URL. Example: https://yourprovider.com/oauth/token.
- allowSign BooleanUp 
- Automatically sign-up users on successful sign-in.
- allowedDomains List<String>
- Allowed domains.
- allowedOrganizations List<String>
- Require user to be member of one of the listed organizations.
- autoLogin Boolean
- Allow users to bypass the login screen and automatically log in.
- name String
- Name of the OAuth integration. Example: My authentication.
- scopes List<String>
- OAuth scopes.
- useRefresh BooleanToken 
- Set to true to use refresh token and check access token expiration.
GetGrafanaGrafanaUserConfigAuthGithub      
- ClientId string
- Client ID from provider. Example: b1ba0bf54a4c2c0a1c29.
- ClientSecret string
- Client secret from provider. Example: bfa6gea4f129076761dcba8ce5e1e406bd83af7b.
- AllowSign boolUp 
- Automatically sign-up users on successful sign-in.
- AllowedOrganizations List<string>
- Require users to belong to one of given organizations.
- AutoLogin bool
- Allow users to bypass the login screen and automatically log in.
- SkipOrg boolRole Sync 
- Stop automatically syncing user roles.
- TeamIds List<int>
- Require users to belong to one of given team IDs.
- ClientId string
- Client ID from provider. Example: b1ba0bf54a4c2c0a1c29.
- ClientSecret string
- Client secret from provider. Example: bfa6gea4f129076761dcba8ce5e1e406bd83af7b.
- AllowSign boolUp 
- Automatically sign-up users on successful sign-in.
- AllowedOrganizations []string
- Require users to belong to one of given organizations.
- AutoLogin bool
- Allow users to bypass the login screen and automatically log in.
- SkipOrg boolRole Sync 
- Stop automatically syncing user roles.
- TeamIds []int
- Require users to belong to one of given team IDs.
- clientId String
- Client ID from provider. Example: b1ba0bf54a4c2c0a1c29.
- clientSecret String
- Client secret from provider. Example: bfa6gea4f129076761dcba8ce5e1e406bd83af7b.
- allowSign BooleanUp 
- Automatically sign-up users on successful sign-in.
- allowedOrganizations List<String>
- Require users to belong to one of given organizations.
- autoLogin Boolean
- Allow users to bypass the login screen and automatically log in.
- skipOrg BooleanRole Sync 
- Stop automatically syncing user roles.
- teamIds List<Integer>
- Require users to belong to one of given team IDs.
- clientId string
- Client ID from provider. Example: b1ba0bf54a4c2c0a1c29.
- clientSecret string
- Client secret from provider. Example: bfa6gea4f129076761dcba8ce5e1e406bd83af7b.
- allowSign booleanUp 
- Automatically sign-up users on successful sign-in.
- allowedOrganizations string[]
- Require users to belong to one of given organizations.
- autoLogin boolean
- Allow users to bypass the login screen and automatically log in.
- skipOrg booleanRole Sync 
- Stop automatically syncing user roles.
- teamIds number[]
- Require users to belong to one of given team IDs.
- client_id str
- Client ID from provider. Example: b1ba0bf54a4c2c0a1c29.
- client_secret str
- Client secret from provider. Example: bfa6gea4f129076761dcba8ce5e1e406bd83af7b.
- allow_sign_ boolup 
- Automatically sign-up users on successful sign-in.
- allowed_organizations Sequence[str]
- Require users to belong to one of given organizations.
- auto_login bool
- Allow users to bypass the login screen and automatically log in.
- skip_org_ boolrole_ sync 
- Stop automatically syncing user roles.
- team_ids Sequence[int]
- Require users to belong to one of given team IDs.
- clientId String
- Client ID from provider. Example: b1ba0bf54a4c2c0a1c29.
- clientSecret String
- Client secret from provider. Example: bfa6gea4f129076761dcba8ce5e1e406bd83af7b.
- allowSign BooleanUp 
- Automatically sign-up users on successful sign-in.
- allowedOrganizations List<String>
- Require users to belong to one of given organizations.
- autoLogin Boolean
- Allow users to bypass the login screen and automatically log in.
- skipOrg BooleanRole Sync 
- Stop automatically syncing user roles.
- teamIds List<Number>
- Require users to belong to one of given team IDs.
GetGrafanaGrafanaUserConfigAuthGitlab      
- AllowedGroups List<string>
- Require users to belong to one of given groups.
- ClientId string
- Client ID from provider. Example: b1ba0bf54a4c2c0a1c29.
- ClientSecret string
- Client secret from provider. Example: bfa6gea4f129076761dcba8ce5e1e406bd83af7b.
- AllowSign boolUp 
- Automatically sign-up users on successful sign-in.
- ApiUrl string
- This only needs to be set when using self hosted GitLab. Example: https://gitlab.com/api/v4.
- AuthUrl string
- This only needs to be set when using self hosted GitLab. Example: https://gitlab.com/oauth/authorize.
- TokenUrl string
- This only needs to be set when using self hosted GitLab. Example: https://gitlab.com/oauth/token.
- AllowedGroups []string
- Require users to belong to one of given groups.
- ClientId string
- Client ID from provider. Example: b1ba0bf54a4c2c0a1c29.
- ClientSecret string
- Client secret from provider. Example: bfa6gea4f129076761dcba8ce5e1e406bd83af7b.
- AllowSign boolUp 
- Automatically sign-up users on successful sign-in.
- ApiUrl string
- This only needs to be set when using self hosted GitLab. Example: https://gitlab.com/api/v4.
- AuthUrl string
- This only needs to be set when using self hosted GitLab. Example: https://gitlab.com/oauth/authorize.
- TokenUrl string
- This only needs to be set when using self hosted GitLab. Example: https://gitlab.com/oauth/token.
- allowedGroups List<String>
- Require users to belong to one of given groups.
- clientId String
- Client ID from provider. Example: b1ba0bf54a4c2c0a1c29.
- clientSecret String
- Client secret from provider. Example: bfa6gea4f129076761dcba8ce5e1e406bd83af7b.
- allowSign BooleanUp 
- Automatically sign-up users on successful sign-in.
- apiUrl String
- This only needs to be set when using self hosted GitLab. Example: https://gitlab.com/api/v4.
- authUrl String
- This only needs to be set when using self hosted GitLab. Example: https://gitlab.com/oauth/authorize.
- tokenUrl String
- This only needs to be set when using self hosted GitLab. Example: https://gitlab.com/oauth/token.
- allowedGroups string[]
- Require users to belong to one of given groups.
- clientId string
- Client ID from provider. Example: b1ba0bf54a4c2c0a1c29.
- clientSecret string
- Client secret from provider. Example: bfa6gea4f129076761dcba8ce5e1e406bd83af7b.
- allowSign booleanUp 
- Automatically sign-up users on successful sign-in.
- apiUrl string
- This only needs to be set when using self hosted GitLab. Example: https://gitlab.com/api/v4.
- authUrl string
- This only needs to be set when using self hosted GitLab. Example: https://gitlab.com/oauth/authorize.
- tokenUrl string
- This only needs to be set when using self hosted GitLab. Example: https://gitlab.com/oauth/token.
- allowed_groups Sequence[str]
- Require users to belong to one of given groups.
- client_id str
- Client ID from provider. Example: b1ba0bf54a4c2c0a1c29.
- client_secret str
- Client secret from provider. Example: bfa6gea4f129076761dcba8ce5e1e406bd83af7b.
- allow_sign_ boolup 
- Automatically sign-up users on successful sign-in.
- api_url str
- This only needs to be set when using self hosted GitLab. Example: https://gitlab.com/api/v4.
- auth_url str
- This only needs to be set when using self hosted GitLab. Example: https://gitlab.com/oauth/authorize.
- token_url str
- This only needs to be set when using self hosted GitLab. Example: https://gitlab.com/oauth/token.
- allowedGroups List<String>
- Require users to belong to one of given groups.
- clientId String
- Client ID from provider. Example: b1ba0bf54a4c2c0a1c29.
- clientSecret String
- Client secret from provider. Example: bfa6gea4f129076761dcba8ce5e1e406bd83af7b.
- allowSign BooleanUp 
- Automatically sign-up users on successful sign-in.
- apiUrl String
- This only needs to be set when using self hosted GitLab. Example: https://gitlab.com/api/v4.
- authUrl String
- This only needs to be set when using self hosted GitLab. Example: https://gitlab.com/oauth/authorize.
- tokenUrl String
- This only needs to be set when using self hosted GitLab. Example: https://gitlab.com/oauth/token.
GetGrafanaGrafanaUserConfigAuthGoogle      
- AllowedDomains List<string>
- Domains allowed to sign-in to this Grafana.
- ClientId string
- Client ID from provider. Example: b1ba0bf54a4c2c0a1c29.
- ClientSecret string
- Client secret from provider. Example: bfa6gea4f129076761dcba8ce5e1e406bd83af7b.
- AllowSign boolUp 
- Automatically sign-up users on successful sign-in.
- AllowedDomains []string
- Domains allowed to sign-in to this Grafana.
- ClientId string
- Client ID from provider. Example: b1ba0bf54a4c2c0a1c29.
- ClientSecret string
- Client secret from provider. Example: bfa6gea4f129076761dcba8ce5e1e406bd83af7b.
- AllowSign boolUp 
- Automatically sign-up users on successful sign-in.
- allowedDomains List<String>
- Domains allowed to sign-in to this Grafana.
- clientId String
- Client ID from provider. Example: b1ba0bf54a4c2c0a1c29.
- clientSecret String
- Client secret from provider. Example: bfa6gea4f129076761dcba8ce5e1e406bd83af7b.
- allowSign BooleanUp 
- Automatically sign-up users on successful sign-in.
- allowedDomains string[]
- Domains allowed to sign-in to this Grafana.
- clientId string
- Client ID from provider. Example: b1ba0bf54a4c2c0a1c29.
- clientSecret string
- Client secret from provider. Example: bfa6gea4f129076761dcba8ce5e1e406bd83af7b.
- allowSign booleanUp 
- Automatically sign-up users on successful sign-in.
- allowed_domains Sequence[str]
- Domains allowed to sign-in to this Grafana.
- client_id str
- Client ID from provider. Example: b1ba0bf54a4c2c0a1c29.
- client_secret str
- Client secret from provider. Example: bfa6gea4f129076761dcba8ce5e1e406bd83af7b.
- allow_sign_ boolup 
- Automatically sign-up users on successful sign-in.
- allowedDomains List<String>
- Domains allowed to sign-in to this Grafana.
- clientId String
- Client ID from provider. Example: b1ba0bf54a4c2c0a1c29.
- clientSecret String
- Client secret from provider. Example: bfa6gea4f129076761dcba8ce5e1e406bd83af7b.
- allowSign BooleanUp 
- Automatically sign-up users on successful sign-in.
GetGrafanaGrafanaUserConfigDateFormats      
- DefaultTimezone string
- Default time zone for user preferences. Value browseruses browser local time zone. Example:Europe/Helsinki.
- FullDate string
- Moment.js style format string for cases where full date is shown. Example: YYYY MM DD.
- IntervalDay string
- Moment.js style format string used when a time requiring day accuracy is shown. Example: MM/DD.
- IntervalHour string
- Moment.js style format string used when a time requiring hour accuracy is shown. Example: MM/DD HH:mm.
- IntervalMinute string
- Moment.js style format string used when a time requiring minute accuracy is shown. Example: HH:mm.
- IntervalMonth string
- Moment.js style format string used when a time requiring month accuracy is shown. Example: YYYY-MM.
- IntervalSecond string
- Moment.js style format string used when a time requiring second accuracy is shown. Example: HH:mm:ss.
- IntervalYear string
- Moment.js style format string used when a time requiring year accuracy is shown. Example: YYYY.
- DefaultTimezone string
- Default time zone for user preferences. Value browseruses browser local time zone. Example:Europe/Helsinki.
- FullDate string
- Moment.js style format string for cases where full date is shown. Example: YYYY MM DD.
- IntervalDay string
- Moment.js style format string used when a time requiring day accuracy is shown. Example: MM/DD.
- IntervalHour string
- Moment.js style format string used when a time requiring hour accuracy is shown. Example: MM/DD HH:mm.
- IntervalMinute string
- Moment.js style format string used when a time requiring minute accuracy is shown. Example: HH:mm.
- IntervalMonth string
- Moment.js style format string used when a time requiring month accuracy is shown. Example: YYYY-MM.
- IntervalSecond string
- Moment.js style format string used when a time requiring second accuracy is shown. Example: HH:mm:ss.
- IntervalYear string
- Moment.js style format string used when a time requiring year accuracy is shown. Example: YYYY.
- defaultTimezone String
- Default time zone for user preferences. Value browseruses browser local time zone. Example:Europe/Helsinki.
- fullDate String
- Moment.js style format string for cases where full date is shown. Example: YYYY MM DD.
- intervalDay String
- Moment.js style format string used when a time requiring day accuracy is shown. Example: MM/DD.
- intervalHour String
- Moment.js style format string used when a time requiring hour accuracy is shown. Example: MM/DD HH:mm.
- intervalMinute String
- Moment.js style format string used when a time requiring minute accuracy is shown. Example: HH:mm.
- intervalMonth String
- Moment.js style format string used when a time requiring month accuracy is shown. Example: YYYY-MM.
- intervalSecond String
- Moment.js style format string used when a time requiring second accuracy is shown. Example: HH:mm:ss.
- intervalYear String
- Moment.js style format string used when a time requiring year accuracy is shown. Example: YYYY.
- defaultTimezone string
- Default time zone for user preferences. Value browseruses browser local time zone. Example:Europe/Helsinki.
- fullDate string
- Moment.js style format string for cases where full date is shown. Example: YYYY MM DD.
- intervalDay string
- Moment.js style format string used when a time requiring day accuracy is shown. Example: MM/DD.
- intervalHour string
- Moment.js style format string used when a time requiring hour accuracy is shown. Example: MM/DD HH:mm.
- intervalMinute string
- Moment.js style format string used when a time requiring minute accuracy is shown. Example: HH:mm.
- intervalMonth string
- Moment.js style format string used when a time requiring month accuracy is shown. Example: YYYY-MM.
- intervalSecond string
- Moment.js style format string used when a time requiring second accuracy is shown. Example: HH:mm:ss.
- intervalYear string
- Moment.js style format string used when a time requiring year accuracy is shown. Example: YYYY.
- default_timezone str
- Default time zone for user preferences. Value browseruses browser local time zone. Example:Europe/Helsinki.
- full_date str
- Moment.js style format string for cases where full date is shown. Example: YYYY MM DD.
- interval_day str
- Moment.js style format string used when a time requiring day accuracy is shown. Example: MM/DD.
- interval_hour str
- Moment.js style format string used when a time requiring hour accuracy is shown. Example: MM/DD HH:mm.
- interval_minute str
- Moment.js style format string used when a time requiring minute accuracy is shown. Example: HH:mm.
- interval_month str
- Moment.js style format string used when a time requiring month accuracy is shown. Example: YYYY-MM.
- interval_second str
- Moment.js style format string used when a time requiring second accuracy is shown. Example: HH:mm:ss.
- interval_year str
- Moment.js style format string used when a time requiring year accuracy is shown. Example: YYYY.
- defaultTimezone String
- Default time zone for user preferences. Value browseruses browser local time zone. Example:Europe/Helsinki.
- fullDate String
- Moment.js style format string for cases where full date is shown. Example: YYYY MM DD.
- intervalDay String
- Moment.js style format string used when a time requiring day accuracy is shown. Example: MM/DD.
- intervalHour String
- Moment.js style format string used when a time requiring hour accuracy is shown. Example: MM/DD HH:mm.
- intervalMinute String
- Moment.js style format string used when a time requiring minute accuracy is shown. Example: HH:mm.
- intervalMonth String
- Moment.js style format string used when a time requiring month accuracy is shown. Example: YYYY-MM.
- intervalSecond String
- Moment.js style format string used when a time requiring second accuracy is shown. Example: HH:mm:ss.
- intervalYear String
- Moment.js style format string used when a time requiring year accuracy is shown. Example: YYYY.
GetGrafanaGrafanaUserConfigExternalImageStorage       
- AccessKey string
- S3 access key. Requires permissions to the S3 bucket for the s3:PutObject and s3:PutObjectAcl actions. Example: AAAAAAAAAAAAAAAAAAA.
- BucketUrl string
- Bucket URL for S3. Example: https://grafana.s3-ap-southeast-2.amazonaws.com/.
- Provider string
- Enum: s3. External image store provider.
- SecretKey string
- S3 secret key. Example: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA.
- AccessKey string
- S3 access key. Requires permissions to the S3 bucket for the s3:PutObject and s3:PutObjectAcl actions. Example: AAAAAAAAAAAAAAAAAAA.
- BucketUrl string
- Bucket URL for S3. Example: https://grafana.s3-ap-southeast-2.amazonaws.com/.
- Provider string
- Enum: s3. External image store provider.
- SecretKey string
- S3 secret key. Example: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA.
- accessKey String
- S3 access key. Requires permissions to the S3 bucket for the s3:PutObject and s3:PutObjectAcl actions. Example: AAAAAAAAAAAAAAAAAAA.
- bucketUrl String
- Bucket URL for S3. Example: https://grafana.s3-ap-southeast-2.amazonaws.com/.
- provider String
- Enum: s3. External image store provider.
- secretKey String
- S3 secret key. Example: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA.
- accessKey string
- S3 access key. Requires permissions to the S3 bucket for the s3:PutObject and s3:PutObjectAcl actions. Example: AAAAAAAAAAAAAAAAAAA.
- bucketUrl string
- Bucket URL for S3. Example: https://grafana.s3-ap-southeast-2.amazonaws.com/.
- provider string
- Enum: s3. External image store provider.
- secretKey string
- S3 secret key. Example: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA.
- access_key str
- S3 access key. Requires permissions to the S3 bucket for the s3:PutObject and s3:PutObjectAcl actions. Example: AAAAAAAAAAAAAAAAAAA.
- bucket_url str
- Bucket URL for S3. Example: https://grafana.s3-ap-southeast-2.amazonaws.com/.
- provider str
- Enum: s3. External image store provider.
- secret_key str
- S3 secret key. Example: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA.
- accessKey String
- S3 access key. Requires permissions to the S3 bucket for the s3:PutObject and s3:PutObjectAcl actions. Example: AAAAAAAAAAAAAAAAAAA.
- bucketUrl String
- Bucket URL for S3. Example: https://grafana.s3-ap-southeast-2.amazonaws.com/.
- provider String
- Enum: s3. External image store provider.
- secretKey String
- S3 secret key. Example: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA.
GetGrafanaGrafanaUserConfigIpFilterObject       
- Network string
- CIDR address block. Example: 10.20.0.0/16.
- Description string
- Description for IP filter list entry. Example: Production service IP range.
- Network string
- CIDR address block. Example: 10.20.0.0/16.
- Description string
- Description for IP filter list entry. Example: Production service IP range.
- network String
- CIDR address block. Example: 10.20.0.0/16.
- description String
- Description for IP filter list entry. Example: Production service IP range.
- network string
- CIDR address block. Example: 10.20.0.0/16.
- description string
- Description for IP filter list entry. Example: Production service IP range.
- network str
- CIDR address block. Example: 10.20.0.0/16.
- description str
- Description for IP filter list entry. Example: Production service IP range.
- network String
- CIDR address block. Example: 10.20.0.0/16.
- description String
- Description for IP filter list entry. Example: Production service IP range.
GetGrafanaGrafanaUserConfigPrivateAccess      
- Grafana bool
- Allow clients to connect to grafana with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
- Grafana bool
- Allow clients to connect to grafana with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
- grafana Boolean
- Allow clients to connect to grafana with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
- grafana boolean
- Allow clients to connect to grafana with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
- grafana bool
- Allow clients to connect to grafana with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
- grafana Boolean
- Allow clients to connect to grafana with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
GetGrafanaGrafanaUserConfigPrivatelinkAccess      
- Grafana bool
- Enable grafana.
- Grafana bool
- Enable grafana.
- grafana Boolean
- Enable grafana.
- grafana boolean
- Enable grafana.
- grafana bool
- Enable grafana.
- grafana Boolean
- Enable grafana.
GetGrafanaGrafanaUserConfigPublicAccess      
- Grafana bool
- Allow clients to connect to grafana from the public internet for service nodes that are in a project VPC or another type of private network.
- Grafana bool
- Allow clients to connect to grafana from the public internet for service nodes that are in a project VPC or another type of private network.
- grafana Boolean
- Allow clients to connect to grafana from the public internet for service nodes that are in a project VPC or another type of private network.
- grafana boolean
- Allow clients to connect to grafana from the public internet for service nodes that are in a project VPC or another type of private network.
- grafana bool
- Allow clients to connect to grafana from the public internet for service nodes that are in a project VPC or another type of private network.
- grafana Boolean
- Allow clients to connect to grafana from the public internet for service nodes that are in a project VPC or another type of private network.
GetGrafanaGrafanaUserConfigSmtpServer      
- FromAddress string
- Address used for sending emails. Example: yourgrafanauser@yourdomain.example.com.
- Host string
- Server hostname or IP. Example: smtp.example.com.
- Port int
- SMTP server port. Example: 25.
- FromName string
- Name used in outgoing emails, defaults to Grafana.
- Password string
- Password for SMTP authentication. Example: ein0eemeev5eeth3Ahfu.
- SkipVerify bool
- Skip verifying server certificate. Defaults to false.
- StarttlsPolicy string
- Enum: MandatoryStartTLS,NoStartTLS,OpportunisticStartTLS. Either OpportunisticStartTLS, MandatoryStartTLS or NoStartTLS. Default is OpportunisticStartTLS.
- Username string
- Username for SMTP authentication. Example: smtpuser.
- FromAddress string
- Address used for sending emails. Example: yourgrafanauser@yourdomain.example.com.
- Host string
- Server hostname or IP. Example: smtp.example.com.
- Port int
- SMTP server port. Example: 25.
- FromName string
- Name used in outgoing emails, defaults to Grafana.
- Password string
- Password for SMTP authentication. Example: ein0eemeev5eeth3Ahfu.
- SkipVerify bool
- Skip verifying server certificate. Defaults to false.
- StarttlsPolicy string
- Enum: MandatoryStartTLS,NoStartTLS,OpportunisticStartTLS. Either OpportunisticStartTLS, MandatoryStartTLS or NoStartTLS. Default is OpportunisticStartTLS.
- Username string
- Username for SMTP authentication. Example: smtpuser.
- fromAddress String
- Address used for sending emails. Example: yourgrafanauser@yourdomain.example.com.
- host String
- Server hostname or IP. Example: smtp.example.com.
- port Integer
- SMTP server port. Example: 25.
- fromName String
- Name used in outgoing emails, defaults to Grafana.
- password String
- Password for SMTP authentication. Example: ein0eemeev5eeth3Ahfu.
- skipVerify Boolean
- Skip verifying server certificate. Defaults to false.
- starttlsPolicy String
- Enum: MandatoryStartTLS,NoStartTLS,OpportunisticStartTLS. Either OpportunisticStartTLS, MandatoryStartTLS or NoStartTLS. Default is OpportunisticStartTLS.
- username String
- Username for SMTP authentication. Example: smtpuser.
- fromAddress string
- Address used for sending emails. Example: yourgrafanauser@yourdomain.example.com.
- host string
- Server hostname or IP. Example: smtp.example.com.
- port number
- SMTP server port. Example: 25.
- fromName string
- Name used in outgoing emails, defaults to Grafana.
- password string
- Password for SMTP authentication. Example: ein0eemeev5eeth3Ahfu.
- skipVerify boolean
- Skip verifying server certificate. Defaults to false.
- starttlsPolicy string
- Enum: MandatoryStartTLS,NoStartTLS,OpportunisticStartTLS. Either OpportunisticStartTLS, MandatoryStartTLS or NoStartTLS. Default is OpportunisticStartTLS.
- username string
- Username for SMTP authentication. Example: smtpuser.
- from_address str
- Address used for sending emails. Example: yourgrafanauser@yourdomain.example.com.
- host str
- Server hostname or IP. Example: smtp.example.com.
- port int
- SMTP server port. Example: 25.
- from_name str
- Name used in outgoing emails, defaults to Grafana.
- password str
- Password for SMTP authentication. Example: ein0eemeev5eeth3Ahfu.
- skip_verify bool
- Skip verifying server certificate. Defaults to false.
- starttls_policy str
- Enum: MandatoryStartTLS,NoStartTLS,OpportunisticStartTLS. Either OpportunisticStartTLS, MandatoryStartTLS or NoStartTLS. Default is OpportunisticStartTLS.
- username str
- Username for SMTP authentication. Example: smtpuser.
- fromAddress String
- Address used for sending emails. Example: yourgrafanauser@yourdomain.example.com.
- host String
- Server hostname or IP. Example: smtp.example.com.
- port Number
- SMTP server port. Example: 25.
- fromName String
- Name used in outgoing emails, defaults to Grafana.
- password String
- Password for SMTP authentication. Example: ein0eemeev5eeth3Ahfu.
- skipVerify Boolean
- Skip verifying server certificate. Defaults to false.
- starttlsPolicy String
- Enum: MandatoryStartTLS,NoStartTLS,OpportunisticStartTLS. Either OpportunisticStartTLS, MandatoryStartTLS or NoStartTLS. Default is OpportunisticStartTLS.
- username String
- Username for SMTP authentication. Example: smtpuser.
GetGrafanaServiceIntegration   
- IntegrationType string
- Type of the service integration
- SourceService stringName 
- Name of the source service
- IntegrationType string
- Type of the service integration
- SourceService stringName 
- Name of the source service
- integrationType String
- Type of the service integration
- sourceService StringName 
- Name of the source service
- integrationType string
- Type of the service integration
- sourceService stringName 
- Name of the source service
- integration_type str
- Type of the service integration
- source_service_ strname 
- Name of the source service
- integrationType String
- Type of the service integration
- sourceService StringName 
- Name of the source service
GetGrafanaTag  
GetGrafanaTechEmail   
- Email string
- An email address to contact for technical issues
- Email string
- An email address to contact for technical issues
- email String
- An email address to contact for technical issues
- email string
- An email address to contact for technical issues
- email str
- An email address to contact for technical issues
- email String
- An email address to contact for technical issues
Package Details
- Repository
- Aiven pulumi/pulumi-aiven
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the aivenTerraform Provider.