pulumi-rediscloud


Namepulumi-rediscloud JSON
Version 1.3.3 PyPI version JSON
download
home_pagehttps://www.pulumi.com
SummaryA Pulumi package for creating and managing rediscloud cloud resources.
upload_time2023-11-09 11:47:28
maintainer
docs_urlNone
author
requires_python>=3.7
licenseApache-2.0
keywords pulumi rediscloud category/cloud
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Redis Cloud Resource Provider

The Redis Cloud Resource Provider lets you manage [Redis Cloud](https://redislabs.com/redis-enterprise-cloud/overview) resources. The provider is used to interact with the resources supported by Redis Enterprise Cloud. Please note that the provider is available only for Flexible or Annual subscriptions. It is not supported for Fixed or Free subscriptions.

## 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`:

```bash
npm install @rediscloud/pulumi-rediscloud
```

or `yarn`:

```bash
yarn add @rediscloud/pulumi-rediscloud
```

### Python

To use from Python, install using `pip`:

```bash
pip install pulumi_rediscloud
```

### Go

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

```bash
go get github.com/RedisLabs/pulumi-rediscloud/sdk/go/...
```

## Configuration

The following configuration points are available for the `rediscloud` provider:

- `apiKey` (environment: `REDISCLOUD_ACCESS_KEY`) - This is the Redis Enterprise Cloud API account key. It must be provided but can also be set by the environment variable.
- `secretKey` (environment: `REDISCLOUD_SECRET_KEY`) - This is the Redis Enterprise Cloud API secret key. It must be provided but can also be set by the environment variable.

## Reference

For detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/rediscloud/api-docs/).



            

Raw data

            {
    "_id": null,
    "home_page": "https://www.pulumi.com",
    "name": "pulumi-rediscloud",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "pulumi rediscloud category/cloud",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/0e/17/e11c39e66b91d8ce9f5c1e67eebbb4693ebe6749e51939d791f6bfc506aa/pulumi_rediscloud-1.3.3.tar.gz",
    "platform": null,
    "description": "# Redis Cloud Resource Provider\n\nThe Redis Cloud Resource Provider lets you manage [Redis Cloud](https://redislabs.com/redis-enterprise-cloud/overview) resources. The provider is used to interact with the resources supported by Redis Enterprise Cloud. Please note that the provider is available only for Flexible or Annual subscriptions. It is not supported for Fixed or Free subscriptions.\n\n## Installing\n\nThis package is available for several languages/platforms:\n\n### Node.js (JavaScript/TypeScript)\n\nTo use from JavaScript or TypeScript in Node.js, install using either `npm`:\n\n```bash\nnpm install @rediscloud/pulumi-rediscloud\n```\n\nor `yarn`:\n\n```bash\nyarn add @rediscloud/pulumi-rediscloud\n```\n\n### Python\n\nTo use from Python, install using `pip`:\n\n```bash\npip install pulumi_rediscloud\n```\n\n### Go\n\nTo use from Go, use `go get` to grab the latest version of the library:\n\n```bash\ngo get github.com/RedisLabs/pulumi-rediscloud/sdk/go/...\n```\n\n## Configuration\n\nThe following configuration points are available for the `rediscloud` provider:\n\n- `apiKey` (environment: `REDISCLOUD_ACCESS_KEY`) - This is the Redis Enterprise Cloud API account key. It must be provided but can also be set by the environment variable.\n- `secretKey` (environment: `REDISCLOUD_SECRET_KEY`) - This is the Redis Enterprise Cloud API secret key. It must be provided but can also be set by the environment variable.\n\n## Reference\n\nFor detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/rediscloud/api-docs/).\n\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Pulumi package for creating and managing rediscloud cloud resources.",
    "version": "1.3.3",
    "project_urls": {
        "Homepage": "https://www.pulumi.com",
        "Repository": "https://github.com/RedisLabs/pulumi-rediscloud"
    },
    "split_keywords": [
        "pulumi",
        "rediscloud",
        "category/cloud"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0e17e11c39e66b91d8ce9f5c1e67eebbb4693ebe6749e51939d791f6bfc506aa",
                "md5": "85bca2ed1055227d488b1a2d33aee665",
                "sha256": "c51e8832b662a4ec550dcb32966c89660d4e204399bdf840377970c85f6a3982"
            },
            "downloads": -1,
            "filename": "pulumi_rediscloud-1.3.3.tar.gz",
            "has_sig": false,
            "md5_digest": "85bca2ed1055227d488b1a2d33aee665",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 56352,
            "upload_time": "2023-11-09T11:47:28",
            "upload_time_iso_8601": "2023-11-09T11:47:28.249952Z",
            "url": "https://files.pythonhosted.org/packages/0e/17/e11c39e66b91d8ce9f5c1e67eebbb4693ebe6749e51939d791f6bfc506aa/pulumi_rediscloud-1.3.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-09 11:47:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "RedisLabs",
    "github_project": "pulumi-rediscloud",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pulumi-rediscloud"
}
        
Elapsed time: 3.58746s