pulumi-rabbitmq


Namepulumi-rabbitmq JSON
Version 3.3.2 PyPI version JSON
download
home_pageNone
SummaryA Pulumi package for creating and managing RabbitMQ resources.
upload_time2024-03-21 15:32:34
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseApache-2.0
keywords pulumi rabbitmq
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Actions Status](https://github.com/pulumi/pulumi-rabbitmq/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-rabbitmq/actions)
[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)
[![NPM version](https://badge.fury.io/js/%40pulumi%2Frabbitmq.svg)](https://www.npmjs.com/package/@pulumi/rabbitmq)
[![Python version](https://badge.fury.io/py/pulumi-rabbitmq.svg)](https://pypi.org/project/pulumi-rabbitmq)
[![NuGet version](https://badge.fury.io/nu/pulumi.rabbitmq.svg)](https://badge.fury.io/nu/pulumi.rabbitmq)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-rabbitmq/sdk/v3/go)](https://pkg.go.dev/github.com/pulumi/pulumi-rabbitmq/sdk/v3/go)
[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](https://github.com/pulumi/pulumi-rabbitmq/blob/master/LICENSE)

# RabbitMQ Resource Provider

The RabbitMQ resource provider for Pulumi lets you manage RabbitMQ resources in your cloud programs. To use
this package, please [install the Pulumi CLI first](https://pulumi.io/).

## Installing

This package is available in many languages in the standard packaging formats.

### Node.js (Java/TypeScript)

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

    $ npm install @pulumi/rabbitmq

or `yarn`:

    $ yarn add @pulumi/rabbitmq

### Python

To use from Python, install using `pip`:

    $ pip install pulumi_rabbitmq

### Go

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

    $ go get github.com/pulumi/pulumi-rabbitmq/sdk/v2

### .NET

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

    $ dotnet add package Pulumi.Rabbitmq

## Configuration

The following configuration points are available:

* `rabbitmq:endpoint` - (Required) The HTTP URL of the management plugin on the RabbitMQ server. The RabbitMQ management 
   plugin must be enabled in order to use this provder. Note: This is not the IP address or hostname of the RabbitMQ server 
   that you would use to access RabbitMQ directly. May be set via the `RABBITMQ_ENDPOINT` environment variable.
* `rabbitmq:username` - (Required) Username to use to authenticate with the server. May be set via the `RABBITMQ_USERNAME`
   environment variable.
* `rabbitmq:password` - (Optional) Password for the given user. May be set via the `RABBITMQ_PASSWORD` environment variable.
* `rabbitmq:insecure` - (Optional) Trust self-signed certificates. May be set via the `RABBITMQ_INSECURE` environment variable.
* `rabbitmq:cacertFile` - (Optional) The path to a custom CA / intermediate certificate. May be set via the `RABBITMQ_CACERT` 
  environment variable.


## Reference

For further information, please visit [the RabbitMQ provider docs](https://www.pulumi.com/docs/intro/cloud-providers/rabbitmq) or for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/docs/reference/pkg/rabbitmq).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pulumi-rabbitmq",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "pulumi, rabbitmq",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/46/73/6640101f49a630db84be620a188c5ced9cfb0eab3eee34e26011727ce22f/pulumi_rabbitmq-3.3.2.tar.gz",
    "platform": null,
    "description": "[![Actions Status](https://github.com/pulumi/pulumi-rabbitmq/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-rabbitmq/actions)\n[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)\n[![NPM version](https://badge.fury.io/js/%40pulumi%2Frabbitmq.svg)](https://www.npmjs.com/package/@pulumi/rabbitmq)\n[![Python version](https://badge.fury.io/py/pulumi-rabbitmq.svg)](https://pypi.org/project/pulumi-rabbitmq)\n[![NuGet version](https://badge.fury.io/nu/pulumi.rabbitmq.svg)](https://badge.fury.io/nu/pulumi.rabbitmq)\n[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-rabbitmq/sdk/v3/go)](https://pkg.go.dev/github.com/pulumi/pulumi-rabbitmq/sdk/v3/go)\n[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](https://github.com/pulumi/pulumi-rabbitmq/blob/master/LICENSE)\n\n# RabbitMQ Resource Provider\n\nThe RabbitMQ resource provider for Pulumi lets you manage RabbitMQ resources in your cloud programs. To use\nthis package, please [install the Pulumi CLI first](https://pulumi.io/).\n\n## Installing\n\nThis package is available in many languages in the standard packaging formats.\n\n### Node.js (Java/TypeScript)\n\nTo use from JavaScript or TypeScript in Node.js, install using either `npm`:\n\n    $ npm install @pulumi/rabbitmq\n\nor `yarn`:\n\n    $ yarn add @pulumi/rabbitmq\n\n### Python\n\nTo use from Python, install using `pip`:\n\n    $ pip install pulumi_rabbitmq\n\n### Go\n\nTo use from Go, use `go get` to grab the latest version of the library\n\n    $ go get github.com/pulumi/pulumi-rabbitmq/sdk/v2\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n    $ dotnet add package Pulumi.Rabbitmq\n\n## Configuration\n\nThe following configuration points are available:\n\n* `rabbitmq:endpoint` - (Required) The HTTP URL of the management plugin on the RabbitMQ server. The RabbitMQ management \n   plugin must be enabled in order to use this provder. Note: This is not the IP address or hostname of the RabbitMQ server \n   that you would use to access RabbitMQ directly. May be set via the `RABBITMQ_ENDPOINT` environment variable.\n* `rabbitmq:username` - (Required) Username to use to authenticate with the server. May be set via the `RABBITMQ_USERNAME`\n   environment variable.\n* `rabbitmq:password` - (Optional) Password for the given user. May be set via the `RABBITMQ_PASSWORD` environment variable.\n* `rabbitmq:insecure` - (Optional) Trust self-signed certificates. May be set via the `RABBITMQ_INSECURE` environment variable.\n* `rabbitmq:cacertFile` - (Optional) The path to a custom CA / intermediate certificate. May be set via the `RABBITMQ_CACERT` \n  environment variable.\n\n\n## Reference\n\nFor further information, please visit [the RabbitMQ provider docs](https://www.pulumi.com/docs/intro/cloud-providers/rabbitmq) or for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/docs/reference/pkg/rabbitmq).\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Pulumi package for creating and managing RabbitMQ resources.",
    "version": "3.3.2",
    "project_urls": {
        "Homepage": "https://pulumi.io",
        "Repository": "https://github.com/pulumi/pulumi-rabbitmq"
    },
    "split_keywords": [
        "pulumi",
        " rabbitmq"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dc394020c5154972fb3d4e56625e5ab8e4368b1b380e1acf82fe73008170b465",
                "md5": "88054129be9c65ca0e4ffd998d40eb28",
                "sha256": "388a7c73a4a27081f43d6f6e477136b1f48f80371dbd61e13ce53262f33a5968"
            },
            "downloads": -1,
            "filename": "pulumi_rabbitmq-3.3.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "88054129be9c65ca0e4ffd998d40eb28",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 47793,
            "upload_time": "2024-03-21T15:32:32",
            "upload_time_iso_8601": "2024-03-21T15:32:32.229553Z",
            "url": "https://files.pythonhosted.org/packages/dc/39/4020c5154972fb3d4e56625e5ab8e4368b1b380e1acf82fe73008170b465/pulumi_rabbitmq-3.3.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "46736640101f49a630db84be620a188c5ced9cfb0eab3eee34e26011727ce22f",
                "md5": "249614e5838e2750aa0c2c0e70dede0f",
                "sha256": "c7faf2a87cb9ae8257b09bcf097bbf4f73d289cbad62335bc91d665582de8004"
            },
            "downloads": -1,
            "filename": "pulumi_rabbitmq-3.3.2.tar.gz",
            "has_sig": false,
            "md5_digest": "249614e5838e2750aa0c2c0e70dede0f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 29389,
            "upload_time": "2024-03-21T15:32:34",
            "upload_time_iso_8601": "2024-03-21T15:32:34.593546Z",
            "url": "https://files.pythonhosted.org/packages/46/73/6640101f49a630db84be620a188c5ced9cfb0eab3eee34e26011727ce22f/pulumi_rabbitmq-3.3.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-21 15:32:34",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pulumi",
    "github_project": "pulumi-rabbitmq",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pulumi-rabbitmq"
}
        
Elapsed time: 0.27090s