aiven.Project
Explore with Pulumi AI
Creates and manages an Aiven project.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as aiven from "@pulumi/aiven";
const exampleProject = new aiven.Project("example_project", {
project: "example-project",
parentId: main.id,
});
import pulumi
import pulumi_aiven as aiven
example_project = aiven.Project("example_project",
project="example-project",
parent_id=main["id"])
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.NewProject(ctx, "example_project", &aiven.ProjectArgs{
Project: pulumi.String("example-project"),
ParentId: pulumi.Any(main.Id),
})
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 exampleProject = new Aiven.Project("example_project", new()
{
ProjectName = "example-project",
ParentId = main.Id,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.aiven.Project;
import com.pulumi.aiven.ProjectArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var exampleProject = new Project("exampleProject", ProjectArgs.builder()
.project("example-project")
.parentId(main.id())
.build());
}
}
resources:
exampleProject:
type: aiven:Project
name: example_project
properties:
project: example-project
parentId: ${main.id}
Create Project Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Project(name: string, args: ProjectArgs, opts?: CustomResourceOptions);
@overload
def Project(resource_name: str,
args: ProjectArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Project(resource_name: str,
opts: Optional[ResourceOptions] = None,
project: Optional[str] = None,
account_id: Optional[str] = None,
add_account_owners_admin_access: Optional[bool] = None,
billing_group: Optional[str] = None,
copy_from_project: Optional[str] = None,
default_cloud: Optional[str] = None,
parent_id: Optional[str] = None,
tags: Optional[Sequence[ProjectTagArgs]] = None,
technical_emails: Optional[Sequence[str]] = None,
use_source_project_billing_group: Optional[bool] = None)
func NewProject(ctx *Context, name string, args ProjectArgs, opts ...ResourceOption) (*Project, error)
public Project(string name, ProjectArgs args, CustomResourceOptions? opts = null)
public Project(String name, ProjectArgs args)
public Project(String name, ProjectArgs args, CustomResourceOptions options)
type: aiven:Project
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args ProjectArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args ProjectArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ProjectArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ProjectArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ProjectArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var projectResource = new Aiven.Project("projectResource", new()
{
ProjectName = "string",
BillingGroup = "string",
CopyFromProject = "string",
DefaultCloud = "string",
ParentId = "string",
Tags = new[]
{
new Aiven.Inputs.ProjectTagArgs
{
Key = "string",
Value = "string",
},
},
TechnicalEmails = new[]
{
"string",
},
});
example, err := aiven.NewProject(ctx, "projectResource", &aiven.ProjectArgs{
Project: pulumi.String("string"),
BillingGroup: pulumi.String("string"),
CopyFromProject: pulumi.String("string"),
DefaultCloud: pulumi.String("string"),
ParentId: pulumi.String("string"),
Tags: aiven.ProjectTagArray{
&aiven.ProjectTagArgs{
Key: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
TechnicalEmails: pulumi.StringArray{
pulumi.String("string"),
},
})
var projectResource = new Project("projectResource", ProjectArgs.builder()
.project("string")
.billingGroup("string")
.copyFromProject("string")
.defaultCloud("string")
.parentId("string")
.tags(ProjectTagArgs.builder()
.key("string")
.value("string")
.build())
.technicalEmails("string")
.build());
project_resource = aiven.Project("projectResource",
project="string",
billing_group="string",
copy_from_project="string",
default_cloud="string",
parent_id="string",
tags=[{
"key": "string",
"value": "string",
}],
technical_emails=["string"])
const projectResource = new aiven.Project("projectResource", {
project: "string",
billingGroup: "string",
copyFromProject: "string",
defaultCloud: "string",
parentId: "string",
tags: [{
key: "string",
value: "string",
}],
technicalEmails: ["string"],
});
type: aiven:Project
properties:
billingGroup: string
copyFromProject: string
defaultCloud: string
parentId: string
project: string
tags:
- key: string
value: string
technicalEmails:
- string
Project Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Project resource accepts the following input properties:
- Project
Name string - The name of the project. Names must be globally unique among all Aiven customers and cannot be changed later without destroying and re-creating the project, including all sub-resources.
- Account
Id string - Link a project to an existing account using its account ID. This field is deprecated. Use
parent_id
instead. To set up proper dependencies please refer to this variable as a reference. - Add
Account boolOwners Admin Access - If parent_id is set, grant account owner team admin access to the new project. The default value is
true
. - Billing
Group string - The ID of the billing group this project is assigned to. To set up proper dependencies please refer to this variable as a reference.
- Copy
From stringProject - The name of the project to copy billing information, technical contacts, and some other project attributes from. This is most useful to set up the same billing method when you use bank transfers to pay invoices for other projects. You can only do this when creating a project. You can't set the billing over the API for an existing. To set up proper dependencies please refer to this variable as a reference.
- Default
Cloud string - Default cloud provider and region where services are hosted. This can be changed after the project is created and will not affect existing services.
- Parent
Id string - Link a project to an organization, organizational unit, or account by using its ID. To set up proper dependencies please refer to this variable as a reference.
- List<Project
Tag> - Tags are key-value pairs that allow you to categorize projects.
- Technical
Emails List<string> - The email addresses for project contacts, who will receive important alerts and updates about this project and its services. You can also set email contacts at the service level. It's good practice to keep these up-to-date to be aware of any potential issues with your project.
- Use
Source boolProject Billing Group - Use the same billing group that is used in source project.
- Project string
- The name of the project. Names must be globally unique among all Aiven customers and cannot be changed later without destroying and re-creating the project, including all sub-resources.
- Account
Id string - Link a project to an existing account using its account ID. This field is deprecated. Use
parent_id
instead. To set up proper dependencies please refer to this variable as a reference. - Add
Account boolOwners Admin Access - If parent_id is set, grant account owner team admin access to the new project. The default value is
true
. - Billing
Group string - The ID of the billing group this project is assigned to. To set up proper dependencies please refer to this variable as a reference.
- Copy
From stringProject - The name of the project to copy billing information, technical contacts, and some other project attributes from. This is most useful to set up the same billing method when you use bank transfers to pay invoices for other projects. You can only do this when creating a project. You can't set the billing over the API for an existing. To set up proper dependencies please refer to this variable as a reference.
- Default
Cloud string - Default cloud provider and region where services are hosted. This can be changed after the project is created and will not affect existing services.
- Parent
Id string - Link a project to an organization, organizational unit, or account by using its ID. To set up proper dependencies please refer to this variable as a reference.
- []Project
Tag Args - Tags are key-value pairs that allow you to categorize projects.
- Technical
Emails []string - The email addresses for project contacts, who will receive important alerts and updates about this project and its services. You can also set email contacts at the service level. It's good practice to keep these up-to-date to be aware of any potential issues with your project.
- Use
Source boolProject Billing Group - Use the same billing group that is used in source project.
- project String
- The name of the project. Names must be globally unique among all Aiven customers and cannot be changed later without destroying and re-creating the project, including all sub-resources.
- account
Id String - Link a project to an existing account using its account ID. This field is deprecated. Use
parent_id
instead. To set up proper dependencies please refer to this variable as a reference. - add
Account BooleanOwners Admin Access - If parent_id is set, grant account owner team admin access to the new project. The default value is
true
. - billing
Group String - The ID of the billing group this project is assigned to. To set up proper dependencies please refer to this variable as a reference.
- copy
From StringProject - The name of the project to copy billing information, technical contacts, and some other project attributes from. This is most useful to set up the same billing method when you use bank transfers to pay invoices for other projects. You can only do this when creating a project. You can't set the billing over the API for an existing. To set up proper dependencies please refer to this variable as a reference.
- default
Cloud String - Default cloud provider and region where services are hosted. This can be changed after the project is created and will not affect existing services.
- parent
Id String - Link a project to an organization, organizational unit, or account by using its ID. To set up proper dependencies please refer to this variable as a reference.
- List<Project
Tag> - Tags are key-value pairs that allow you to categorize projects.
- technical
Emails List<String> - The email addresses for project contacts, who will receive important alerts and updates about this project and its services. You can also set email contacts at the service level. It's good practice to keep these up-to-date to be aware of any potential issues with your project.
- use
Source BooleanProject Billing Group - Use the same billing group that is used in source project.
- project string
- The name of the project. Names must be globally unique among all Aiven customers and cannot be changed later without destroying and re-creating the project, including all sub-resources.
- account
Id string - Link a project to an existing account using its account ID. This field is deprecated. Use
parent_id
instead. To set up proper dependencies please refer to this variable as a reference. - add
Account booleanOwners Admin Access - If parent_id is set, grant account owner team admin access to the new project. The default value is
true
. - billing
Group string - The ID of the billing group this project is assigned to. To set up proper dependencies please refer to this variable as a reference.
- copy
From stringProject - The name of the project to copy billing information, technical contacts, and some other project attributes from. This is most useful to set up the same billing method when you use bank transfers to pay invoices for other projects. You can only do this when creating a project. You can't set the billing over the API for an existing. To set up proper dependencies please refer to this variable as a reference.
- default
Cloud string - Default cloud provider and region where services are hosted. This can be changed after the project is created and will not affect existing services.
- parent
Id string - Link a project to an organization, organizational unit, or account by using its ID. To set up proper dependencies please refer to this variable as a reference.
- Project
Tag[] - Tags are key-value pairs that allow you to categorize projects.
- technical
Emails string[] - The email addresses for project contacts, who will receive important alerts and updates about this project and its services. You can also set email contacts at the service level. It's good practice to keep these up-to-date to be aware of any potential issues with your project.
- use
Source booleanProject Billing Group - Use the same billing group that is used in source project.
- project str
- The name of the project. Names must be globally unique among all Aiven customers and cannot be changed later without destroying and re-creating the project, including all sub-resources.
- account_
id str - Link a project to an existing account using its account ID. This field is deprecated. Use
parent_id
instead. To set up proper dependencies please refer to this variable as a reference. - add_
account_ boolowners_ admin_ access - If parent_id is set, grant account owner team admin access to the new project. The default value is
true
. - billing_
group str - The ID of the billing group this project is assigned to. To set up proper dependencies please refer to this variable as a reference.
- copy_
from_ strproject - The name of the project to copy billing information, technical contacts, and some other project attributes from. This is most useful to set up the same billing method when you use bank transfers to pay invoices for other projects. You can only do this when creating a project. You can't set the billing over the API for an existing. To set up proper dependencies please refer to this variable as a reference.
- default_
cloud str - Default cloud provider and region where services are hosted. This can be changed after the project is created and will not affect existing services.
- parent_
id str - Link a project to an organization, organizational unit, or account by using its ID. To set up proper dependencies please refer to this variable as a reference.
- Sequence[Project
Tag Args] - Tags are key-value pairs that allow you to categorize projects.
- technical_
emails Sequence[str] - The email addresses for project contacts, who will receive important alerts and updates about this project and its services. You can also set email contacts at the service level. It's good practice to keep these up-to-date to be aware of any potential issues with your project.
- use_
source_ boolproject_ billing_ group - Use the same billing group that is used in source project.
- project String
- The name of the project. Names must be globally unique among all Aiven customers and cannot be changed later without destroying and re-creating the project, including all sub-resources.
- account
Id String - Link a project to an existing account using its account ID. This field is deprecated. Use
parent_id
instead. To set up proper dependencies please refer to this variable as a reference. - add
Account BooleanOwners Admin Access - If parent_id is set, grant account owner team admin access to the new project. The default value is
true
. - billing
Group String - The ID of the billing group this project is assigned to. To set up proper dependencies please refer to this variable as a reference.
- copy
From StringProject - The name of the project to copy billing information, technical contacts, and some other project attributes from. This is most useful to set up the same billing method when you use bank transfers to pay invoices for other projects. You can only do this when creating a project. You can't set the billing over the API for an existing. To set up proper dependencies please refer to this variable as a reference.
- default
Cloud String - Default cloud provider and region where services are hosted. This can be changed after the project is created and will not affect existing services.
- parent
Id String - Link a project to an organization, organizational unit, or account by using its ID. To set up proper dependencies please refer to this variable as a reference.
- List<Property Map>
- Tags are key-value pairs that allow you to categorize projects.
- technical
Emails List<String> - The email addresses for project contacts, who will receive important alerts and updates about this project and its services. You can also set email contacts at the service level. It's good practice to keep these up-to-date to be aware of any potential issues with your project.
- use
Source BooleanProject Billing Group - Use the same billing group that is used in source project.
Outputs
All input properties are implicitly available as output properties. Additionally, the Project resource produces the following output properties:
- Available
Credits string - The number of trial or promotional credits remaining for this project.
- Ca
Cert string - The CA certificate for the project. This is required for configuring clients that connect to certain services like Kafka.
- Estimated
Balance string - The monthly running estimate for this project for the current billing period.
- Id string
- The provider-assigned unique ID for this managed resource.
- Payment
Method string - The payment type used for this project. For example,
card
.
- Available
Credits string - The number of trial or promotional credits remaining for this project.
- Ca
Cert string - The CA certificate for the project. This is required for configuring clients that connect to certain services like Kafka.
- Estimated
Balance string - The monthly running estimate for this project for the current billing period.
- Id string
- The provider-assigned unique ID for this managed resource.
- Payment
Method string - The payment type used for this project. For example,
card
.
- available
Credits String - The number of trial or promotional credits remaining for this project.
- ca
Cert String - The CA certificate for the project. This is required for configuring clients that connect to certain services like Kafka.
- estimated
Balance String - The monthly running estimate for this project for the current billing period.
- id String
- The provider-assigned unique ID for this managed resource.
- payment
Method String - The payment type used for this project. For example,
card
.
- available
Credits string - The number of trial or promotional credits remaining for this project.
- ca
Cert string - The CA certificate for the project. This is required for configuring clients that connect to certain services like Kafka.
- estimated
Balance string - The monthly running estimate for this project for the current billing period.
- id string
- The provider-assigned unique ID for this managed resource.
- payment
Method string - The payment type used for this project. For example,
card
.
- available_
credits str - The number of trial or promotional credits remaining for this project.
- ca_
cert str - The CA certificate for the project. This is required for configuring clients that connect to certain services like Kafka.
- estimated_
balance str - The monthly running estimate for this project for the current billing period.
- id str
- The provider-assigned unique ID for this managed resource.
- payment_
method str - The payment type used for this project. For example,
card
.
- available
Credits String - The number of trial or promotional credits remaining for this project.
- ca
Cert String - The CA certificate for the project. This is required for configuring clients that connect to certain services like Kafka.
- estimated
Balance String - The monthly running estimate for this project for the current billing period.
- id String
- The provider-assigned unique ID for this managed resource.
- payment
Method String - The payment type used for this project. For example,
card
.
Look up Existing Project Resource
Get an existing Project resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: ProjectState, opts?: CustomResourceOptions): Project
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
account_id: Optional[str] = None,
add_account_owners_admin_access: Optional[bool] = None,
available_credits: Optional[str] = None,
billing_group: Optional[str] = None,
ca_cert: Optional[str] = None,
copy_from_project: Optional[str] = None,
default_cloud: Optional[str] = None,
estimated_balance: Optional[str] = None,
parent_id: Optional[str] = None,
payment_method: Optional[str] = None,
project: Optional[str] = None,
tags: Optional[Sequence[ProjectTagArgs]] = None,
technical_emails: Optional[Sequence[str]] = None,
use_source_project_billing_group: Optional[bool] = None) -> Project
func GetProject(ctx *Context, name string, id IDInput, state *ProjectState, opts ...ResourceOption) (*Project, error)
public static Project Get(string name, Input<string> id, ProjectState? state, CustomResourceOptions? opts = null)
public static Project get(String name, Output<String> id, ProjectState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Account
Id string - Link a project to an existing account using its account ID. This field is deprecated. Use
parent_id
instead. To set up proper dependencies please refer to this variable as a reference. - Add
Account boolOwners Admin Access - If parent_id is set, grant account owner team admin access to the new project. The default value is
true
. - Available
Credits string - The number of trial or promotional credits remaining for this project.
- Billing
Group string - The ID of the billing group this project is assigned to. To set up proper dependencies please refer to this variable as a reference.
- Ca
Cert string - The CA certificate for the project. This is required for configuring clients that connect to certain services like Kafka.
- Copy
From stringProject - The name of the project to copy billing information, technical contacts, and some other project attributes from. This is most useful to set up the same billing method when you use bank transfers to pay invoices for other projects. You can only do this when creating a project. You can't set the billing over the API for an existing. To set up proper dependencies please refer to this variable as a reference.
- Default
Cloud string - Default cloud provider and region where services are hosted. This can be changed after the project is created and will not affect existing services.
- Estimated
Balance string - The monthly running estimate for this project for the current billing period.
- Parent
Id string - Link a project to an organization, organizational unit, or account by using its ID. To set up proper dependencies please refer to this variable as a reference.
- Payment
Method string - The payment type used for this project. For example,
card
. - Project
Name string - The name of the project. Names must be globally unique among all Aiven customers and cannot be changed later without destroying and re-creating the project, including all sub-resources.
- List<Project
Tag> - Tags are key-value pairs that allow you to categorize projects.
- Technical
Emails List<string> - The email addresses for project contacts, who will receive important alerts and updates about this project and its services. You can also set email contacts at the service level. It's good practice to keep these up-to-date to be aware of any potential issues with your project.
- Use
Source boolProject Billing Group - Use the same billing group that is used in source project.
- Account
Id string - Link a project to an existing account using its account ID. This field is deprecated. Use
parent_id
instead. To set up proper dependencies please refer to this variable as a reference. - Add
Account boolOwners Admin Access - If parent_id is set, grant account owner team admin access to the new project. The default value is
true
. - Available
Credits string - The number of trial or promotional credits remaining for this project.
- Billing
Group string - The ID of the billing group this project is assigned to. To set up proper dependencies please refer to this variable as a reference.
- Ca
Cert string - The CA certificate for the project. This is required for configuring clients that connect to certain services like Kafka.
- Copy
From stringProject - The name of the project to copy billing information, technical contacts, and some other project attributes from. This is most useful to set up the same billing method when you use bank transfers to pay invoices for other projects. You can only do this when creating a project. You can't set the billing over the API for an existing. To set up proper dependencies please refer to this variable as a reference.
- Default
Cloud string - Default cloud provider and region where services are hosted. This can be changed after the project is created and will not affect existing services.
- Estimated
Balance string - The monthly running estimate for this project for the current billing period.
- Parent
Id string - Link a project to an organization, organizational unit, or account by using its ID. To set up proper dependencies please refer to this variable as a reference.
- Payment
Method string - The payment type used for this project. For example,
card
. - Project string
- The name of the project. Names must be globally unique among all Aiven customers and cannot be changed later without destroying and re-creating the project, including all sub-resources.
- []Project
Tag Args - Tags are key-value pairs that allow you to categorize projects.
- Technical
Emails []string - The email addresses for project contacts, who will receive important alerts and updates about this project and its services. You can also set email contacts at the service level. It's good practice to keep these up-to-date to be aware of any potential issues with your project.
- Use
Source boolProject Billing Group - Use the same billing group that is used in source project.
- account
Id String - Link a project to an existing account using its account ID. This field is deprecated. Use
parent_id
instead. To set up proper dependencies please refer to this variable as a reference. - add
Account BooleanOwners Admin Access - If parent_id is set, grant account owner team admin access to the new project. The default value is
true
. - available
Credits String - The number of trial or promotional credits remaining for this project.
- billing
Group String - The ID of the billing group this project is assigned to. To set up proper dependencies please refer to this variable as a reference.
- ca
Cert String - The CA certificate for the project. This is required for configuring clients that connect to certain services like Kafka.
- copy
From StringProject - The name of the project to copy billing information, technical contacts, and some other project attributes from. This is most useful to set up the same billing method when you use bank transfers to pay invoices for other projects. You can only do this when creating a project. You can't set the billing over the API for an existing. To set up proper dependencies please refer to this variable as a reference.
- default
Cloud String - Default cloud provider and region where services are hosted. This can be changed after the project is created and will not affect existing services.
- estimated
Balance String - The monthly running estimate for this project for the current billing period.
- parent
Id String - Link a project to an organization, organizational unit, or account by using its ID. To set up proper dependencies please refer to this variable as a reference.
- payment
Method String - The payment type used for this project. For example,
card
. - project String
- The name of the project. Names must be globally unique among all Aiven customers and cannot be changed later without destroying and re-creating the project, including all sub-resources.
- List<Project
Tag> - Tags are key-value pairs that allow you to categorize projects.
- technical
Emails List<String> - The email addresses for project contacts, who will receive important alerts and updates about this project and its services. You can also set email contacts at the service level. It's good practice to keep these up-to-date to be aware of any potential issues with your project.
- use
Source BooleanProject Billing Group - Use the same billing group that is used in source project.
- account
Id string - Link a project to an existing account using its account ID. This field is deprecated. Use
parent_id
instead. To set up proper dependencies please refer to this variable as a reference. - add
Account booleanOwners Admin Access - If parent_id is set, grant account owner team admin access to the new project. The default value is
true
. - available
Credits string - The number of trial or promotional credits remaining for this project.
- billing
Group string - The ID of the billing group this project is assigned to. To set up proper dependencies please refer to this variable as a reference.
- ca
Cert string - The CA certificate for the project. This is required for configuring clients that connect to certain services like Kafka.
- copy
From stringProject - The name of the project to copy billing information, technical contacts, and some other project attributes from. This is most useful to set up the same billing method when you use bank transfers to pay invoices for other projects. You can only do this when creating a project. You can't set the billing over the API for an existing. To set up proper dependencies please refer to this variable as a reference.
- default
Cloud string - Default cloud provider and region where services are hosted. This can be changed after the project is created and will not affect existing services.
- estimated
Balance string - The monthly running estimate for this project for the current billing period.
- parent
Id string - Link a project to an organization, organizational unit, or account by using its ID. To set up proper dependencies please refer to this variable as a reference.
- payment
Method string - The payment type used for this project. For example,
card
. - project string
- The name of the project. Names must be globally unique among all Aiven customers and cannot be changed later without destroying and re-creating the project, including all sub-resources.
- Project
Tag[] - Tags are key-value pairs that allow you to categorize projects.
- technical
Emails string[] - The email addresses for project contacts, who will receive important alerts and updates about this project and its services. You can also set email contacts at the service level. It's good practice to keep these up-to-date to be aware of any potential issues with your project.
- use
Source booleanProject Billing Group - Use the same billing group that is used in source project.
- account_
id str - Link a project to an existing account using its account ID. This field is deprecated. Use
parent_id
instead. To set up proper dependencies please refer to this variable as a reference. - add_
account_ boolowners_ admin_ access - If parent_id is set, grant account owner team admin access to the new project. The default value is
true
. - available_
credits str - The number of trial or promotional credits remaining for this project.
- billing_
group str - The ID of the billing group this project is assigned to. To set up proper dependencies please refer to this variable as a reference.
- ca_
cert str - The CA certificate for the project. This is required for configuring clients that connect to certain services like Kafka.
- copy_
from_ strproject - The name of the project to copy billing information, technical contacts, and some other project attributes from. This is most useful to set up the same billing method when you use bank transfers to pay invoices for other projects. You can only do this when creating a project. You can't set the billing over the API for an existing. To set up proper dependencies please refer to this variable as a reference.
- default_
cloud str - Default cloud provider and region where services are hosted. This can be changed after the project is created and will not affect existing services.
- estimated_
balance str - The monthly running estimate for this project for the current billing period.
- parent_
id str - Link a project to an organization, organizational unit, or account by using its ID. To set up proper dependencies please refer to this variable as a reference.
- payment_
method str - The payment type used for this project. For example,
card
. - project str
- The name of the project. Names must be globally unique among all Aiven customers and cannot be changed later without destroying and re-creating the project, including all sub-resources.
- Sequence[Project
Tag Args] - Tags are key-value pairs that allow you to categorize projects.
- technical_
emails Sequence[str] - The email addresses for project contacts, who will receive important alerts and updates about this project and its services. You can also set email contacts at the service level. It's good practice to keep these up-to-date to be aware of any potential issues with your project.
- use_
source_ boolproject_ billing_ group - Use the same billing group that is used in source project.
- account
Id String - Link a project to an existing account using its account ID. This field is deprecated. Use
parent_id
instead. To set up proper dependencies please refer to this variable as a reference. - add
Account BooleanOwners Admin Access - If parent_id is set, grant account owner team admin access to the new project. The default value is
true
. - available
Credits String - The number of trial or promotional credits remaining for this project.
- billing
Group String - The ID of the billing group this project is assigned to. To set up proper dependencies please refer to this variable as a reference.
- ca
Cert String - The CA certificate for the project. This is required for configuring clients that connect to certain services like Kafka.
- copy
From StringProject - The name of the project to copy billing information, technical contacts, and some other project attributes from. This is most useful to set up the same billing method when you use bank transfers to pay invoices for other projects. You can only do this when creating a project. You can't set the billing over the API for an existing. To set up proper dependencies please refer to this variable as a reference.
- default
Cloud String - Default cloud provider and region where services are hosted. This can be changed after the project is created and will not affect existing services.
- estimated
Balance String - The monthly running estimate for this project for the current billing period.
- parent
Id String - Link a project to an organization, organizational unit, or account by using its ID. To set up proper dependencies please refer to this variable as a reference.
- payment
Method String - The payment type used for this project. For example,
card
. - project String
- The name of the project. Names must be globally unique among all Aiven customers and cannot be changed later without destroying and re-creating the project, including all sub-resources.
- List<Property Map>
- Tags are key-value pairs that allow you to categorize projects.
- technical
Emails List<String> - The email addresses for project contacts, who will receive important alerts and updates about this project and its services. You can also set email contacts at the service level. It's good practice to keep these up-to-date to be aware of any potential issues with your project.
- use
Source BooleanProject Billing Group - Use the same billing group that is used in source project.
Supporting Types
ProjectTag, ProjectTagArgs
Import
$ pulumi import aiven:index/project:Project example_project PROJECT
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- Aiven pulumi/pulumi-aiven
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
aiven
Terraform Provider.