pulumi-ec


Namepulumi-ec JSON
Version 0.10.5 PyPI version JSON
download
home_pageNone
SummaryA Pulumi package for creating and managing ElasticCloud resources.
upload_time2025-02-12 17:06:24
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseApache-2.0
keywords pulumi ec elasticsearch es elastic elasticcloud
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Elastic Cloud Resource Provider

The Elastic Cloud Resource Provider lets you manage [Elastic Cloud](https://www.elastic.co/cloud/) resources.

## 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 @pulumi/ec
```

or `yarn`:

```bash
yarn add @pulumi/ec
```

### Python

To use from Python, install using `pip`:

```bash
pip install pulumi_ec
```

### Go

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

```bash
go get github.com/pulumi/pulumi-ec/sdk
```

### .NET

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

```bash
dotnet add package Pulumi.ElasticCloud
```

## Configuration

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

- `ec:endpoint`: The Elastic Cloud endpoint to which requests should be sent.  This value should be specified only when using the Elastic Cloud provider with an ECE installation or ESS Private.
- `ec:apikey`: The Elastic Cloud API key, recommended over `username` and `password` to authenticate against the Elastic Cloud API.  May also be sourced from environment variable `EC_API_KEY`.
- `ec:username`: The Elastic Cloud username.  May also be sourced from environment variable `EC_USER` or `EC_USERNAME`.  Conflicts with `ec:apiKey`.  Not recommened - prefer using `ec:apikey` over `ec:username` and `ec:password`.
- `ec:password`: The Elastic Cloud user's password.  May also be sourced from environment variable `EC_PASS` or `EC_PASSWORD`.  Conflicts with `ec:apiKey`.  Not recommened - prefer using `ec:apikey` over `ec:username` and `ec:password`.
- `ec:insecure`: If `true`, allows the provider to skip TLS verification (not recommended).  Defaults to `false`.
- `ec:timeout`: Allows the user to set a custom timeout in the individual HTTP request level. Defaults to 1 minute (`"1m"`), but can be extended if timeouts are experienced.
- `ec:verbose`: When set to true, it writes a requests.json file in the folder where Terraform runs with all the outgoing HTTP requests and responses. Defaults to false.
- `ec:verboseCredentials`: If set to `true` and `ec:verbose` is set to `true`, the contents of the Authorization header will not be redacted.  Defaults to `false`.
- `ec:verboseFile`: Sets the name of the file to which verbose request and response HTTP flow will be written. Defaults to `request.log`.

Either `ec:endpoint` or (`ec:username` and `ec:password`) must be specified.  All other parameters are optional:

## Reference

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

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pulumi-ec",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "pulumi, ec, elasticsearch, es, elastic, elasticcloud",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/d5/82/acbf7afd5b4ca2131c6f8355a9e11dc77dadc80179799271850bfc3ead15/pulumi_ec-0.10.5.tar.gz",
    "platform": null,
    "description": "# Elastic Cloud Resource Provider\n\nThe Elastic Cloud Resource Provider lets you manage [Elastic Cloud](https://www.elastic.co/cloud/) resources.\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 @pulumi/ec\n```\n\nor `yarn`:\n\n```bash\nyarn add @pulumi/ec\n```\n\n### Python\n\nTo use from Python, install using `pip`:\n\n```bash\npip install pulumi_ec\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/pulumi/pulumi-ec/sdk\n```\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n```bash\ndotnet add package Pulumi.ElasticCloud\n```\n\n## Configuration\n\nThe following configuration points are available for the `ec` provider:\n\n- `ec:endpoint`: The Elastic Cloud endpoint to which requests should be sent.  This value should be specified only when using the Elastic Cloud provider with an ECE installation or ESS Private.\n- `ec:apikey`: The Elastic Cloud API key, recommended over `username` and `password` to authenticate against the Elastic Cloud API.  May also be sourced from environment variable `EC_API_KEY`.\n- `ec:username`: The Elastic Cloud username.  May also be sourced from environment variable `EC_USER` or `EC_USERNAME`.  Conflicts with `ec:apiKey`.  Not recommened - prefer using `ec:apikey` over `ec:username` and `ec:password`.\n- `ec:password`: The Elastic Cloud user's password.  May also be sourced from environment variable `EC_PASS` or `EC_PASSWORD`.  Conflicts with `ec:apiKey`.  Not recommened - prefer using `ec:apikey` over `ec:username` and `ec:password`.\n- `ec:insecure`: If `true`, allows the provider to skip TLS verification (not recommended).  Defaults to `false`.\n- `ec:timeout`: Allows the user to set a custom timeout in the individual HTTP request level. Defaults to 1 minute (`\"1m\"`), but can be extended if timeouts are experienced.\n- `ec:verbose`: When set to true, it writes a requests.json file in the folder where Terraform runs with all the outgoing HTTP requests and responses. Defaults to false.\n- `ec:verboseCredentials`: If set to `true` and `ec:verbose` is set to `true`, the contents of the Authorization header will not be redacted.  Defaults to `false`.\n- `ec:verboseFile`: Sets the name of the file to which verbose request and response HTTP flow will be written. Defaults to `request.log`.\n\nEither `ec:endpoint` or (`ec:username` and `ec:password`) must be specified.  All other parameters are optional:\n\n## Reference\n\nFor detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/ec/api-docs/).\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Pulumi package for creating and managing ElasticCloud resources.",
    "version": "0.10.5",
    "project_urls": {
        "Homepage": "https://pulumi.io",
        "Repository": "https://github.com/pulumi/pulumi-ec"
    },
    "split_keywords": [
        "pulumi",
        " ec",
        " elasticsearch",
        " es",
        " elastic",
        " elasticcloud"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bbdb3c5f66a4c2551dc819b451e9e9cc4dee7583706893f53f42edba672b996f",
                "md5": "70fd5de80d47d32ad7095b9ca05355d3",
                "sha256": "32f331c12b9b7de07c32e8f672f6f21dae014c050b8a423821f4781e23a517d6"
            },
            "downloads": -1,
            "filename": "pulumi_ec-0.10.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "70fd5de80d47d32ad7095b9ca05355d3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 100965,
            "upload_time": "2025-02-12T17:06:21",
            "upload_time_iso_8601": "2025-02-12T17:06:21.804785Z",
            "url": "https://files.pythonhosted.org/packages/bb/db/3c5f66a4c2551dc819b451e9e9cc4dee7583706893f53f42edba672b996f/pulumi_ec-0.10.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d582acbf7afd5b4ca2131c6f8355a9e11dc77dadc80179799271850bfc3ead15",
                "md5": "a4fea96aaa1ea709ca8c015d0312b91b",
                "sha256": "a79ed7f8938925cde53a5f3aa21b60628588b56be0f3a0e861218fd82b2b5419"
            },
            "downloads": -1,
            "filename": "pulumi_ec-0.10.5.tar.gz",
            "has_sig": false,
            "md5_digest": "a4fea96aaa1ea709ca8c015d0312b91b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 78127,
            "upload_time": "2025-02-12T17:06:24",
            "upload_time_iso_8601": "2025-02-12T17:06:24.118382Z",
            "url": "https://files.pythonhosted.org/packages/d5/82/acbf7afd5b4ca2131c6f8355a9e11dc77dadc80179799271850bfc3ead15/pulumi_ec-0.10.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-12 17:06:24",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pulumi",
    "github_project": "pulumi-ec",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pulumi-ec"
}
        
Elapsed time: 0.43631s