Viewing docs for Aiven v6.53.1
published on Thursday, Apr 23, 2026 by Pulumi
published on Thursday, Apr 23, 2026 by Pulumi
Aiven Provider: Installation & Configuration
I want to use the Pulumi Aiven package (aiven) in my project.
## Provider details
- Package: aiven
- Version: v6.53.1
- Publisher: Pulumi
- Source: pulumi
- Repository: https://github.com/pulumi/pulumi-aiven
## Documentation
The Pulumi Cloud Registry API serves canonical, up-to-date docs for this package — including private packages and every published version. Send the "Accept: text/markdown" header for clean readable content, or "application/json" for structured data.
Start at the navigation tree, which cross-links to the readme, installation guide, and per-resource docs URL template:
- https://api.pulumi.com/api/registry/packages/pulumi/pulumi/aiven/versions/latest/nav
Returns a summary by default. The full tree can be hundreds of kB for large providers, so prefer targeted search: append "?q=<query>&depth=full" to filter by resource/function title or token (for example "?q=bucket&depth=full"). Only request the full nav without a query if you actually need to enumerate every resource.
Other endpoints:
- Overview and getting started: https://api.pulumi.com/api/registry/packages/pulumi/pulumi/aiven/versions/latest/readme
- Installation and configuration: https://api.pulumi.com/api/registry/packages/pulumi/pulumi/aiven/versions/latest/installation
- Per-resource/function docs: https://api.pulumi.com/api/registry/packages/pulumi/pulumi/aiven/versions/latest/docs/{token}?lang={lang}
Replace {token} with the percent-encoded token from the nav response (for example aws:s3/bucket:Bucket).
Replace {lang} with typescript, python, go, csharp, java, or yaml.
Fetch the installation endpoint above for the correct setup steps — install instructions vary between native providers, bridged Terraform providers, and component packages.
Help me get started using this provider. Show me a complete Pulumi program that provisions a common resource, including all necessary configuration and imports.
Viewing docs for Aiven v6.53.1
published on Thursday, Apr 23, 2026 by Pulumi
published on Thursday, Apr 23, 2026 by Pulumi
Installation
The aiven provider is available as a package in all Pulumi languages:
- JavaScript/TypeScript:
@pulumi/aiven - Python:
pulumi-aiven - Go:
github.com/pulumi/pulumi-aiven/sdk/v6/go/aiven - .NET:
Pulumi.Aiven - Java:
com.pulumi/aiven
The Pulumi provider for Aiven, the trusted open source data platform for everyone.
Authentication
Sign up for Aiven and create a personal token.
You can also create an application user and use its token for accessing the Aiven Provider.
Example usage
# Pulumi.yaml provider configuration file
name: configuration-example
runtime: nodejs
config:
aiven:apiToken:
value: 'TODO: var.aiven_api_token'
# Pulumi.yaml provider configuration file
name: configuration-example
runtime: python
config:
aiven:apiToken:
value: 'TODO: var.aiven_api_token'
# Pulumi.yaml provider configuration file
name: configuration-example
runtime: dotnet
config:
aiven:apiToken:
value: 'TODO: var.aiven_api_token'
# Pulumi.yaml provider configuration file
name: configuration-example
runtime: go
config:
aiven:apiToken:
value: 'TODO: var.aiven_api_token'
# Pulumi.yaml provider configuration file
name: configuration-example
runtime: yaml
config:
aiven:apiToken:
value: 'TODO: var.aiven_api_token'
# Pulumi.yaml provider configuration file
name: configuration-example
runtime: java
config:
aiven:apiToken:
value: 'TODO: var.aiven_api_token'
Environment variables
- For authentication, you can set the
AIVEN_TOKENto your token value. - To use beta resources, set
PROVIDER_AIVEN_ENABLE_BETAto any value. - To allow IP filters to be purged, set
AIVEN_ALLOW_IP_FILTER_PURGEto any value. This feature prevents accidental purging of IP filters, which can cause you to lose access to services.
Resource options
The list of options in this document is not comprehensive. However, most map directly to the Aiven REST API properties.
Viewing docs for Aiven v6.53.1
published on Thursday, Apr 23, 2026 by Pulumi
published on Thursday, Apr 23, 2026 by Pulumi
