Aiven v6.18.0 published on Thursday, Jun 27, 2024 by Pulumi
aiven.getM3Db
Explore with Pulumi AI
The M3 DB data source provides information about the existing Aiven M3 services.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as aiven from "@pulumi/aiven";
const m3 = aiven.getM3Db({
project: foo.project,
serviceName: "my-m3db",
});
import pulumi
import pulumi_aiven as aiven
m3 = aiven.get_m3_db(project=foo["project"],
service_name="my-m3db")
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.LookupM3Db(ctx, &aiven.LookupM3DbArgs{
Project: foo.Project,
ServiceName: "my-m3db",
}, 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 m3 = Aiven.GetM3Db.Invoke(new()
{
Project = foo.Project,
ServiceName = "my-m3db",
});
});
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.GetM3DbArgs;
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 m3 = AivenFunctions.getM3Db(GetM3DbArgs.builder()
.project(foo.project())
.serviceName("my-m3db")
.build());
}
}
variables:
m3:
fn::invoke:
Function: aiven:getM3Db
Arguments:
project: ${foo.project}
serviceName: my-m3db
Using getM3Db
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 getM3Db(args: GetM3DbArgs, opts?: InvokeOptions): Promise<GetM3DbResult>
function getM3DbOutput(args: GetM3DbOutputArgs, opts?: InvokeOptions): Output<GetM3DbResult>
def get_m3_db(project: Optional[str] = None,
service_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetM3DbResult
def get_m3_db_output(project: Optional[pulumi.Input[str]] = None,
service_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetM3DbResult]
func LookupM3Db(ctx *Context, args *LookupM3DbArgs, opts ...InvokeOption) (*LookupM3DbResult, error)
func LookupM3DbOutput(ctx *Context, args *LookupM3DbOutputArgs, opts ...InvokeOption) LookupM3DbResultOutput
> Note: This function is named LookupM3Db
in the Go SDK.
public static class GetM3Db
{
public static Task<GetM3DbResult> InvokeAsync(GetM3DbArgs args, InvokeOptions? opts = null)
public static Output<GetM3DbResult> Invoke(GetM3DbInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetM3DbResult> getM3Db(GetM3DbArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aiven:index/getM3Db:getM3Db
arguments:
# arguments dictionary
The 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.
- Service
Name 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.
- Service
Name 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.
- service
Name 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.
- service
Name 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.
- service
Name 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.
getM3Db Result
The following output properties are available:
- Additional
Disk stringSpace - Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
- Cloud
Name string - Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (
aws
,azure
,do
google
,upcloud
, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like here for Google and here for AWS. - Components
List<Get
M3Db Component> - Service component information objects
- Disk
Space 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.
- Disk
Space stringCap - The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
- Disk
Space 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
- Disk
Space stringStep - The default disk space step of the service, possible values depend on the service type, the cloud provider and the project.
disk_space
needs to increment fromdisk_space_default
by increments of this size. - Disk
Space stringUsed - Disk space that service is currently using
- Id string
- The provider-assigned unique ID for this managed resource.
- M3db
User List<GetConfigs M3Db M3db User Config> - M3db user configurable settings
- M3dbs
List<Get
M3Db M3db> - M3DB server provided values
- Maintenance
Window stringDow - Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
- Maintenance
Window 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-x
andpremium-x
wherex
is (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 seem 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.
- Project
Vpc 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.
- Service
Host string - The hostname of the service.
- Service
Integrations List<GetM3Db Service Integration> - Service integrations to specify when creating a service. Not applied after initial service creation
- Service
Name 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.
- Service
Password string - Password used for connecting to the service, if applicable
- Service
Port int - The port of the service
- Service
Type string - Aiven internal service type code
- Service
Uri string - URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
- Service
Username string - Username used for connecting to the service, if applicable
- State string
- Service state. One of
POWEROFF
,REBALANCING
,REBUILDING
orRUNNING
- Static
Ips 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<Get
M3Db Tag> - Tags are key-value pairs that allow you to categorize services.
- Tech
Emails List<GetM3Db 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
true
for 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 stringSpace - Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
- Cloud
Name string - Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (
aws
,azure
,do
google
,upcloud
, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like here for Google and here for AWS. - Components
[]Get
M3Db Component - Service component information objects
- Disk
Space 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.
- Disk
Space stringCap - The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
- Disk
Space 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
- Disk
Space stringStep - The default disk space step of the service, possible values depend on the service type, the cloud provider and the project.
disk_space
needs to increment fromdisk_space_default
by increments of this size. - Disk
Space stringUsed - Disk space that service is currently using
- Id string
- The provider-assigned unique ID for this managed resource.
- M3db
User []GetConfigs M3Db M3db User Config - M3db user configurable settings
- M3dbs
[]Get
M3Db M3db - M3DB server provided values
- Maintenance
Window stringDow - Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
- Maintenance
Window 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-x
andpremium-x
wherex
is (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 seem 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.
- Project
Vpc 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.
- Service
Host string - The hostname of the service.
- Service
Integrations []GetM3Db Service Integration - Service integrations to specify when creating a service. Not applied after initial service creation
- Service
Name 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.
- Service
Password string - Password used for connecting to the service, if applicable
- Service
Port int - The port of the service
- Service
Type string - Aiven internal service type code
- Service
Uri string - URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
- Service
Username string - Username used for connecting to the service, if applicable
- State string
- Service state. One of
POWEROFF
,REBALANCING
,REBUILDING
orRUNNING
- Static
Ips []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
- []Get
M3Db Tag - Tags are key-value pairs that allow you to categorize services.
- Tech
Emails []GetM3Db 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
true
for 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 StringSpace - Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
- cloud
Name String - Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (
aws
,azure
,do
google
,upcloud
, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like here for Google and here for AWS. - components
List<Get
M3Db Component> - Service component information objects
- disk
Space 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.
- disk
Space StringCap - The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
- disk
Space 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
- disk
Space StringStep - The default disk space step of the service, possible values depend on the service type, the cloud provider and the project.
disk_space
needs to increment fromdisk_space_default
by increments of this size. - disk
Space StringUsed - Disk space that service is currently using
- id String
- The provider-assigned unique ID for this managed resource.
- m3db
User List<GetConfigs M3Db M3db User Config> - M3db user configurable settings
- m3dbs
List<Get
M3Db M3db> - M3DB server provided values
- maintenance
Window StringDow - Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
- maintenance
Window 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-x
andpremium-x
wherex
is (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 seem 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.
- project
Vpc 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.
- service
Host String - The hostname of the service.
- service
Integrations List<GetM3Db Service Integration> - Service integrations to specify when creating a service. Not applied after initial service creation
- service
Name 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.
- service
Password String - Password used for connecting to the service, if applicable
- service
Port Integer - The port of the service
- service
Type String - Aiven internal service type code
- service
Uri String - URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
- service
Username String - Username used for connecting to the service, if applicable
- state String
- Service state. One of
POWEROFF
,REBALANCING
,REBUILDING
orRUNNING
- static
Ips 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<Get
M3Db Tag> - Tags are key-value pairs that allow you to categorize services.
- tech
Emails List<GetM3Db 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 Boolean - Prevents the service from being deleted. It is recommended to set this to
true
for 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 stringSpace - Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
- cloud
Name string - Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (
aws
,azure
,do
google
,upcloud
, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like here for Google and here for AWS. - components
Get
M3Db Component[] - Service component information objects
- disk
Space 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.
- disk
Space stringCap - The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
- disk
Space 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
- disk
Space stringStep - The default disk space step of the service, possible values depend on the service type, the cloud provider and the project.
disk_space
needs to increment fromdisk_space_default
by increments of this size. - disk
Space stringUsed - Disk space that service is currently using
- id string
- The provider-assigned unique ID for this managed resource.
- m3db
User GetConfigs M3Db M3db User Config[] - M3db user configurable settings
- m3dbs
Get
M3Db M3db[] - M3DB server provided values
- maintenance
Window stringDow - Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
- maintenance
Window 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-x
andpremium-x
wherex
is (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 seem 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.
- project
Vpc 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.
- service
Host string - The hostname of the service.
- service
Integrations GetM3Db Service Integration[] - Service integrations to specify when creating a service. Not applied after initial service creation
- service
Name 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.
- service
Password string - Password used for connecting to the service, if applicable
- service
Port number - The port of the service
- service
Type string - Aiven internal service type code
- service
Uri string - URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
- service
Username string - Username used for connecting to the service, if applicable
- state string
- Service state. One of
POWEROFF
,REBALANCING
,REBUILDING
orRUNNING
- static
Ips 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
- Get
M3Db Tag[] - Tags are key-value pairs that allow you to categorize services.
- tech
Emails GetM3Db 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 boolean - Prevents the service from being deleted. It is recommended to set this to
true
for 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 - Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
- cloud_
name str - Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (
aws
,azure
,do
google
,upcloud
, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like here for Google and here for AWS. - components
Sequence[Get
M3Db 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_space
needs to increment fromdisk_space_default
by increments of this size. - disk_
space_ strused - Disk space that service is currently using
- id str
- The provider-assigned unique ID for this managed resource.
- m3db_
user_ Sequence[Getconfigs M3Db M3db User Config] - M3db user configurable settings
- m3dbs
Sequence[Get
M3Db M3db] - M3DB server provided values
- 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-x
andpremium-x
wherex
is (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 seem 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[GetM3Db 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
- Service state. One of
POWEROFF
,REBALANCING
,REBUILDING
orRUNNING
- 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[Get
M3Db Tag] - Tags are key-value pairs that allow you to categorize services.
- tech_
emails Sequence[GetM3Db 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
true
for 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 StringSpace - Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
- cloud
Name String - Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (
aws
,azure
,do
google
,upcloud
, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like here for Google and here for AWS. - components List<Property Map>
- Service component information objects
- disk
Space 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.
- disk
Space StringCap - The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
- disk
Space 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
- disk
Space StringStep - The default disk space step of the service, possible values depend on the service type, the cloud provider and the project.
disk_space
needs to increment fromdisk_space_default
by increments of this size. - disk
Space StringUsed - Disk space that service is currently using
- id String
- The provider-assigned unique ID for this managed resource.
- m3db
User List<Property Map>Configs - M3db user configurable settings
- m3dbs List<Property Map>
- M3DB server provided values
- maintenance
Window StringDow - Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
- maintenance
Window 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-x
andpremium-x
wherex
is (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 seem 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.
- project
Vpc 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.
- service
Host String - The hostname of the service.
- service
Integrations List<Property Map> - Service integrations to specify when creating a service. Not applied after initial service creation
- service
Name 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.
- service
Password String - Password used for connecting to the service, if applicable
- service
Port Number - The port of the service
- service
Type String - Aiven internal service type code
- service
Uri String - URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
- service
Username String - Username used for connecting to the service, if applicable
- state String
- Service state. One of
POWEROFF
,REBALANCING
,REBUILDING
orRUNNING
- static
Ips 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.
- tech
Emails 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.
- termination
Protection Boolean - Prevents the service from being deleted. It is recommended to set this to
true
for 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
GetM3DbComponent
- Component string
- Service component name
- Connection
Uri 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
- Kafka
Authentication stringMethod - Kafka authentication method. This is a value specific to the 'kafka' service component
- 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
- Connection
Uri 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
- Kafka
Authentication stringMethod - Kafka authentication method. This is a value specific to the 'kafka' service component
- 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
- connection
Uri 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
- kafka
Authentication StringMethod - Kafka authentication method. This is a value specific to the 'kafka' service component
- 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
- connection
Uri 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
- kafka
Authentication stringMethod - Kafka authentication method. This is a value specific to the 'kafka' service component
- 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
- 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
- connection
Uri 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
- kafka
Authentication StringMethod - Kafka authentication method. This is a value specific to the 'kafka' service component
- 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
GetM3DbM3db
- Http
Cluster stringUri - M3DB cluster URI.
- Http
Node stringUri - M3DB node URI.
- Influxdb
Uri string - InfluxDB URI.
- Prometheus
Remote stringRead Uri - Prometheus remote read URI.
- Prometheus
Remote stringWrite Uri - Prometheus remote write URI.
- Uris List<string>
- M3DB server URIs.
- Http
Cluster stringUri - M3DB cluster URI.
- Http
Node stringUri - M3DB node URI.
- Influxdb
Uri string - InfluxDB URI.
- Prometheus
Remote stringRead Uri - Prometheus remote read URI.
- Prometheus
Remote stringWrite Uri - Prometheus remote write URI.
- Uris []string
- M3DB server URIs.
- http
Cluster StringUri - M3DB cluster URI.
- http
Node StringUri - M3DB node URI.
- influxdb
Uri String - InfluxDB URI.
- prometheus
Remote StringRead Uri - Prometheus remote read URI.
- prometheus
Remote StringWrite Uri - Prometheus remote write URI.
- uris List<String>
- M3DB server URIs.
- http
Cluster stringUri - M3DB cluster URI.
- http
Node stringUri - M3DB node URI.
- influxdb
Uri string - InfluxDB URI.
- prometheus
Remote stringRead Uri - Prometheus remote read URI.
- prometheus
Remote stringWrite Uri - Prometheus remote write URI.
- uris string[]
- M3DB server URIs.
- http_
cluster_ struri - M3DB cluster URI.
- http_
node_ struri - M3DB node URI.
- influxdb_
uri str - InfluxDB URI.
- prometheus_
remote_ strread_ uri - Prometheus remote read URI.
- prometheus_
remote_ strwrite_ uri - Prometheus remote write URI.
- uris Sequence[str]
- M3DB server URIs.
- http
Cluster StringUri - M3DB cluster URI.
- http
Node StringUri - M3DB node URI.
- influxdb
Uri String - InfluxDB URI.
- prometheus
Remote StringRead Uri - Prometheus remote read URI.
- prometheus
Remote StringWrite Uri - Prometheus remote write URI.
- uris List<String>
- M3DB server URIs.
GetM3DbM3dbUserConfig
- Additional
Backup stringRegions - Additional Cloud Regions for Backup Replication.
- Custom
Domain string - Serve the web frontend using a custom CNAME pointing to the Aiven DNS name. Example:
grafana.example.org
. - Ip
Filter List<GetObjects M3Db M3db User Config Ip Filter Object> - Allow incoming connections from CIDR address block, e.g.
10.20.0.0/16
- Ip
Filter List<string>Strings - Allow incoming connections from CIDR address block, e.g.
10.20.0.0/16
. - Ip
Filters List<string> - Allow incoming connections from CIDR address block, e.g.
10.20.0.0/16
. - Limits
Get
M3Db M3db User Config Limits - M3 limits
- M3
Get
M3Db M3db User Config M3 - M3 specific configuration options
- M3Version string
- Enum:
1.1
,1.2
,1.5
, and newer. M3 major version (deprecated, use m3db_version). - M3coordinator
Enable boolGraphite Carbon Ingest - Enables access to Graphite Carbon plaintext metrics ingestion. It can be enabled only for services inside VPCs. The metrics are written to aggregated namespaces only.
- M3db
Version string - Enum:
1.1
,1.2
,1.5
, and newer. M3 major version (the minimum compatible version). - Namespaces
List<Get
M3Db M3db User Config Namespace> - List of M3 namespaces
- Private
Access GetM3Db M3db User Config Private Access - Allow access to selected service ports from private networks
- Project
To stringFork 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 GetM3Db M3db User Config Public Access - Allow access to selected service ports from the public Internet
- Rules
Get
M3Db M3db User Config Rules - M3 rules
- Service
Log bool - Store logs for the service so that they are available in the HTTP API and console.
- Service
To stringFork From - Name of another service to fork from. This has effect only when a new service is being created. Example:
anotherservicename
. - Static
Ips bool - Use static public IP addresses.
- Additional
Backup stringRegions - Additional Cloud Regions for Backup Replication.
- Custom
Domain string - Serve the web frontend using a custom CNAME pointing to the Aiven DNS name. Example:
grafana.example.org
. - Ip
Filter []GetObjects M3Db M3db User Config Ip Filter Object - Allow incoming connections from CIDR address block, e.g.
10.20.0.0/16
- Ip
Filter []stringStrings - Allow incoming connections from CIDR address block, e.g.
10.20.0.0/16
. - Ip
Filters []string - Allow incoming connections from CIDR address block, e.g.
10.20.0.0/16
. - Limits
Get
M3Db M3db User Config Limits - M3 limits
- M3
Get
M3Db M3db User Config M3 - M3 specific configuration options
- M3Version string
- Enum:
1.1
,1.2
,1.5
, and newer. M3 major version (deprecated, use m3db_version). - M3coordinator
Enable boolGraphite Carbon Ingest - Enables access to Graphite Carbon plaintext metrics ingestion. It can be enabled only for services inside VPCs. The metrics are written to aggregated namespaces only.
- M3db
Version string - Enum:
1.1
,1.2
,1.5
, and newer. M3 major version (the minimum compatible version). - Namespaces
[]Get
M3Db M3db User Config Namespace - List of M3 namespaces
- Private
Access GetM3Db M3db User Config Private Access - Allow access to selected service ports from private networks
- Project
To stringFork 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 GetM3Db M3db User Config Public Access - Allow access to selected service ports from the public Internet
- Rules
Get
M3Db M3db User Config Rules - M3 rules
- Service
Log bool - Store logs for the service so that they are available in the HTTP API and console.
- Service
To stringFork From - Name of another service to fork from. This has effect only when a new service is being created. Example:
anotherservicename
. - Static
Ips bool - Use static public IP addresses.
- additional
Backup StringRegions - Additional Cloud Regions for Backup Replication.
- custom
Domain String - Serve the web frontend using a custom CNAME pointing to the Aiven DNS name. Example:
grafana.example.org
. - ip
Filter List<GetObjects M3Db M3db User Config Ip Filter Object> - Allow incoming connections from CIDR address block, e.g.
10.20.0.0/16
- ip
Filter List<String>Strings - Allow incoming connections from CIDR address block, e.g.
10.20.0.0/16
. - ip
Filters List<String> - Allow incoming connections from CIDR address block, e.g.
10.20.0.0/16
. - limits
Get
M3Db M3db User Config Limits - M3 limits
- m3
Get
M3Db M3db User Config M3 - M3 specific configuration options
- m3Version String
- Enum:
1.1
,1.2
,1.5
, and newer. M3 major version (deprecated, use m3db_version). - m3coordinator
Enable BooleanGraphite Carbon Ingest - Enables access to Graphite Carbon plaintext metrics ingestion. It can be enabled only for services inside VPCs. The metrics are written to aggregated namespaces only.
- m3db
Version String - Enum:
1.1
,1.2
,1.5
, and newer. M3 major version (the minimum compatible version). - namespaces
List<Get
M3Db M3db User Config Namespace> - List of M3 namespaces
- private
Access GetM3Db M3db User Config Private Access - Allow access to selected service ports from private networks
- project
To StringFork 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 GetM3Db M3db User Config Public Access - Allow access to selected service ports from the public Internet
- rules
Get
M3Db M3db User Config Rules - M3 rules
- service
Log Boolean - Store logs for the service so that they are available in the HTTP API and console.
- service
To StringFork From - Name of another service to fork from. This has effect only when a new service is being created. Example:
anotherservicename
. - static
Ips Boolean - Use static public IP addresses.
- additional
Backup stringRegions - Additional Cloud Regions for Backup Replication.
- custom
Domain string - Serve the web frontend using a custom CNAME pointing to the Aiven DNS name. Example:
grafana.example.org
. - ip
Filter GetObjects M3Db M3db User Config Ip Filter Object[] - Allow incoming connections from CIDR address block, e.g.
10.20.0.0/16
- ip
Filter string[]Strings - Allow incoming connections from CIDR address block, e.g.
10.20.0.0/16
. - ip
Filters string[] - Allow incoming connections from CIDR address block, e.g.
10.20.0.0/16
. - limits
Get
M3Db M3db User Config Limits - M3 limits
- m3
Get
M3Db M3db User Config M3 - M3 specific configuration options
- m3Version string
- Enum:
1.1
,1.2
,1.5
, and newer. M3 major version (deprecated, use m3db_version). - m3coordinator
Enable booleanGraphite Carbon Ingest - Enables access to Graphite Carbon plaintext metrics ingestion. It can be enabled only for services inside VPCs. The metrics are written to aggregated namespaces only.
- m3db
Version string - Enum:
1.1
,1.2
,1.5
, and newer. M3 major version (the minimum compatible version). - namespaces
Get
M3Db M3db User Config Namespace[] - List of M3 namespaces
- private
Access GetM3Db M3db User Config Private Access - Allow access to selected service ports from private networks
- project
To stringFork 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 GetM3Db M3db User Config Public Access - Allow access to selected service ports from the public Internet
- rules
Get
M3Db M3db User Config Rules - M3 rules
- service
Log boolean - Store logs for the service so that they are available in the HTTP API and console.
- service
To stringFork From - Name of another service to fork from. This has effect only when a new service is being created. Example:
anotherservicename
. - static
Ips boolean - Use static public IP addresses.
- additional_
backup_ strregions - Additional Cloud Regions for Backup Replication.
- custom_
domain str - Serve the web frontend using a custom CNAME pointing to the Aiven DNS name. Example:
grafana.example.org
. - ip_
filter_ Sequence[Getobjects M3Db M3db 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
. - limits
Get
M3Db M3db User Config Limits - M3 limits
- m3
Get
M3Db M3db User Config M3 - M3 specific configuration options
- m3_
version str - Enum:
1.1
,1.2
,1.5
, and newer. M3 major version (deprecated, use m3db_version). - m3coordinator_
enable_ boolgraphite_ carbon_ ingest - Enables access to Graphite Carbon plaintext metrics ingestion. It can be enabled only for services inside VPCs. The metrics are written to aggregated namespaces only.
- m3db_
version str - Enum:
1.1
,1.2
,1.5
, and newer. M3 major version (the minimum compatible version). - namespaces
Sequence[Get
M3Db M3db User Config Namespace] - List of M3 namespaces
- private_
access GetM3Db M3db User Config Private Access - Allow access to selected service ports from private networks
- 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 GetM3Db M3db User Config Public Access - Allow access to selected service ports from the public Internet
- rules
Get
M3Db M3db User Config Rules - M3 rules
- 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
. - static_
ips bool - Use static public IP addresses.
- additional
Backup StringRegions - Additional Cloud Regions for Backup Replication.
- custom
Domain String - Serve the web frontend using a custom CNAME pointing to the Aiven DNS name. Example:
grafana.example.org
. - ip
Filter List<Property Map>Objects - Allow incoming connections from CIDR address block, e.g.
10.20.0.0/16
- ip
Filter List<String>Strings - Allow incoming connections from CIDR address block, e.g.
10.20.0.0/16
. - ip
Filters List<String> - Allow incoming connections from CIDR address block, e.g.
10.20.0.0/16
. - limits Property Map
- M3 limits
- m3 Property Map
- M3 specific configuration options
- m3Version String
- Enum:
1.1
,1.2
,1.5
, and newer. M3 major version (deprecated, use m3db_version). - m3coordinator
Enable BooleanGraphite Carbon Ingest - Enables access to Graphite Carbon plaintext metrics ingestion. It can be enabled only for services inside VPCs. The metrics are written to aggregated namespaces only.
- m3db
Version String - Enum:
1.1
,1.2
,1.5
, and newer. M3 major version (the minimum compatible version). - namespaces List<Property Map>
- List of M3 namespaces
- private
Access Property Map - Allow access to selected service ports from private networks
- project
To StringFork 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 Property Map - Allow access to selected service ports from the public Internet
- rules Property Map
- M3 rules
- service
Log Boolean - Store logs for the service so that they are available in the HTTP API and console.
- service
To StringFork From - Name of another service to fork from. This has effect only when a new service is being created. Example:
anotherservicename
. - static
Ips Boolean - Use static public IP addresses.
GetM3DbM3dbUserConfigIpFilterObject
- 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
.
GetM3DbM3dbUserConfigLimits
- Max
Recently intQueried Series Blocks - The maximum number of blocks that can be read in a given lookback period. Example:
20000
. - Max
Recently intQueried Series Disk Bytes Read - The maximum number of disk bytes that can be read in a given lookback period. Example:
104857600
. - Max
Recently stringQueried Series Lookback - The lookback period for
max_recently_queried_series_blocks
andmax_recently_queried_series_disk_bytes_read
. Example:15s
. - Query
Docs int - The maximum number of docs fetched in single query. Example:
100000
. - Query
Require boolExhaustive - When query limits are exceeded, whether to return error or return partial results.
- Query
Series int - The maximum number of series fetched in single query. Example:
100000
.
- Max
Recently intQueried Series Blocks - The maximum number of blocks that can be read in a given lookback period. Example:
20000
. - Max
Recently intQueried Series Disk Bytes Read - The maximum number of disk bytes that can be read in a given lookback period. Example:
104857600
. - Max
Recently stringQueried Series Lookback - The lookback period for
max_recently_queried_series_blocks
andmax_recently_queried_series_disk_bytes_read
. Example:15s
. - Query
Docs int - The maximum number of docs fetched in single query. Example:
100000
. - Query
Require boolExhaustive - When query limits are exceeded, whether to return error or return partial results.
- Query
Series int - The maximum number of series fetched in single query. Example:
100000
.
- max
Recently IntegerQueried Series Blocks - The maximum number of blocks that can be read in a given lookback period. Example:
20000
. - max
Recently IntegerQueried Series Disk Bytes Read - The maximum number of disk bytes that can be read in a given lookback period. Example:
104857600
. - max
Recently StringQueried Series Lookback - The lookback period for
max_recently_queried_series_blocks
andmax_recently_queried_series_disk_bytes_read
. Example:15s
. - query
Docs Integer - The maximum number of docs fetched in single query. Example:
100000
. - query
Require BooleanExhaustive - When query limits are exceeded, whether to return error or return partial results.
- query
Series Integer - The maximum number of series fetched in single query. Example:
100000
.
- max
Recently numberQueried Series Blocks - The maximum number of blocks that can be read in a given lookback period. Example:
20000
. - max
Recently numberQueried Series Disk Bytes Read - The maximum number of disk bytes that can be read in a given lookback period. Example:
104857600
. - max
Recently stringQueried Series Lookback - The lookback period for
max_recently_queried_series_blocks
andmax_recently_queried_series_disk_bytes_read
. Example:15s
. - query
Docs number - The maximum number of docs fetched in single query. Example:
100000
. - query
Require booleanExhaustive - When query limits are exceeded, whether to return error or return partial results.
- query
Series number - The maximum number of series fetched in single query. Example:
100000
.
- max_
recently_ intqueried_ series_ blocks - The maximum number of blocks that can be read in a given lookback period. Example:
20000
. - max_
recently_ intqueried_ series_ disk_ bytes_ read - The maximum number of disk bytes that can be read in a given lookback period. Example:
104857600
. - max_
recently_ strqueried_ series_ lookback - The lookback period for
max_recently_queried_series_blocks
andmax_recently_queried_series_disk_bytes_read
. Example:15s
. - query_
docs int - The maximum number of docs fetched in single query. Example:
100000
. - query_
require_ boolexhaustive - When query limits are exceeded, whether to return error or return partial results.
- query_
series int - The maximum number of series fetched in single query. Example:
100000
.
- max
Recently NumberQueried Series Blocks - The maximum number of blocks that can be read in a given lookback period. Example:
20000
. - max
Recently NumberQueried Series Disk Bytes Read - The maximum number of disk bytes that can be read in a given lookback period. Example:
104857600
. - max
Recently StringQueried Series Lookback - The lookback period for
max_recently_queried_series_blocks
andmax_recently_queried_series_disk_bytes_read
. Example:15s
. - query
Docs Number - The maximum number of docs fetched in single query. Example:
100000
. - query
Require BooleanExhaustive - When query limits are exceeded, whether to return error or return partial results.
- query
Series Number - The maximum number of series fetched in single query. Example:
100000
.
GetM3DbM3dbUserConfigM3
- Tag
Options GetM3Db M3db User Config M3Tag Options - M3 Tag Options
- Tag
Options GetM3Db M3db User Config M3Tag Options - M3 Tag Options
- tag
Options GetM3Db M3db User Config M3Tag Options - M3 Tag Options
- tag
Options GetM3Db M3db User Config M3Tag Options - M3 Tag Options
- tag_
options GetM3Db M3db User Config M3Tag Options - M3 Tag Options
- tag
Options Property Map - M3 Tag Options
GetM3DbM3dbUserConfigM3TagOptions
- Allow
Tag boolName Duplicates - Allows for duplicate tags to appear on series (not allowed by default).
- Allow
Tag boolValue Empty - Allows for empty tags to appear on series (not allowed by default).
- Allow
Tag boolName Duplicates - Allows for duplicate tags to appear on series (not allowed by default).
- Allow
Tag boolValue Empty - Allows for empty tags to appear on series (not allowed by default).
- allow
Tag BooleanName Duplicates - Allows for duplicate tags to appear on series (not allowed by default).
- allow
Tag BooleanValue Empty - Allows for empty tags to appear on series (not allowed by default).
- allow
Tag booleanName Duplicates - Allows for duplicate tags to appear on series (not allowed by default).
- allow
Tag booleanValue Empty - Allows for empty tags to appear on series (not allowed by default).
- allow_
tag_ boolname_ duplicates - Allows for duplicate tags to appear on series (not allowed by default).
- allow_
tag_ boolvalue_ empty - Allows for empty tags to appear on series (not allowed by default).
- allow
Tag BooleanName Duplicates - Allows for duplicate tags to appear on series (not allowed by default).
- allow
Tag BooleanValue Empty - Allows for empty tags to appear on series (not allowed by default).
GetM3DbM3dbUserConfigNamespace
- Name string
- The name of the namespace. Example:
default
. - Type string
- Enum:
aggregated
,unaggregated
. The type of aggregation (aggregated/unaggregated). - Options
Get
M3Db M3db User Config Namespace Options - Namespace options
- Resolution string
- The resolution for an aggregated namespace. Example:
30s
.
- Name string
- The name of the namespace. Example:
default
. - Type string
- Enum:
aggregated
,unaggregated
. The type of aggregation (aggregated/unaggregated). - Options
Get
M3Db M3db User Config Namespace Options - Namespace options
- Resolution string
- The resolution for an aggregated namespace. Example:
30s
.
- name String
- The name of the namespace. Example:
default
. - type String
- Enum:
aggregated
,unaggregated
. The type of aggregation (aggregated/unaggregated). - options
Get
M3Db M3db User Config Namespace Options - Namespace options
- resolution String
- The resolution for an aggregated namespace. Example:
30s
.
- name string
- The name of the namespace. Example:
default
. - type string
- Enum:
aggregated
,unaggregated
. The type of aggregation (aggregated/unaggregated). - options
Get
M3Db M3db User Config Namespace Options - Namespace options
- resolution string
- The resolution for an aggregated namespace. Example:
30s
.
- name str
- The name of the namespace. Example:
default
. - type str
- Enum:
aggregated
,unaggregated
. The type of aggregation (aggregated/unaggregated). - options
Get
M3Db M3db User Config Namespace Options - Namespace options
- resolution str
- The resolution for an aggregated namespace. Example:
30s
.
- name String
- The name of the namespace. Example:
default
. - type String
- Enum:
aggregated
,unaggregated
. The type of aggregation (aggregated/unaggregated). - options Property Map
- Namespace options
- resolution String
- The resolution for an aggregated namespace. Example:
30s
.
GetM3DbM3dbUserConfigNamespaceOptions
- Retention
Options GetM3Db M3db User Config Namespace Options Retention Options - Retention options
- Snapshot
Enabled bool - Controls whether M3DB will create snapshot files for this namespace.
- Writes
To boolCommitlog - Controls whether M3DB will include writes to this namespace in the commitlog.
- Retention
Options GetM3Db M3db User Config Namespace Options Retention Options - Retention options
- Snapshot
Enabled bool - Controls whether M3DB will create snapshot files for this namespace.
- Writes
To boolCommitlog - Controls whether M3DB will include writes to this namespace in the commitlog.
- retention
Options GetM3Db M3db User Config Namespace Options Retention Options - Retention options
- snapshot
Enabled Boolean - Controls whether M3DB will create snapshot files for this namespace.
- writes
To BooleanCommitlog - Controls whether M3DB will include writes to this namespace in the commitlog.
- retention
Options GetM3Db M3db User Config Namespace Options Retention Options - Retention options
- snapshot
Enabled boolean - Controls whether M3DB will create snapshot files for this namespace.
- writes
To booleanCommitlog - Controls whether M3DB will include writes to this namespace in the commitlog.
- retention_
options GetM3Db M3db User Config Namespace Options Retention Options - Retention options
- snapshot_
enabled bool - Controls whether M3DB will create snapshot files for this namespace.
- writes_
to_ boolcommitlog - Controls whether M3DB will include writes to this namespace in the commitlog.
- retention
Options Property Map - Retention options
- snapshot
Enabled Boolean - Controls whether M3DB will create snapshot files for this namespace.
- writes
To BooleanCommitlog - Controls whether M3DB will include writes to this namespace in the commitlog.
GetM3DbM3dbUserConfigNamespaceOptionsRetentionOptions
- Block
Data stringExpiry Duration - Controls how long we wait before expiring stale data. Example:
5m
. - Blocksize
Duration string - Controls how long to keep a block in memory before flushing to a fileset on disk. Example:
2h
. - Buffer
Future stringDuration - Controls how far into the future writes to the namespace will be accepted. Example:
10m
. - Buffer
Past stringDuration - Controls how far into the past writes to the namespace will be accepted. Example:
10m
. - Retention
Period stringDuration - Controls the duration of time that M3DB will retain data for the namespace. Example:
48h
.
- Block
Data stringExpiry Duration - Controls how long we wait before expiring stale data. Example:
5m
. - Blocksize
Duration string - Controls how long to keep a block in memory before flushing to a fileset on disk. Example:
2h
. - Buffer
Future stringDuration - Controls how far into the future writes to the namespace will be accepted. Example:
10m
. - Buffer
Past stringDuration - Controls how far into the past writes to the namespace will be accepted. Example:
10m
. - Retention
Period stringDuration - Controls the duration of time that M3DB will retain data for the namespace. Example:
48h
.
- block
Data StringExpiry Duration - Controls how long we wait before expiring stale data. Example:
5m
. - blocksize
Duration String - Controls how long to keep a block in memory before flushing to a fileset on disk. Example:
2h
. - buffer
Future StringDuration - Controls how far into the future writes to the namespace will be accepted. Example:
10m
. - buffer
Past StringDuration - Controls how far into the past writes to the namespace will be accepted. Example:
10m
. - retention
Period StringDuration - Controls the duration of time that M3DB will retain data for the namespace. Example:
48h
.
- block
Data stringExpiry Duration - Controls how long we wait before expiring stale data. Example:
5m
. - blocksize
Duration string - Controls how long to keep a block in memory before flushing to a fileset on disk. Example:
2h
. - buffer
Future stringDuration - Controls how far into the future writes to the namespace will be accepted. Example:
10m
. - buffer
Past stringDuration - Controls how far into the past writes to the namespace will be accepted. Example:
10m
. - retention
Period stringDuration - Controls the duration of time that M3DB will retain data for the namespace. Example:
48h
.
- block_
data_ strexpiry_ duration - Controls how long we wait before expiring stale data. Example:
5m
. - blocksize_
duration str - Controls how long to keep a block in memory before flushing to a fileset on disk. Example:
2h
. - buffer_
future_ strduration - Controls how far into the future writes to the namespace will be accepted. Example:
10m
. - buffer_
past_ strduration - Controls how far into the past writes to the namespace will be accepted. Example:
10m
. - retention_
period_ strduration - Controls the duration of time that M3DB will retain data for the namespace. Example:
48h
.
- block
Data StringExpiry Duration - Controls how long we wait before expiring stale data. Example:
5m
. - blocksize
Duration String - Controls how long to keep a block in memory before flushing to a fileset on disk. Example:
2h
. - buffer
Future StringDuration - Controls how far into the future writes to the namespace will be accepted. Example:
10m
. - buffer
Past StringDuration - Controls how far into the past writes to the namespace will be accepted. Example:
10m
. - retention
Period StringDuration - Controls the duration of time that M3DB will retain data for the namespace. Example:
48h
.
GetM3DbM3dbUserConfigPrivateAccess
- M3coordinator bool
- Allow clients to connect to m3coordinator with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
- M3coordinator bool
- Allow clients to connect to m3coordinator with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
- m3coordinator Boolean
- Allow clients to connect to m3coordinator with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
- m3coordinator boolean
- Allow clients to connect to m3coordinator with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
- m3coordinator bool
- Allow clients to connect to m3coordinator with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
- m3coordinator Boolean
- Allow clients to connect to m3coordinator with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
GetM3DbM3dbUserConfigPublicAccess
- M3coordinator bool
- Allow clients to connect to m3coordinator from the public internet for service nodes that are in a project VPC or another type of private network.
- M3coordinator bool
- Allow clients to connect to m3coordinator from the public internet for service nodes that are in a project VPC or another type of private network.
- m3coordinator Boolean
- Allow clients to connect to m3coordinator from the public internet for service nodes that are in a project VPC or another type of private network.
- m3coordinator boolean
- Allow clients to connect to m3coordinator from the public internet for service nodes that are in a project VPC or another type of private network.
- m3coordinator bool
- Allow clients to connect to m3coordinator from the public internet for service nodes that are in a project VPC or another type of private network.
- m3coordinator Boolean
- Allow clients to connect to m3coordinator from the public internet for service nodes that are in a project VPC or another type of private network.
GetM3DbM3dbUserConfigRules
- Mappings
List<Get
M3Db M3db User Config Rules Mapping> - List of M3 mapping rules
- Mappings
[]Get
M3Db M3db User Config Rules Mapping - List of M3 mapping rules
- mappings
List<Get
M3Db M3db User Config Rules Mapping> - List of M3 mapping rules
- mappings
Get
M3Db M3db User Config Rules Mapping[] - List of M3 mapping rules
- mappings
Sequence[Get
M3Db M3db User Config Rules Mapping] - List of M3 mapping rules
- mappings List<Property Map>
- List of M3 mapping rules
GetM3DbM3dbUserConfigRulesMapping
- Filter string
- Matching metric names with wildcards (using name:wildcard) or matching tags and their (optionally wildcarded) values. For value, ! can be used at start of value for negation, and multiple filters can be supplied using space as separator. Example:
__name__:disk_* host:important-42 mount:!*/sda
. - Aggregations List<string>
- List of aggregations to be applied.
- Drop bool
- Only store the derived metric (as specified in the roll-up rules), if any.
- Name string
- The (optional) name of the rule. Example:
important disk metrics
. - Namespaces List<string>
- This rule will be used to store the metrics in the given namespace(s). If a namespace is target of rules, the global default aggregation will be automatically disabled. Note that specifying filters that match no namespaces whatsoever will be returned as an error. Filter the namespace by glob (=wildcards).
- Namespaces
Objects List<GetM3Db M3db User Config Rules Mapping Namespaces Object> - This rule will be used to store the metrics in the given namespace(s). If a namespace is target of rules, the global default aggregation will be automatically disabled. Note that specifying filters that match no namespaces whatsoever will be returned as an error. Filter the namespace by exact match of retention period and resolution
- Namespaces
Strings List<string> - This rule will be used to store the metrics in the given namespace(s). If a namespace is target of rules, the global default aggregation will be automatically disabled. Note that specifying filters that match no namespaces whatsoever will be returned as an error. Filter the namespace by glob (=wildcards).
- List<Get
M3Db M3db User Config Rules Mapping Tag> - List of tags to be appended to matching metrics
- Filter string
- Matching metric names with wildcards (using name:wildcard) or matching tags and their (optionally wildcarded) values. For value, ! can be used at start of value for negation, and multiple filters can be supplied using space as separator. Example:
__name__:disk_* host:important-42 mount:!*/sda
. - Aggregations []string
- List of aggregations to be applied.
- Drop bool
- Only store the derived metric (as specified in the roll-up rules), if any.
- Name string
- The (optional) name of the rule. Example:
important disk metrics
. - Namespaces []string
- This rule will be used to store the metrics in the given namespace(s). If a namespace is target of rules, the global default aggregation will be automatically disabled. Note that specifying filters that match no namespaces whatsoever will be returned as an error. Filter the namespace by glob (=wildcards).
- Namespaces
Objects []GetM3Db M3db User Config Rules Mapping Namespaces Object - This rule will be used to store the metrics in the given namespace(s). If a namespace is target of rules, the global default aggregation will be automatically disabled. Note that specifying filters that match no namespaces whatsoever will be returned as an error. Filter the namespace by exact match of retention period and resolution
- Namespaces
Strings []string - This rule will be used to store the metrics in the given namespace(s). If a namespace is target of rules, the global default aggregation will be automatically disabled. Note that specifying filters that match no namespaces whatsoever will be returned as an error. Filter the namespace by glob (=wildcards).
- []Get
M3Db M3db User Config Rules Mapping Tag - List of tags to be appended to matching metrics
- filter String
- Matching metric names with wildcards (using name:wildcard) or matching tags and their (optionally wildcarded) values. For value, ! can be used at start of value for negation, and multiple filters can be supplied using space as separator. Example:
__name__:disk_* host:important-42 mount:!*/sda
. - aggregations List<String>
- List of aggregations to be applied.
- drop Boolean
- Only store the derived metric (as specified in the roll-up rules), if any.
- name String
- The (optional) name of the rule. Example:
important disk metrics
. - namespaces List<String>
- This rule will be used to store the metrics in the given namespace(s). If a namespace is target of rules, the global default aggregation will be automatically disabled. Note that specifying filters that match no namespaces whatsoever will be returned as an error. Filter the namespace by glob (=wildcards).
- namespaces
Objects List<GetM3Db M3db User Config Rules Mapping Namespaces Object> - This rule will be used to store the metrics in the given namespace(s). If a namespace is target of rules, the global default aggregation will be automatically disabled. Note that specifying filters that match no namespaces whatsoever will be returned as an error. Filter the namespace by exact match of retention period and resolution
- namespaces
Strings List<String> - This rule will be used to store the metrics in the given namespace(s). If a namespace is target of rules, the global default aggregation will be automatically disabled. Note that specifying filters that match no namespaces whatsoever will be returned as an error. Filter the namespace by glob (=wildcards).
- List<Get
M3Db M3db User Config Rules Mapping Tag> - List of tags to be appended to matching metrics
- filter string
- Matching metric names with wildcards (using name:wildcard) or matching tags and their (optionally wildcarded) values. For value, ! can be used at start of value for negation, and multiple filters can be supplied using space as separator. Example:
__name__:disk_* host:important-42 mount:!*/sda
. - aggregations string[]
- List of aggregations to be applied.
- drop boolean
- Only store the derived metric (as specified in the roll-up rules), if any.
- name string
- The (optional) name of the rule. Example:
important disk metrics
. - namespaces string[]
- This rule will be used to store the metrics in the given namespace(s). If a namespace is target of rules, the global default aggregation will be automatically disabled. Note that specifying filters that match no namespaces whatsoever will be returned as an error. Filter the namespace by glob (=wildcards).
- namespaces
Objects GetM3Db M3db User Config Rules Mapping Namespaces Object[] - This rule will be used to store the metrics in the given namespace(s). If a namespace is target of rules, the global default aggregation will be automatically disabled. Note that specifying filters that match no namespaces whatsoever will be returned as an error. Filter the namespace by exact match of retention period and resolution
- namespaces
Strings string[] - This rule will be used to store the metrics in the given namespace(s). If a namespace is target of rules, the global default aggregation will be automatically disabled. Note that specifying filters that match no namespaces whatsoever will be returned as an error. Filter the namespace by glob (=wildcards).
- Get
M3Db M3db User Config Rules Mapping Tag[] - List of tags to be appended to matching metrics
- filter str
- Matching metric names with wildcards (using name:wildcard) or matching tags and their (optionally wildcarded) values. For value, ! can be used at start of value for negation, and multiple filters can be supplied using space as separator. Example:
__name__:disk_* host:important-42 mount:!*/sda
. - aggregations Sequence[str]
- List of aggregations to be applied.
- drop bool
- Only store the derived metric (as specified in the roll-up rules), if any.
- name str
- The (optional) name of the rule. Example:
important disk metrics
. - namespaces Sequence[str]
- This rule will be used to store the metrics in the given namespace(s). If a namespace is target of rules, the global default aggregation will be automatically disabled. Note that specifying filters that match no namespaces whatsoever will be returned as an error. Filter the namespace by glob (=wildcards).
- namespaces_
objects Sequence[GetM3Db M3db User Config Rules Mapping Namespaces Object] - This rule will be used to store the metrics in the given namespace(s). If a namespace is target of rules, the global default aggregation will be automatically disabled. Note that specifying filters that match no namespaces whatsoever will be returned as an error. Filter the namespace by exact match of retention period and resolution
- namespaces_
strings Sequence[str] - This rule will be used to store the metrics in the given namespace(s). If a namespace is target of rules, the global default aggregation will be automatically disabled. Note that specifying filters that match no namespaces whatsoever will be returned as an error. Filter the namespace by glob (=wildcards).
- Sequence[Get
M3Db M3db User Config Rules Mapping Tag] - List of tags to be appended to matching metrics
- filter String
- Matching metric names with wildcards (using name:wildcard) or matching tags and their (optionally wildcarded) values. For value, ! can be used at start of value for negation, and multiple filters can be supplied using space as separator. Example:
__name__:disk_* host:important-42 mount:!*/sda
. - aggregations List<String>
- List of aggregations to be applied.
- drop Boolean
- Only store the derived metric (as specified in the roll-up rules), if any.
- name String
- The (optional) name of the rule. Example:
important disk metrics
. - namespaces List<String>
- This rule will be used to store the metrics in the given namespace(s). If a namespace is target of rules, the global default aggregation will be automatically disabled. Note that specifying filters that match no namespaces whatsoever will be returned as an error. Filter the namespace by glob (=wildcards).
- namespaces
Objects List<Property Map> - This rule will be used to store the metrics in the given namespace(s). If a namespace is target of rules, the global default aggregation will be automatically disabled. Note that specifying filters that match no namespaces whatsoever will be returned as an error. Filter the namespace by exact match of retention period and resolution
- namespaces
Strings List<String> - This rule will be used to store the metrics in the given namespace(s). If a namespace is target of rules, the global default aggregation will be automatically disabled. Note that specifying filters that match no namespaces whatsoever will be returned as an error. Filter the namespace by glob (=wildcards).
- List<Property Map>
- List of tags to be appended to matching metrics
GetM3DbM3dbUserConfigRulesMappingNamespacesObject
- Resolution string
- The resolution for the matching namespace. Example:
30s
. - Retention string
- The retention period of the matching namespace. Example:
48h
.
- Resolution string
- The resolution for the matching namespace. Example:
30s
. - Retention string
- The retention period of the matching namespace. Example:
48h
.
- resolution String
- The resolution for the matching namespace. Example:
30s
. - retention String
- The retention period of the matching namespace. Example:
48h
.
- resolution string
- The resolution for the matching namespace. Example:
30s
. - retention string
- The retention period of the matching namespace. Example:
48h
.
- resolution str
- The resolution for the matching namespace. Example:
30s
. - retention str
- The retention period of the matching namespace. Example:
48h
.
- resolution String
- The resolution for the matching namespace. Example:
30s
. - retention String
- The retention period of the matching namespace. Example:
48h
.
GetM3DbM3dbUserConfigRulesMappingTag
GetM3DbServiceIntegration
- Integration
Type string - Type of the service integration. The only supported value at the moment is
read_replica
- Source
Service stringName - Name of the source service
- Integration
Type string - Type of the service integration. The only supported value at the moment is
read_replica
- Source
Service stringName - Name of the source service
- integration
Type String - Type of the service integration. The only supported value at the moment is
read_replica
- source
Service StringName - Name of the source service
- integration
Type string - Type of the service integration. The only supported value at the moment is
read_replica
- source
Service stringName - Name of the source service
- integration_
type str - Type of the service integration. The only supported value at the moment is
read_replica
- source_
service_ strname - Name of the source service
- integration
Type String - Type of the service integration. The only supported value at the moment is
read_replica
- source
Service StringName - Name of the source service
GetM3DbTag
GetM3DbTechEmail
- 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
aiven
Terraform Provider.