Aiven v6.36.0 published on Thursday, Mar 13, 2025 by Pulumi
aiven.getOrganizationProject
Explore with Pulumi AI
Gets information about an Aiven project.
This resource is in the beta stage and may change without notice. Set
the PROVIDER_AIVEN_ENABLE_BETA
environment variable to use the resource.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as aiven from "@pulumi/aiven";
const example = aiven.getOrganizationProject({
projectId: foo.projectId,
organizationId: foo.organizationId,
});
import pulumi
import pulumi_aiven as aiven
example = aiven.get_organization_project(project_id=foo["projectId"],
organization_id=foo["organizationId"])
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.LookupOrganizationProject(ctx, &aiven.LookupOrganizationProjectArgs{
ProjectId: foo.ProjectId,
OrganizationId: foo.OrganizationId,
}, 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 example = Aiven.GetOrganizationProject.Invoke(new()
{
ProjectId = foo.ProjectId,
OrganizationId = foo.OrganizationId,
});
});
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.GetOrganizationProjectArgs;
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 example = AivenFunctions.getOrganizationProject(GetOrganizationProjectArgs.builder()
.projectId(foo.projectId())
.organizationId(foo.organizationId())
.build());
}
}
variables:
example:
fn::invoke:
function: aiven:getOrganizationProject
arguments:
projectId: ${foo.projectId}
organizationId: ${foo.organizationId}
Using getOrganizationProject
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 getOrganizationProject(args: GetOrganizationProjectArgs, opts?: InvokeOptions): Promise<GetOrganizationProjectResult>
function getOrganizationProjectOutput(args: GetOrganizationProjectOutputArgs, opts?: InvokeOptions): Output<GetOrganizationProjectResult>
def get_organization_project(organization_id: Optional[str] = None,
project_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetOrganizationProjectResult
def get_organization_project_output(organization_id: Optional[pulumi.Input[str]] = None,
project_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetOrganizationProjectResult]
func LookupOrganizationProject(ctx *Context, args *LookupOrganizationProjectArgs, opts ...InvokeOption) (*LookupOrganizationProjectResult, error)
func LookupOrganizationProjectOutput(ctx *Context, args *LookupOrganizationProjectOutputArgs, opts ...InvokeOption) LookupOrganizationProjectResultOutput
> Note: This function is named LookupOrganizationProject
in the Go SDK.
public static class GetOrganizationProject
{
public static Task<GetOrganizationProjectResult> InvokeAsync(GetOrganizationProjectArgs args, InvokeOptions? opts = null)
public static Output<GetOrganizationProjectResult> Invoke(GetOrganizationProjectInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetOrganizationProjectResult> getOrganizationProject(GetOrganizationProjectArgs args, InvokeOptions options)
public static Output<GetOrganizationProjectResult> getOrganizationProject(GetOrganizationProjectArgs args, InvokeOptions options)
fn::invoke:
function: aiven:index/getOrganizationProject:getOrganizationProject
arguments:
# arguments dictionary
The following arguments are supported:
- Organization
Id string - ID of an organization. Changing this property forces recreation of the resource.
- Project
Id string - Unique identifier for the project that also serves as the project name.
- Organization
Id string - ID of an organization. Changing this property forces recreation of the resource.
- Project
Id string - Unique identifier for the project that also serves as the project name.
- organization
Id String - ID of an organization. Changing this property forces recreation of the resource.
- project
Id String - Unique identifier for the project that also serves as the project name.
- organization
Id string - ID of an organization. Changing this property forces recreation of the resource.
- project
Id string - Unique identifier for the project that also serves as the project name.
- organization_
id str - ID of an organization. Changing this property forces recreation of the resource.
- project_
id str - Unique identifier for the project that also serves as the project name.
- organization
Id String - ID of an organization. Changing this property forces recreation of the resource.
- project
Id String - Unique identifier for the project that also serves as the project name.
getOrganizationProject Result
The following output properties are available:
- Billing
Group stringId - Billing group ID to assign to the project.
- Id string
- The provider-assigned unique ID for this managed resource.
- Organization
Id string - ID of an organization. Changing this property forces recreation of the resource.
- Parent
Id string - Link a project to an organization or organizational unit by using its ID. To set up proper dependencies please refer to this variable as a reference.
- Project
Id string - Unique identifier for the project that also serves as the project name.
- List<Get
Organization 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.
- Billing
Group stringId - Billing group ID to assign to the project.
- Id string
- The provider-assigned unique ID for this managed resource.
- Organization
Id string - ID of an organization. Changing this property forces recreation of the resource.
- Parent
Id string - Link a project to an organization or organizational unit by using its ID. To set up proper dependencies please refer to this variable as a reference.
- Project
Id string - Unique identifier for the project that also serves as the project name.
- []Get
Organization 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.
- billing
Group StringId - Billing group ID to assign to the project.
- id String
- The provider-assigned unique ID for this managed resource.
- organization
Id String - ID of an organization. Changing this property forces recreation of the resource.
- parent
Id String - Link a project to an organization or organizational unit by using its ID. To set up proper dependencies please refer to this variable as a reference.
- project
Id String - Unique identifier for the project that also serves as the project name.
- List<Get
Organization 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.
- billing
Group stringId - Billing group ID to assign to the project.
- id string
- The provider-assigned unique ID for this managed resource.
- organization
Id string - ID of an organization. Changing this property forces recreation of the resource.
- parent
Id string - Link a project to an organization or organizational unit by using its ID. To set up proper dependencies please refer to this variable as a reference.
- project
Id string - Unique identifier for the project that also serves as the project name.
- Get
Organization 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.
- billing_
group_ strid - Billing group ID to assign to the project.
- id str
- The provider-assigned unique ID for this managed resource.
- organization_
id str - ID of an organization. Changing this property forces recreation of the resource.
- parent_
id str - Link a project to an organization or organizational unit by using its ID. To set up proper dependencies please refer to this variable as a reference.
- project_
id str - Unique identifier for the project that also serves as the project name.
- Sequence[Get
Organization 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.
- billing
Group StringId - Billing group ID to assign to the project.
- id String
- The provider-assigned unique ID for this managed resource.
- organization
Id String - ID of an organization. Changing this property forces recreation of the resource.
- parent
Id String - Link a project to an organization or organizational unit by using its ID. To set up proper dependencies please refer to this variable as a reference.
- project
Id String - Unique identifier for the project that also serves as the project name.
- 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.
Supporting Types
GetOrganizationProjectTag
Package Details
- Repository
- Aiven pulumi/pulumi-aiven
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
aiven
Terraform Provider.