JSPM

@pulumi/confluentcloud

1.53.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2661
  • Score
    100M100P100Q121748F
  • License Apache-2.0

A Pulumi package for creating and managing Confluent cloud resources.

Package Exports

  • @pulumi/confluentcloud
  • @pulumi/confluentcloud/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@pulumi/confluentcloud) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Actions Status Slack NPM version Python version NuGet version PkgGoDev License

Confluent Cloud Resource Provider

The Confluent Resource Provider lets you manage Confluent resources.

Please Note: This provider is built from the ConfluentInc official Terraform Provider - https://github.com/confluentinc/terraform-provider-confluent

Installing

This package is available for several languages/platforms:

Node.js (JavaScript/TypeScript)

To use from JavaScript or TypeScript in Node.js, install using either npm:

npm install @pulumi/confluentcloud

or yarn:

yarn add @pulumi/confluentcloud

Python

To use from Python, install using pip:

pip install pulumi_confluentcloud

Go

To use from Go, use go get to grab the latest version of the library:

go get github.com/pulumi/pulumi-confluentcloud/sdk

.NET

To use from .NET, install using dotnet add package:

dotnet add package Pulumi.ConfluentCloud

Configuration

The following configuration points are available for the confluent cloud provider:

  • confluentcloud:cloudApiKey (environment: CONFLUENT_CLOUD_API_KEY) - the API key for Confluent Cloud
  • confluentcloud:cloudApiSecret (environment: CONFLUENT_CLOUD_API_SECRET) - the API secret for Confluent Cloud

Reference

For detailed reference documentation, please visit the Pulumi registry.