pulumi-akamai


Namepulumi-akamai JSON
Version 7.1.0 PyPI version JSON
download
home_pageNone
SummaryA Pulumi package for creating and managing akamai cloud resources.
upload_time2024-04-24 17:17:34
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseApache-2.0
keywords pulumi akamai
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Akamai Resource Provider

The Akamai Resource Provider lets you manage Akamai 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/akamai

or `yarn`:

    $ yarn add @pulumi/akamai

### Python

To use from Python, install using `pip`:

    $ pip install pulumi_akamai

### Go

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

    $ go get github.com/pulumi/pulumi-akamai/sdk/v7

### .NET

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

    $ dotnet add package Pulumi.Akamai

## Configuration

The following configuration options are available

* `akamai:edgerc` - (Optional) The location of the `.edgerc` file containing credentials. Default: `$HOME/.edgerc`.
* `akamai:propertySection` - (Optional) The credential section to use for the Property Manager API (PAPI). Default `default`.
* `akamai:dnsSection` - (Optional) The credential section to use for the Config DNS API. Default `default`.
* `akamai:gtmSection` - (Optional) The credential section to use for the Config GTM API. Default `default`.

You can also specify credential values using environment variables. Environment variables take precedence over the contents of the `.edgerc` file.

Create environment variables in the format:

`AKAMAI{_SECTION_NAME}_*`

For example, if you specify `akamai:propertySection papi` you would set the following ENV variables:

* AKAMAI_PAPI_HOST
* AKAMAI_PAPI_ACCESS_TOKEN
* AKAMAI_PAPI_CLIENT_TOKEN
* AKAMAI_PAPI_CLIENT_SECRET
* AKAMAI_PAPI_MAX_BODY (optional)

If the section name is `default`, you can omit it, instead using:

* AKAMAI_HOST
* AKAMAI_ACCESS_TOKEN
* AKAMAI_CLIENT_TOKEN
* AKAMAI_CLIENT_SECRET
* AKAMAI_MAX_BODY (optional)

## Reference

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

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pulumi-akamai",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "pulumi, akamai",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/f0/95/6071e22a31298cc257c55aacd6db1a3659a5604a16eecbcdb4bfd711716e/pulumi_akamai-7.1.0.tar.gz",
    "platform": null,
    "description": "# Akamai Resource Provider\n\nThe Akamai Resource Provider lets you manage Akamai 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/akamai\n\nor `yarn`:\n\n    $ yarn add @pulumi/akamai\n\n### Python\n\nTo use from Python, install using `pip`:\n\n    $ pip install pulumi_akamai\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-akamai/sdk/v7\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n    $ dotnet add package Pulumi.Akamai\n\n## Configuration\n\nThe following configuration options are available\n\n* `akamai:edgerc` - (Optional) The location of the `.edgerc` file containing credentials. Default: `$HOME/.edgerc`.\n* `akamai:propertySection` - (Optional) The credential section to use for the Property Manager API (PAPI). Default `default`.\n* `akamai:dnsSection` - (Optional) The credential section to use for the Config DNS API. Default `default`.\n* `akamai:gtmSection` - (Optional) The credential section to use for the Config GTM API. Default `default`.\n\nYou can also specify credential values using environment variables. Environment variables take precedence over the contents of the `.edgerc` file.\n\nCreate environment variables in the format:\n\n`AKAMAI{_SECTION_NAME}_*`\n\nFor example, if you specify `akamai:propertySection papi` you would set the following ENV variables:\n\n* AKAMAI_PAPI_HOST\n* AKAMAI_PAPI_ACCESS_TOKEN\n* AKAMAI_PAPI_CLIENT_TOKEN\n* AKAMAI_PAPI_CLIENT_SECRET\n* AKAMAI_PAPI_MAX_BODY (optional)\n\nIf the section name is `default`, you can omit it, instead using:\n\n* AKAMAI_HOST\n* AKAMAI_ACCESS_TOKEN\n* AKAMAI_CLIENT_TOKEN\n* AKAMAI_CLIENT_SECRET\n* AKAMAI_MAX_BODY (optional)\n\n## Reference\n\nFor further information, please visit [the Akamai provider docs](https://www.pulumi.com/docs/intro/cloud-providers/akamai)\nor for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/docs/reference/pkg/akamai).\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Pulumi package for creating and managing akamai cloud resources.",
    "version": "7.1.0",
    "project_urls": {
        "Homepage": "https://pulumi.io",
        "Repository": "https://github.com/pulumi/pulumi-akamai"
    },
    "split_keywords": [
        "pulumi",
        " akamai"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0e4262ffdec60bf2f4fa1b7119a0bb9c8c5c9afcd909b9812ec2ee4777ecbee6",
                "md5": "acd5231a7453fb9e8d1b731d85aea659",
                "sha256": "f4d34667b7257834c3ea559142670cf399aaabf9b639b9d449890f4c58d88dad"
            },
            "downloads": -1,
            "filename": "pulumi_akamai-7.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "acd5231a7453fb9e8d1b731d85aea659",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 2863125,
            "upload_time": "2024-04-24T17:17:30",
            "upload_time_iso_8601": "2024-04-24T17:17:30.662810Z",
            "url": "https://files.pythonhosted.org/packages/0e/42/62ffdec60bf2f4fa1b7119a0bb9c8c5c9afcd909b9812ec2ee4777ecbee6/pulumi_akamai-7.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f0956071e22a31298cc257c55aacd6db1a3659a5604a16eecbcdb4bfd711716e",
                "md5": "dc128679598bd39449cd40526410a90d",
                "sha256": "f45c3d0b00962405d0589f390632759864a8da60e5e5dd598f76ebe7c0cd7ff0"
            },
            "downloads": -1,
            "filename": "pulumi_akamai-7.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "dc128679598bd39449cd40526410a90d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 2509756,
            "upload_time": "2024-04-24T17:17:34",
            "upload_time_iso_8601": "2024-04-24T17:17:34.314958Z",
            "url": "https://files.pythonhosted.org/packages/f0/95/6071e22a31298cc257c55aacd6db1a3659a5604a16eecbcdb4bfd711716e/pulumi_akamai-7.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-24 17:17:34",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pulumi",
    "github_project": "pulumi-akamai",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pulumi-akamai"
}
        
Elapsed time: 0.25529s