pulumi-sumologic


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

# SumoLogic Resource Provider

The SumoLogic Resource Provider lets you manage SumoLogic resources.

## 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/sumologic

or `yarn`:

    $ yarn add @pulumi/sumologic

### Python

To use from Python, install using `pip`:

    $ pip install pulumi_sumologic

### Go

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

    $ go get github.com/pulumi/pulumi-sumologic/sdk

### .NET

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

    $ dotnet add package Pulumi.SumoLogic

## Configuration

The following configuration points are available:

- `sumologic:accessId` - (Required) This is the Sumo Logic Access ID. It must be provided, but it can also be sourced 
  from the `SUMOLOGIC_ACCESSID` environment variable.
- `sumologic:accessKey` - (Required) This is the Sumo Logic Access Key. It must be provided, but it can also be 
  sourced from the `SUMOLOGIC_ACCESSKEY` variable.
- `sumologic:environment` - (Required) This is the API endpoint to use. See the [Sumo Logic documentation](https://help.sumologic.com/APIs/General_API_Information/Sumo_Logic_Endpoints_and_Firewall_Security) for details on 
  which environment you should use. It must be provided, but it can be sourced from the `SUMOLOGIC_ENVIRONMENT` variable.

## Reference

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

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pulumi-sumologic",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "pulumi, sumologic",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/67/df/a6af0b6430e1c15e8fd0c491dc64e9cc1037af256415b9a492a37b8da838/pulumi_sumologic-0.23.1.tar.gz",
    "platform": null,
    "description": "[![Actions Status](https://github.com/pulumi/pulumi-sumologic/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-sumologic/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%2Fsumologic.svg)](https://www.npmjs.com/package/@pulumi/sumologic)\n[![Python version](https://badge.fury.io/py/pulumi-sumologic.svg)](https://pypi.org/project/pulumi-sumologic)\n[![NuGet version](https://badge.fury.io/nu/pulumi.sumologic.svg)](https://badge.fury.io/nu/pulumi.sumologic)\n[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-sumologic/sdk/go)](https://pkg.go.dev/github.com/pulumi/pulumi-sumologic/sdk/go)\n[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](https://github.com/pulumi/pulumi-sumologic/blob/master/LICENSE)\n\n# SumoLogic Resource Provider\n\nThe SumoLogic Resource Provider lets you manage SumoLogic resources.\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/sumologic\n\nor `yarn`:\n\n    $ yarn add @pulumi/sumologic\n\n### Python\n\nTo use from Python, install using `pip`:\n\n    $ pip install pulumi_sumologic\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-sumologic/sdk\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n    $ dotnet add package Pulumi.SumoLogic\n\n## Configuration\n\nThe following configuration points are available:\n\n- `sumologic:accessId` - (Required) This is the Sumo Logic Access ID. It must be provided, but it can also be sourced \n  from the `SUMOLOGIC_ACCESSID` environment variable.\n- `sumologic:accessKey` - (Required) This is the Sumo Logic Access Key. It must be provided, but it can also be \n  sourced from the `SUMOLOGIC_ACCESSKEY` variable.\n- `sumologic:environment` - (Required) This is the API endpoint to use. See the [Sumo Logic documentation](https://help.sumologic.com/APIs/General_API_Information/Sumo_Logic_Endpoints_and_Firewall_Security) for details on \n  which environment you should use. It must be provided, but it can be sourced from the `SUMOLOGIC_ENVIRONMENT` variable.\n\n## Reference\n\nFor further information, please visit [the SumoLogic provider docs](https://www.pulumi.com/docs/intro/cloud-providers/sumologic)\nor for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/docs/reference/pkg/sumologic).\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Pulumi package for creating and managing sumologic cloud resources.",
    "version": "0.23.1",
    "project_urls": {
        "Homepage": "https://pulumi.io",
        "Repository": "https://github.com/pulumi/pulumi-sumologic"
    },
    "split_keywords": [
        "pulumi",
        " sumologic"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5a29a908d8520bcb6208a07efdf8c84885a2add175210fa652fede8b007bafdc",
                "md5": "3aaa70aeb62e0cb0b69d3d682dca1e41",
                "sha256": "cf669302308a4abc07b2208e070e63d055e4d5f6049dad539a42e7c59816da8c"
            },
            "downloads": -1,
            "filename": "pulumi_sumologic-0.23.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3aaa70aeb62e0cb0b69d3d682dca1e41",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 398970,
            "upload_time": "2024-07-03T19:55:14",
            "upload_time_iso_8601": "2024-07-03T19:55:14.305159Z",
            "url": "https://files.pythonhosted.org/packages/5a/29/a908d8520bcb6208a07efdf8c84885a2add175210fa652fede8b007bafdc/pulumi_sumologic-0.23.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "67dfa6af0b6430e1c15e8fd0c491dc64e9cc1037af256415b9a492a37b8da838",
                "md5": "779d94d34b8d0bc8dab4f1dab735d308",
                "sha256": "d496c9e3f0634847cbd27cdaba15788cccbe164eb80d99a5f2bae5cd92234d06"
            },
            "downloads": -1,
            "filename": "pulumi_sumologic-0.23.1.tar.gz",
            "has_sig": false,
            "md5_digest": "779d94d34b8d0bc8dab4f1dab735d308",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 304374,
            "upload_time": "2024-07-03T19:55:17",
            "upload_time_iso_8601": "2024-07-03T19:55:17.540540Z",
            "url": "https://files.pythonhosted.org/packages/67/df/a6af0b6430e1c15e8fd0c491dc64e9cc1037af256415b9a492a37b8da838/pulumi_sumologic-0.23.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-03 19:55:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pulumi",
    "github_project": "pulumi-sumologic",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pulumi-sumologic"
}
        
Elapsed time: 0.37828s