Aiven v6.28.0 published on Friday, Nov 15, 2024 by Pulumi
aiven.getProject
Explore with Pulumi AI
Gets information about an Aiven project.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as aiven from "@pulumi/aiven";
const exampleProject = aiven.getProject({
project: "example-project",
});
import pulumi
import pulumi_aiven as aiven
example_project = aiven.get_project(project="example-project")
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.LookupProject(ctx, &aiven.LookupProjectArgs{
Project: "example-project",
}, 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 exampleProject = Aiven.GetProject.Invoke(new()
{
Project = "example-project",
});
});
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.GetProjectArgs;
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 exampleProject = AivenFunctions.getProject(GetProjectArgs.builder()
.project("example-project")
.build());
}
}
variables:
exampleProject:
fn::invoke:
Function: aiven:getProject
Arguments:
project: example-project
Using getProject
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 getProject(args: GetProjectArgs, opts?: InvokeOptions): Promise<GetProjectResult>
function getProjectOutput(args: GetProjectOutputArgs, opts?: InvokeOptions): Output<GetProjectResult>
def get_project(project: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetProjectResult
def get_project_output(project: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetProjectResult]
func LookupProject(ctx *Context, args *LookupProjectArgs, opts ...InvokeOption) (*LookupProjectResult, error)
func LookupProjectOutput(ctx *Context, args *LookupProjectOutputArgs, opts ...InvokeOption) LookupProjectResultOutput
> Note: This function is named LookupProject
in the Go SDK.
public static class GetProject
{
public static Task<GetProjectResult> InvokeAsync(GetProjectArgs args, InvokeOptions? opts = null)
public static Output<GetProjectResult> Invoke(GetProjectInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetProjectResult> getProject(GetProjectArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aiven:index/getProject:getProject
arguments:
# arguments dictionary
The following arguments are supported:
- 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 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 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 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 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.
- 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.
getProject Result
The following output properties are available:
- 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.
- Id string
- The provider-assigned unique ID for this managed resource.
- 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<Get
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.
- Id string
- The provider-assigned unique ID for this managed resource.
- 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.
- []Get
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 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.
- id String
- The provider-assigned unique ID for this managed resource.
- 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<Get
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.
- id string
- The provider-assigned unique ID for this managed resource.
- 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.
- Get
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.
- id str
- The provider-assigned unique ID for this managed resource.
- 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[Get
Project Tag] - 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.
- id String
- The provider-assigned unique ID for this managed resource.
- 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
GetProjectTag
Package Details
- Repository
- Aiven pulumi/pulumi-aiven
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
aiven
Terraform Provider.