1. Packages
  2. Aiven Provider
  3. API Docs
  4. Project
Viewing docs for Aiven v4.5.2 (Older version)
published on Monday, Mar 9, 2026 by Pulumi
aiven logo
Viewing docs for Aiven v4.5.2 (Older version)
published on Monday, Mar 9, 2026 by Pulumi

    The Project resource allows the creation and management of Aiven Projects.

    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,
                billing_currency: Optional[str] = None,
                default_cloud: Optional[str] = None,
                billing_address: Optional[str] = None,
                account_id: Optional[str] = None,
                billing_emails: Optional[Sequence[str]] = None,
                billing_extra_text: Optional[str] = None,
                available_credits: Optional[str] = None,
                copy_from_project: Optional[str] = None,
                billing_group: Optional[str] = None,
                country_code: Optional[str] = None,
                card_id: Optional[str] = None,
                add_account_owners_admin_access: Optional[bool] = None,
                technical_emails: Optional[Sequence[str]] = None,
                use_source_project_billing_group: Optional[bool] = None,
                vat_id: Optional[str] = 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",
        DefaultCloud = "string",
        AccountId = "string",
        AvailableCredits = "string",
        CopyFromProject = "string",
        BillingGroup = "string",
        AddAccountOwnersAdminAccess = false,
        TechnicalEmails = new[]
        {
            "string",
        },
        UseSourceProjectBillingGroup = false,
    });
    
    example, err := aiven.NewProject(ctx, "projectResource", &aiven.ProjectArgs{
    	Project:                     pulumi.String("string"),
    	DefaultCloud:                pulumi.String("string"),
    	AccountId:                   pulumi.String("string"),
    	AvailableCredits:            pulumi.String("string"),
    	CopyFromProject:             pulumi.String("string"),
    	BillingGroup:                pulumi.String("string"),
    	AddAccountOwnersAdminAccess: pulumi.Bool(false),
    	TechnicalEmails: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	UseSourceProjectBillingGroup: pulumi.Bool(false),
    })
    
    var projectResource = new Project("projectResource", ProjectArgs.builder()
        .project("string")
        .defaultCloud("string")
        .accountId("string")
        .availableCredits("string")
        .copyFromProject("string")
        .billingGroup("string")
        .addAccountOwnersAdminAccess(false)
        .technicalEmails("string")
        .useSourceProjectBillingGroup(false)
        .build());
    
    project_resource = aiven.Project("projectResource",
        project="string",
        default_cloud="string",
        account_id="string",
        available_credits="string",
        copy_from_project="string",
        billing_group="string",
        add_account_owners_admin_access=False,
        technical_emails=["string"],
        use_source_project_billing_group=False)
    
    const projectResource = new aiven.Project("projectResource", {
        project: "string",
        defaultCloud: "string",
        accountId: "string",
        availableCredits: "string",
        copyFromProject: "string",
        billingGroup: "string",
        addAccountOwnersAdminAccess: false,
        technicalEmails: ["string"],
        useSourceProjectBillingGroup: false,
    });
    
    type: aiven:Project
    properties:
        accountId: string
        addAccountOwnersAdminAccess: false
        availableCredits: string
        billingGroup: string
        copyFromProject: string
        defaultCloud: string
        project: string
        technicalEmails:
            - string
        useSourceProjectBillingGroup: false
    

    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:

    ProjectName string
    Defines the name of the project. Name must be globally unique (between all Aiven customers) and cannot be changed later without destroying and re-creating the project, including all sub-resources.
    AccountId string
    An optional property to link a project to already an existing account by using account ID. To set up proper dependencies please refer to this variable as a reference.
    AddAccountOwnersAdminAccess bool
    If account_id is set, grant account owner team admin access to the new project. The default value is true.
    AvailableCredits string
    The amount of platform credits available to the project. This could be your free trial or other promotional credits.
    BillingAddress string
    DEPRECATED Please use aivenbillinggroup resource to set this value. Billing name and address of the project.

    Deprecated: Please use aiven_billing_group resource to set this value.

    BillingCurrency string
    DEPRECATED Please use aivenbillinggroup resource to set this value. Billing currency.

    Deprecated: Please use aiven_billing_group resource to set this value.

    BillingEmails List<string>
    DEPRECATED Please use aivenbillinggroup resource to set this value. Billing contact emails of the project.

    Deprecated: Please use aiven_billing_group resource to set this value.

    BillingExtraText string
    DEPRECATED Please use aivenbillinggroup resource to set this value. Extra text to be included in all project invoices, e.g. purchase order or cost center number.

    Deprecated: Please use aiven_billing_group resource to set this value.

    BillingGroup string
    The id of the billing group that is linked to this project. To set up proper dependencies please refer to this variable as a reference.
    CardId string
    DEPRECATED Please use aivenbillinggroup resource to set this value. Either the full card UUID or the last 4 digits of the card. As the full UUID is not shown in the UI it is typically easier to use the last 4 digits to identify the card. This can be omitted if copy_from_project is used to copy billing info from another project.

    Deprecated: Please use aiven_billing_group resource to set this value.

    CopyFromProject string
    is the name of another project used to copy billing information and some other project attributes like technical contacts from. This is mostly relevant when an existing project has billing type set to invoice and that needs to be copied over to a new project. (Setting billing is otherwise not allowed over the API.) This only has effect when the project is created. To set up proper dependencies please refer to this variable as a reference.
    CountryCode string
    DEPRECATED Please use aivenbillinggroup resource to set this value. Billing country code of the project.

    Deprecated: Please use aiven_billing_group resource to set this value.

    DefaultCloud string
    Defines the default cloud provider and region where services are hosted. This can be changed freely after the project is created. This will not affect existing services.
    TechnicalEmails List<string>
    Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability. It is good practice to keep this up-to-date to be aware of any potential issues with your project.
    UseSourceProjectBillingGroup bool
    Use the same billing group that is used in source project.
    VatId string
    DEPRECATED Please use aivenbillinggroup resource to set this value. EU VAT Identification Number.

    Deprecated: Please use aiven_billing_group resource to set this value.

    Project string
    Defines the name of the project. Name must be globally unique (between all Aiven customers) and cannot be changed later without destroying and re-creating the project, including all sub-resources.
    AccountId string
    An optional property to link a project to already an existing account by using account ID. To set up proper dependencies please refer to this variable as a reference.
    AddAccountOwnersAdminAccess bool
    If account_id is set, grant account owner team admin access to the new project. The default value is true.
    AvailableCredits string
    The amount of platform credits available to the project. This could be your free trial or other promotional credits.
    BillingAddress string
    DEPRECATED Please use aivenbillinggroup resource to set this value. Billing name and address of the project.

    Deprecated: Please use aiven_billing_group resource to set this value.

    BillingCurrency string
    DEPRECATED Please use aivenbillinggroup resource to set this value. Billing currency.

    Deprecated: Please use aiven_billing_group resource to set this value.

    BillingEmails []string
    DEPRECATED Please use aivenbillinggroup resource to set this value. Billing contact emails of the project.

    Deprecated: Please use aiven_billing_group resource to set this value.

    BillingExtraText string
    DEPRECATED Please use aivenbillinggroup resource to set this value. Extra text to be included in all project invoices, e.g. purchase order or cost center number.

    Deprecated: Please use aiven_billing_group resource to set this value.

    BillingGroup string
    The id of the billing group that is linked to this project. To set up proper dependencies please refer to this variable as a reference.
    CardId string
    DEPRECATED Please use aivenbillinggroup resource to set this value. Either the full card UUID or the last 4 digits of the card. As the full UUID is not shown in the UI it is typically easier to use the last 4 digits to identify the card. This can be omitted if copy_from_project is used to copy billing info from another project.

    Deprecated: Please use aiven_billing_group resource to set this value.

    CopyFromProject string
    is the name of another project used to copy billing information and some other project attributes like technical contacts from. This is mostly relevant when an existing project has billing type set to invoice and that needs to be copied over to a new project. (Setting billing is otherwise not allowed over the API.) This only has effect when the project is created. To set up proper dependencies please refer to this variable as a reference.
    CountryCode string
    DEPRECATED Please use aivenbillinggroup resource to set this value. Billing country code of the project.

    Deprecated: Please use aiven_billing_group resource to set this value.

    DefaultCloud string
    Defines the default cloud provider and region where services are hosted. This can be changed freely after the project is created. This will not affect existing services.
    TechnicalEmails []string
    Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability. It is good practice to keep this up-to-date to be aware of any potential issues with your project.
    UseSourceProjectBillingGroup bool
    Use the same billing group that is used in source project.
    VatId string
    DEPRECATED Please use aivenbillinggroup resource to set this value. EU VAT Identification Number.

    Deprecated: Please use aiven_billing_group resource to set this value.

    project String
    Defines the name of the project. Name must be globally unique (between all Aiven customers) and cannot be changed later without destroying and re-creating the project, including all sub-resources.
    accountId String
    An optional property to link a project to already an existing account by using account ID. To set up proper dependencies please refer to this variable as a reference.
    addAccountOwnersAdminAccess Boolean
    If account_id is set, grant account owner team admin access to the new project. The default value is true.
    availableCredits String
    The amount of platform credits available to the project. This could be your free trial or other promotional credits.
    billingAddress String
    DEPRECATED Please use aivenbillinggroup resource to set this value. Billing name and address of the project.

    Deprecated: Please use aiven_billing_group resource to set this value.

    billingCurrency String
    DEPRECATED Please use aivenbillinggroup resource to set this value. Billing currency.

    Deprecated: Please use aiven_billing_group resource to set this value.

    billingEmails List<String>
    DEPRECATED Please use aivenbillinggroup resource to set this value. Billing contact emails of the project.

    Deprecated: Please use aiven_billing_group resource to set this value.

    billingExtraText String
    DEPRECATED Please use aivenbillinggroup resource to set this value. Extra text to be included in all project invoices, e.g. purchase order or cost center number.

    Deprecated: Please use aiven_billing_group resource to set this value.

    billingGroup String
    The id of the billing group that is linked to this project. To set up proper dependencies please refer to this variable as a reference.
    cardId String
    DEPRECATED Please use aivenbillinggroup resource to set this value. Either the full card UUID or the last 4 digits of the card. As the full UUID is not shown in the UI it is typically easier to use the last 4 digits to identify the card. This can be omitted if copy_from_project is used to copy billing info from another project.

    Deprecated: Please use aiven_billing_group resource to set this value.

    copyFromProject String
    is the name of another project used to copy billing information and some other project attributes like technical contacts from. This is mostly relevant when an existing project has billing type set to invoice and that needs to be copied over to a new project. (Setting billing is otherwise not allowed over the API.) This only has effect when the project is created. To set up proper dependencies please refer to this variable as a reference.
    countryCode String
    DEPRECATED Please use aivenbillinggroup resource to set this value. Billing country code of the project.

    Deprecated: Please use aiven_billing_group resource to set this value.

    defaultCloud String
    Defines the default cloud provider and region where services are hosted. This can be changed freely after the project is created. This will not affect existing services.
    technicalEmails List<String>
    Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability. It is good practice to keep this up-to-date to be aware of any potential issues with your project.
    useSourceProjectBillingGroup Boolean
    Use the same billing group that is used in source project.
    vatId String
    DEPRECATED Please use aivenbillinggroup resource to set this value. EU VAT Identification Number.

    Deprecated: Please use aiven_billing_group resource to set this value.

    project string
    Defines the name of the project. Name must be globally unique (between all Aiven customers) and cannot be changed later without destroying and re-creating the project, including all sub-resources.
    accountId string
    An optional property to link a project to already an existing account by using account ID. To set up proper dependencies please refer to this variable as a reference.
    addAccountOwnersAdminAccess boolean
    If account_id is set, grant account owner team admin access to the new project. The default value is true.
    availableCredits string
    The amount of platform credits available to the project. This could be your free trial or other promotional credits.
    billingAddress string
    DEPRECATED Please use aivenbillinggroup resource to set this value. Billing name and address of the project.

    Deprecated: Please use aiven_billing_group resource to set this value.

    billingCurrency string
    DEPRECATED Please use aivenbillinggroup resource to set this value. Billing currency.

    Deprecated: Please use aiven_billing_group resource to set this value.

    billingEmails string[]
    DEPRECATED Please use aivenbillinggroup resource to set this value. Billing contact emails of the project.

    Deprecated: Please use aiven_billing_group resource to set this value.

    billingExtraText string
    DEPRECATED Please use aivenbillinggroup resource to set this value. Extra text to be included in all project invoices, e.g. purchase order or cost center number.

    Deprecated: Please use aiven_billing_group resource to set this value.

    billingGroup string
    The id of the billing group that is linked to this project. To set up proper dependencies please refer to this variable as a reference.
    cardId string
    DEPRECATED Please use aivenbillinggroup resource to set this value. Either the full card UUID or the last 4 digits of the card. As the full UUID is not shown in the UI it is typically easier to use the last 4 digits to identify the card. This can be omitted if copy_from_project is used to copy billing info from another project.

    Deprecated: Please use aiven_billing_group resource to set this value.

    copyFromProject string
    is the name of another project used to copy billing information and some other project attributes like technical contacts from. This is mostly relevant when an existing project has billing type set to invoice and that needs to be copied over to a new project. (Setting billing is otherwise not allowed over the API.) This only has effect when the project is created. To set up proper dependencies please refer to this variable as a reference.
    countryCode string
    DEPRECATED Please use aivenbillinggroup resource to set this value. Billing country code of the project.

    Deprecated: Please use aiven_billing_group resource to set this value.

    defaultCloud string
    Defines the default cloud provider and region where services are hosted. This can be changed freely after the project is created. This will not affect existing services.
    technicalEmails string[]
    Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability. It is good practice to keep this up-to-date to be aware of any potential issues with your project.
    useSourceProjectBillingGroup boolean
    Use the same billing group that is used in source project.
    vatId string
    DEPRECATED Please use aivenbillinggroup resource to set this value. EU VAT Identification Number.

    Deprecated: Please use aiven_billing_group resource to set this value.

    project str
    Defines the name of the project. Name must be globally unique (between all Aiven customers) and cannot be changed later without destroying and re-creating the project, including all sub-resources.
    account_id str
    An optional property to link a project to already an existing account by using account ID. To set up proper dependencies please refer to this variable as a reference.
    add_account_owners_admin_access bool
    If account_id is set, grant account owner team admin access to the new project. The default value is true.
    available_credits str
    The amount of platform credits available to the project. This could be your free trial or other promotional credits.
    billing_address str
    DEPRECATED Please use aivenbillinggroup resource to set this value. Billing name and address of the project.

    Deprecated: Please use aiven_billing_group resource to set this value.

    billing_currency str
    DEPRECATED Please use aivenbillinggroup resource to set this value. Billing currency.

    Deprecated: Please use aiven_billing_group resource to set this value.

    billing_emails Sequence[str]
    DEPRECATED Please use aivenbillinggroup resource to set this value. Billing contact emails of the project.

    Deprecated: Please use aiven_billing_group resource to set this value.

    billing_extra_text str
    DEPRECATED Please use aivenbillinggroup resource to set this value. Extra text to be included in all project invoices, e.g. purchase order or cost center number.

    Deprecated: Please use aiven_billing_group resource to set this value.

    billing_group str
    The id of the billing group that is linked to this project. To set up proper dependencies please refer to this variable as a reference.
    card_id str
    DEPRECATED Please use aivenbillinggroup resource to set this value. Either the full card UUID or the last 4 digits of the card. As the full UUID is not shown in the UI it is typically easier to use the last 4 digits to identify the card. This can be omitted if copy_from_project is used to copy billing info from another project.

    Deprecated: Please use aiven_billing_group resource to set this value.

    copy_from_project str
    is the name of another project used to copy billing information and some other project attributes like technical contacts from. This is mostly relevant when an existing project has billing type set to invoice and that needs to be copied over to a new project. (Setting billing is otherwise not allowed over the API.) This only has effect when the project is created. To set up proper dependencies please refer to this variable as a reference.
    country_code str
    DEPRECATED Please use aivenbillinggroup resource to set this value. Billing country code of the project.

    Deprecated: Please use aiven_billing_group resource to set this value.

    default_cloud str
    Defines the default cloud provider and region where services are hosted. This can be changed freely after the project is created. This will not affect existing services.
    technical_emails Sequence[str]
    Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability. It is good practice to keep this up-to-date to be aware of any potential issues with your project.
    use_source_project_billing_group bool
    Use the same billing group that is used in source project.
    vat_id str
    DEPRECATED Please use aivenbillinggroup resource to set this value. EU VAT Identification Number.

    Deprecated: Please use aiven_billing_group resource to set this value.

    project String
    Defines the name of the project. Name must be globally unique (between all Aiven customers) and cannot be changed later without destroying and re-creating the project, including all sub-resources.
    accountId String
    An optional property to link a project to already an existing account by using account ID. To set up proper dependencies please refer to this variable as a reference.
    addAccountOwnersAdminAccess Boolean
    If account_id is set, grant account owner team admin access to the new project. The default value is true.
    availableCredits String
    The amount of platform credits available to the project. This could be your free trial or other promotional credits.
    billingAddress String
    DEPRECATED Please use aivenbillinggroup resource to set this value. Billing name and address of the project.

    Deprecated: Please use aiven_billing_group resource to set this value.

    billingCurrency String
    DEPRECATED Please use aivenbillinggroup resource to set this value. Billing currency.

    Deprecated: Please use aiven_billing_group resource to set this value.

    billingEmails List<String>
    DEPRECATED Please use aivenbillinggroup resource to set this value. Billing contact emails of the project.

    Deprecated: Please use aiven_billing_group resource to set this value.

    billingExtraText String
    DEPRECATED Please use aivenbillinggroup resource to set this value. Extra text to be included in all project invoices, e.g. purchase order or cost center number.

    Deprecated: Please use aiven_billing_group resource to set this value.

    billingGroup String
    The id of the billing group that is linked to this project. To set up proper dependencies please refer to this variable as a reference.
    cardId String
    DEPRECATED Please use aivenbillinggroup resource to set this value. Either the full card UUID or the last 4 digits of the card. As the full UUID is not shown in the UI it is typically easier to use the last 4 digits to identify the card. This can be omitted if copy_from_project is used to copy billing info from another project.

    Deprecated: Please use aiven_billing_group resource to set this value.

    copyFromProject String
    is the name of another project used to copy billing information and some other project attributes like technical contacts from. This is mostly relevant when an existing project has billing type set to invoice and that needs to be copied over to a new project. (Setting billing is otherwise not allowed over the API.) This only has effect when the project is created. To set up proper dependencies please refer to this variable as a reference.
    countryCode String
    DEPRECATED Please use aivenbillinggroup resource to set this value. Billing country code of the project.

    Deprecated: Please use aiven_billing_group resource to set this value.

    defaultCloud String
    Defines the default cloud provider and region where services are hosted. This can be changed freely after the project is created. This will not affect existing services.
    technicalEmails List<String>
    Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability. It is good practice to keep this up-to-date to be aware of any potential issues with your project.
    useSourceProjectBillingGroup Boolean
    Use the same billing group that is used in source project.
    vatId String
    DEPRECATED Please use aivenbillinggroup resource to set this value. EU VAT Identification Number.

    Deprecated: Please use aiven_billing_group resource to set this value.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Project resource produces the following output properties:

    CaCert string
    The CA certificate of the project. This is required for configuring clients that connect to certain services like Kafka.
    EstimatedBalance string
    The current accumulated bill for this project in the current billing period.
    Id string
    The provider-assigned unique ID for this managed resource.
    PaymentMethod string
    The method of invoicing used for payments for this project, e.g. card.

    Deprecated: Please use aiven_billing_group resource to set this value.

    CaCert string
    The CA certificate of the project. This is required for configuring clients that connect to certain services like Kafka.
    EstimatedBalance string
    The current accumulated bill for this project in the current billing period.
    Id string
    The provider-assigned unique ID for this managed resource.
    PaymentMethod string
    The method of invoicing used for payments for this project, e.g. card.

    Deprecated: Please use aiven_billing_group resource to set this value.

    caCert String
    The CA certificate of the project. This is required for configuring clients that connect to certain services like Kafka.
    estimatedBalance String
    The current accumulated bill for this project in the current billing period.
    id String
    The provider-assigned unique ID for this managed resource.
    paymentMethod String
    The method of invoicing used for payments for this project, e.g. card.

    Deprecated: Please use aiven_billing_group resource to set this value.

    caCert string
    The CA certificate of the project. This is required for configuring clients that connect to certain services like Kafka.
    estimatedBalance string
    The current accumulated bill for this project in the current billing period.
    id string
    The provider-assigned unique ID for this managed resource.
    paymentMethod string
    The method of invoicing used for payments for this project, e.g. card.

    Deprecated: Please use aiven_billing_group resource to set this value.

    ca_cert str
    The CA certificate of the project. This is required for configuring clients that connect to certain services like Kafka.
    estimated_balance str
    The current accumulated bill for this project in the current billing period.
    id str
    The provider-assigned unique ID for this managed resource.
    payment_method str
    The method of invoicing used for payments for this project, e.g. card.

    Deprecated: Please use aiven_billing_group resource to set this value.

    caCert String
    The CA certificate of the project. This is required for configuring clients that connect to certain services like Kafka.
    estimatedBalance String
    The current accumulated bill for this project in the current billing period.
    id String
    The provider-assigned unique ID for this managed resource.
    paymentMethod String
    The method of invoicing used for payments for this project, e.g. card.

    Deprecated: Please use aiven_billing_group resource to set this value.

    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_address: Optional[str] = None,
            billing_currency: Optional[str] = None,
            billing_emails: Optional[Sequence[str]] = None,
            billing_extra_text: Optional[str] = None,
            billing_group: Optional[str] = None,
            ca_cert: Optional[str] = None,
            card_id: Optional[str] = None,
            copy_from_project: Optional[str] = None,
            country_code: Optional[str] = None,
            default_cloud: Optional[str] = None,
            estimated_balance: Optional[str] = None,
            payment_method: Optional[str] = None,
            project: Optional[str] = None,
            technical_emails: Optional[Sequence[str]] = None,
            use_source_project_billing_group: Optional[bool] = None,
            vat_id: Optional[str] = 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)
    resources:  _:    type: aiven:Project    get:      id: ${id}
    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.
    The following state arguments are supported:
    AccountId string
    An optional property to link a project to already an existing account by using account ID. To set up proper dependencies please refer to this variable as a reference.
    AddAccountOwnersAdminAccess bool
    If account_id is set, grant account owner team admin access to the new project. The default value is true.
    AvailableCredits string
    The amount of platform credits available to the project. This could be your free trial or other promotional credits.
    BillingAddress string
    DEPRECATED Please use aivenbillinggroup resource to set this value. Billing name and address of the project.

    Deprecated: Please use aiven_billing_group resource to set this value.

    BillingCurrency string
    DEPRECATED Please use aivenbillinggroup resource to set this value. Billing currency.

    Deprecated: Please use aiven_billing_group resource to set this value.

    BillingEmails List<string>
    DEPRECATED Please use aivenbillinggroup resource to set this value. Billing contact emails of the project.

    Deprecated: Please use aiven_billing_group resource to set this value.

    BillingExtraText string
    DEPRECATED Please use aivenbillinggroup resource to set this value. Extra text to be included in all project invoices, e.g. purchase order or cost center number.

    Deprecated: Please use aiven_billing_group resource to set this value.

    BillingGroup string
    The id of the billing group that is linked to this project. To set up proper dependencies please refer to this variable as a reference.
    CaCert string
    The CA certificate of the project. This is required for configuring clients that connect to certain services like Kafka.
    CardId string
    DEPRECATED Please use aivenbillinggroup resource to set this value. Either the full card UUID or the last 4 digits of the card. As the full UUID is not shown in the UI it is typically easier to use the last 4 digits to identify the card. This can be omitted if copy_from_project is used to copy billing info from another project.

    Deprecated: Please use aiven_billing_group resource to set this value.

    CopyFromProject string
    is the name of another project used to copy billing information and some other project attributes like technical contacts from. This is mostly relevant when an existing project has billing type set to invoice and that needs to be copied over to a new project. (Setting billing is otherwise not allowed over the API.) This only has effect when the project is created. To set up proper dependencies please refer to this variable as a reference.
    CountryCode string
    DEPRECATED Please use aivenbillinggroup resource to set this value. Billing country code of the project.

    Deprecated: Please use aiven_billing_group resource to set this value.

    DefaultCloud string
    Defines the default cloud provider and region where services are hosted. This can be changed freely after the project is created. This will not affect existing services.
    EstimatedBalance string
    The current accumulated bill for this project in the current billing period.
    PaymentMethod string
    The method of invoicing used for payments for this project, e.g. card.

    Deprecated: Please use aiven_billing_group resource to set this value.

    ProjectName string
    Defines the name of the project. Name must be globally unique (between all Aiven customers) and cannot be changed later without destroying and re-creating the project, including all sub-resources.
    TechnicalEmails List<string>
    Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability. It is good practice to keep this up-to-date to be aware of any potential issues with your project.
    UseSourceProjectBillingGroup bool
    Use the same billing group that is used in source project.
    VatId string
    DEPRECATED Please use aivenbillinggroup resource to set this value. EU VAT Identification Number.

    Deprecated: Please use aiven_billing_group resource to set this value.

    AccountId string
    An optional property to link a project to already an existing account by using account ID. To set up proper dependencies please refer to this variable as a reference.
    AddAccountOwnersAdminAccess bool
    If account_id is set, grant account owner team admin access to the new project. The default value is true.
    AvailableCredits string
    The amount of platform credits available to the project. This could be your free trial or other promotional credits.
    BillingAddress string
    DEPRECATED Please use aivenbillinggroup resource to set this value. Billing name and address of the project.

    Deprecated: Please use aiven_billing_group resource to set this value.

    BillingCurrency string
    DEPRECATED Please use aivenbillinggroup resource to set this value. Billing currency.

    Deprecated: Please use aiven_billing_group resource to set this value.

    BillingEmails []string
    DEPRECATED Please use aivenbillinggroup resource to set this value. Billing contact emails of the project.

    Deprecated: Please use aiven_billing_group resource to set this value.

    BillingExtraText string
    DEPRECATED Please use aivenbillinggroup resource to set this value. Extra text to be included in all project invoices, e.g. purchase order or cost center number.

    Deprecated: Please use aiven_billing_group resource to set this value.

    BillingGroup string
    The id of the billing group that is linked to this project. To set up proper dependencies please refer to this variable as a reference.
    CaCert string
    The CA certificate of the project. This is required for configuring clients that connect to certain services like Kafka.
    CardId string
    DEPRECATED Please use aivenbillinggroup resource to set this value. Either the full card UUID or the last 4 digits of the card. As the full UUID is not shown in the UI it is typically easier to use the last 4 digits to identify the card. This can be omitted if copy_from_project is used to copy billing info from another project.

    Deprecated: Please use aiven_billing_group resource to set this value.

    CopyFromProject string
    is the name of another project used to copy billing information and some other project attributes like technical contacts from. This is mostly relevant when an existing project has billing type set to invoice and that needs to be copied over to a new project. (Setting billing is otherwise not allowed over the API.) This only has effect when the project is created. To set up proper dependencies please refer to this variable as a reference.
    CountryCode string
    DEPRECATED Please use aivenbillinggroup resource to set this value. Billing country code of the project.

    Deprecated: Please use aiven_billing_group resource to set this value.

    DefaultCloud string
    Defines the default cloud provider and region where services are hosted. This can be changed freely after the project is created. This will not affect existing services.
    EstimatedBalance string
    The current accumulated bill for this project in the current billing period.
    PaymentMethod string
    The method of invoicing used for payments for this project, e.g. card.

    Deprecated: Please use aiven_billing_group resource to set this value.

    Project string
    Defines the name of the project. Name must be globally unique (between all Aiven customers) and cannot be changed later without destroying and re-creating the project, including all sub-resources.
    TechnicalEmails []string
    Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability. It is good practice to keep this up-to-date to be aware of any potential issues with your project.
    UseSourceProjectBillingGroup bool
    Use the same billing group that is used in source project.
    VatId string
    DEPRECATED Please use aivenbillinggroup resource to set this value. EU VAT Identification Number.

    Deprecated: Please use aiven_billing_group resource to set this value.

    accountId String
    An optional property to link a project to already an existing account by using account ID. To set up proper dependencies please refer to this variable as a reference.
    addAccountOwnersAdminAccess Boolean
    If account_id is set, grant account owner team admin access to the new project. The default value is true.
    availableCredits String
    The amount of platform credits available to the project. This could be your free trial or other promotional credits.
    billingAddress String
    DEPRECATED Please use aivenbillinggroup resource to set this value. Billing name and address of the project.

    Deprecated: Please use aiven_billing_group resource to set this value.

    billingCurrency String
    DEPRECATED Please use aivenbillinggroup resource to set this value. Billing currency.

    Deprecated: Please use aiven_billing_group resource to set this value.

    billingEmails List<String>
    DEPRECATED Please use aivenbillinggroup resource to set this value. Billing contact emails of the project.

    Deprecated: Please use aiven_billing_group resource to set this value.

    billingExtraText String
    DEPRECATED Please use aivenbillinggroup resource to set this value. Extra text to be included in all project invoices, e.g. purchase order or cost center number.

    Deprecated: Please use aiven_billing_group resource to set this value.

    billingGroup String
    The id of the billing group that is linked to this project. To set up proper dependencies please refer to this variable as a reference.
    caCert String
    The CA certificate of the project. This is required for configuring clients that connect to certain services like Kafka.
    cardId String
    DEPRECATED Please use aivenbillinggroup resource to set this value. Either the full card UUID or the last 4 digits of the card. As the full UUID is not shown in the UI it is typically easier to use the last 4 digits to identify the card. This can be omitted if copy_from_project is used to copy billing info from another project.

    Deprecated: Please use aiven_billing_group resource to set this value.

    copyFromProject String
    is the name of another project used to copy billing information and some other project attributes like technical contacts from. This is mostly relevant when an existing project has billing type set to invoice and that needs to be copied over to a new project. (Setting billing is otherwise not allowed over the API.) This only has effect when the project is created. To set up proper dependencies please refer to this variable as a reference.
    countryCode String
    DEPRECATED Please use aivenbillinggroup resource to set this value. Billing country code of the project.

    Deprecated: Please use aiven_billing_group resource to set this value.

    defaultCloud String
    Defines the default cloud provider and region where services are hosted. This can be changed freely after the project is created. This will not affect existing services.
    estimatedBalance String
    The current accumulated bill for this project in the current billing period.
    paymentMethod String
    The method of invoicing used for payments for this project, e.g. card.

    Deprecated: Please use aiven_billing_group resource to set this value.

    project String
    Defines the name of the project. Name must be globally unique (between all Aiven customers) and cannot be changed later without destroying and re-creating the project, including all sub-resources.
    technicalEmails List<String>
    Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability. It is good practice to keep this up-to-date to be aware of any potential issues with your project.
    useSourceProjectBillingGroup Boolean
    Use the same billing group that is used in source project.
    vatId String
    DEPRECATED Please use aivenbillinggroup resource to set this value. EU VAT Identification Number.

    Deprecated: Please use aiven_billing_group resource to set this value.

    accountId string
    An optional property to link a project to already an existing account by using account ID. To set up proper dependencies please refer to this variable as a reference.
    addAccountOwnersAdminAccess boolean
    If account_id is set, grant account owner team admin access to the new project. The default value is true.
    availableCredits string
    The amount of platform credits available to the project. This could be your free trial or other promotional credits.
    billingAddress string
    DEPRECATED Please use aivenbillinggroup resource to set this value. Billing name and address of the project.

    Deprecated: Please use aiven_billing_group resource to set this value.

    billingCurrency string
    DEPRECATED Please use aivenbillinggroup resource to set this value. Billing currency.

    Deprecated: Please use aiven_billing_group resource to set this value.

    billingEmails string[]
    DEPRECATED Please use aivenbillinggroup resource to set this value. Billing contact emails of the project.

    Deprecated: Please use aiven_billing_group resource to set this value.

    billingExtraText string
    DEPRECATED Please use aivenbillinggroup resource to set this value. Extra text to be included in all project invoices, e.g. purchase order or cost center number.

    Deprecated: Please use aiven_billing_group resource to set this value.

    billingGroup string
    The id of the billing group that is linked to this project. To set up proper dependencies please refer to this variable as a reference.
    caCert string
    The CA certificate of the project. This is required for configuring clients that connect to certain services like Kafka.
    cardId string
    DEPRECATED Please use aivenbillinggroup resource to set this value. Either the full card UUID or the last 4 digits of the card. As the full UUID is not shown in the UI it is typically easier to use the last 4 digits to identify the card. This can be omitted if copy_from_project is used to copy billing info from another project.

    Deprecated: Please use aiven_billing_group resource to set this value.

    copyFromProject string
    is the name of another project used to copy billing information and some other project attributes like technical contacts from. This is mostly relevant when an existing project has billing type set to invoice and that needs to be copied over to a new project. (Setting billing is otherwise not allowed over the API.) This only has effect when the project is created. To set up proper dependencies please refer to this variable as a reference.
    countryCode string
    DEPRECATED Please use aivenbillinggroup resource to set this value. Billing country code of the project.

    Deprecated: Please use aiven_billing_group resource to set this value.

    defaultCloud string
    Defines the default cloud provider and region where services are hosted. This can be changed freely after the project is created. This will not affect existing services.
    estimatedBalance string
    The current accumulated bill for this project in the current billing period.
    paymentMethod string
    The method of invoicing used for payments for this project, e.g. card.

    Deprecated: Please use aiven_billing_group resource to set this value.

    project string
    Defines the name of the project. Name must be globally unique (between all Aiven customers) and cannot be changed later without destroying and re-creating the project, including all sub-resources.
    technicalEmails string[]
    Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability. It is good practice to keep this up-to-date to be aware of any potential issues with your project.
    useSourceProjectBillingGroup boolean
    Use the same billing group that is used in source project.
    vatId string
    DEPRECATED Please use aivenbillinggroup resource to set this value. EU VAT Identification Number.

    Deprecated: Please use aiven_billing_group resource to set this value.

    account_id str
    An optional property to link a project to already an existing account by using account ID. To set up proper dependencies please refer to this variable as a reference.
    add_account_owners_admin_access bool
    If account_id is set, grant account owner team admin access to the new project. The default value is true.
    available_credits str
    The amount of platform credits available to the project. This could be your free trial or other promotional credits.
    billing_address str
    DEPRECATED Please use aivenbillinggroup resource to set this value. Billing name and address of the project.

    Deprecated: Please use aiven_billing_group resource to set this value.

    billing_currency str
    DEPRECATED Please use aivenbillinggroup resource to set this value. Billing currency.

    Deprecated: Please use aiven_billing_group resource to set this value.

    billing_emails Sequence[str]
    DEPRECATED Please use aivenbillinggroup resource to set this value. Billing contact emails of the project.

    Deprecated: Please use aiven_billing_group resource to set this value.

    billing_extra_text str
    DEPRECATED Please use aivenbillinggroup resource to set this value. Extra text to be included in all project invoices, e.g. purchase order or cost center number.

    Deprecated: Please use aiven_billing_group resource to set this value.

    billing_group str
    The id of the billing group that is linked to this project. To set up proper dependencies please refer to this variable as a reference.
    ca_cert str
    The CA certificate of the project. This is required for configuring clients that connect to certain services like Kafka.
    card_id str
    DEPRECATED Please use aivenbillinggroup resource to set this value. Either the full card UUID or the last 4 digits of the card. As the full UUID is not shown in the UI it is typically easier to use the last 4 digits to identify the card. This can be omitted if copy_from_project is used to copy billing info from another project.

    Deprecated: Please use aiven_billing_group resource to set this value.

    copy_from_project str
    is the name of another project used to copy billing information and some other project attributes like technical contacts from. This is mostly relevant when an existing project has billing type set to invoice and that needs to be copied over to a new project. (Setting billing is otherwise not allowed over the API.) This only has effect when the project is created. To set up proper dependencies please refer to this variable as a reference.
    country_code str
    DEPRECATED Please use aivenbillinggroup resource to set this value. Billing country code of the project.

    Deprecated: Please use aiven_billing_group resource to set this value.

    default_cloud str
    Defines the default cloud provider and region where services are hosted. This can be changed freely after the project is created. This will not affect existing services.
    estimated_balance str
    The current accumulated bill for this project in the current billing period.
    payment_method str
    The method of invoicing used for payments for this project, e.g. card.

    Deprecated: Please use aiven_billing_group resource to set this value.

    project str
    Defines the name of the project. Name must be globally unique (between all Aiven customers) and cannot be changed later without destroying and re-creating the project, including all sub-resources.
    technical_emails Sequence[str]
    Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability. It is good practice to keep this up-to-date to be aware of any potential issues with your project.
    use_source_project_billing_group bool
    Use the same billing group that is used in source project.
    vat_id str
    DEPRECATED Please use aivenbillinggroup resource to set this value. EU VAT Identification Number.

    Deprecated: Please use aiven_billing_group resource to set this value.

    accountId String
    An optional property to link a project to already an existing account by using account ID. To set up proper dependencies please refer to this variable as a reference.
    addAccountOwnersAdminAccess Boolean
    If account_id is set, grant account owner team admin access to the new project. The default value is true.
    availableCredits String
    The amount of platform credits available to the project. This could be your free trial or other promotional credits.
    billingAddress String
    DEPRECATED Please use aivenbillinggroup resource to set this value. Billing name and address of the project.

    Deprecated: Please use aiven_billing_group resource to set this value.

    billingCurrency String
    DEPRECATED Please use aivenbillinggroup resource to set this value. Billing currency.

    Deprecated: Please use aiven_billing_group resource to set this value.

    billingEmails List<String>
    DEPRECATED Please use aivenbillinggroup resource to set this value. Billing contact emails of the project.

    Deprecated: Please use aiven_billing_group resource to set this value.

    billingExtraText String
    DEPRECATED Please use aivenbillinggroup resource to set this value. Extra text to be included in all project invoices, e.g. purchase order or cost center number.

    Deprecated: Please use aiven_billing_group resource to set this value.

    billingGroup String
    The id of the billing group that is linked to this project. To set up proper dependencies please refer to this variable as a reference.
    caCert String
    The CA certificate of the project. This is required for configuring clients that connect to certain services like Kafka.
    cardId String
    DEPRECATED Please use aivenbillinggroup resource to set this value. Either the full card UUID or the last 4 digits of the card. As the full UUID is not shown in the UI it is typically easier to use the last 4 digits to identify the card. This can be omitted if copy_from_project is used to copy billing info from another project.

    Deprecated: Please use aiven_billing_group resource to set this value.

    copyFromProject String
    is the name of another project used to copy billing information and some other project attributes like technical contacts from. This is mostly relevant when an existing project has billing type set to invoice and that needs to be copied over to a new project. (Setting billing is otherwise not allowed over the API.) This only has effect when the project is created. To set up proper dependencies please refer to this variable as a reference.
    countryCode String
    DEPRECATED Please use aivenbillinggroup resource to set this value. Billing country code of the project.

    Deprecated: Please use aiven_billing_group resource to set this value.

    defaultCloud String
    Defines the default cloud provider and region where services are hosted. This can be changed freely after the project is created. This will not affect existing services.
    estimatedBalance String
    The current accumulated bill for this project in the current billing period.
    paymentMethod String
    The method of invoicing used for payments for this project, e.g. card.

    Deprecated: Please use aiven_billing_group resource to set this value.

    project String
    Defines the name of the project. Name must be globally unique (between all Aiven customers) and cannot be changed later without destroying and re-creating the project, including all sub-resources.
    technicalEmails List<String>
    Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability. It is good practice to keep this up-to-date to be aware of any potential issues with your project.
    useSourceProjectBillingGroup Boolean
    Use the same billing group that is used in source project.
    vatId String
    DEPRECATED Please use aivenbillinggroup resource to set this value. EU VAT Identification Number.

    Deprecated: Please use aiven_billing_group resource to set this value.

    Package Details

    Repository
    Aiven pulumi/pulumi-aiven
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the aiven Terraform Provider.
    aiven logo
    Viewing docs for Aiven v4.5.2 (Older version)
    published on Monday, Mar 9, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.