c7n-tencentcloud


Namec7n-tencentcloud JSON
Version 0.1.17 PyPI version JSON
download
home_pagehttps://cloudcustodian.io
SummaryCloud Custodian - Tencent Cloud Provider
upload_time2024-03-26 21:21:34
maintainerNone
docs_urlNone
authorTencent Cloud
requires_python<4.0,>=3.8
licenseApache-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            # Tencent Cloud

a provider for cloud custodian for usage with Tencent Cloud.

# Installation


```shell

pip install c7n_tencentcloud
```


# Usage

To execute policies against tencent cloud you'll need to provide api
credentials for custodian to interact with the cloud apis.

as a best practice create a sub account / cam user with api keys in the console.


```shell

export TENCENTCLOUD_SECRET_ID="xyz"
export TENCENTCLOUD_SECRET_KEY="abc123"
export TENCENTCLOUD_REGION="na-ashburn"
custodian run -v policy.yml
```

region can also be passed on the cli via the `--region` flag, complete list of regions is here
https://www.tencentcloud.com/document/product/213/6091



            

Raw data

            {
    "_id": null,
    "home_page": "https://cloudcustodian.io",
    "name": "c7n-tencentcloud",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Tencent Cloud",
    "author_email": null,
    "download_url": null,
    "platform": null,
    "description": "# Tencent Cloud\n\na provider for cloud custodian for usage with Tencent Cloud.\n\n# Installation\n\n\n```shell\n\npip install c7n_tencentcloud\n```\n\n\n# Usage\n\nTo execute policies against tencent cloud you'll need to provide api\ncredentials for custodian to interact with the cloud apis.\n\nas a best practice create a sub account / cam user with api keys in the console.\n\n\n```shell\n\nexport TENCENTCLOUD_SECRET_ID=\"xyz\"\nexport TENCENTCLOUD_SECRET_KEY=\"abc123\"\nexport TENCENTCLOUD_REGION=\"na-ashburn\"\ncustodian run -v policy.yml\n```\n\nregion can also be passed on the cli via the `--region` flag, complete list of regions is here\nhttps://www.tencentcloud.com/document/product/213/6091\n\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Cloud Custodian - Tencent Cloud Provider",
    "version": "0.1.17",
    "project_urls": {
        "Bug Tracker": "https://github.com/cloud-custodian/cloud-custodian/issues",
        "Documentation": "https://cloudcustodian.io/docs",
        "Homepage": "https://cloudcustodian.io"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "34aa88c74d93fe87df37e4b528a44f10bb406346fe35cff2eb24dd9c7563b949",
                "md5": "d796b1b5c38a5f678936049eefff942a",
                "sha256": "7f3dc5045863abb9a5274f123da39bc229e6d84fb3f5030a8d3a470280db38a2"
            },
            "downloads": -1,
            "filename": "c7n_tencentcloud-0.1.17-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d796b1b5c38a5f678936049eefff942a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8",
            "size": 45423,
            "upload_time": "2024-03-26T21:21:34",
            "upload_time_iso_8601": "2024-03-26T21:21:34.729870Z",
            "url": "https://files.pythonhosted.org/packages/34/aa/88c74d93fe87df37e4b528a44f10bb406346fe35cff2eb24dd9c7563b949/c7n_tencentcloud-0.1.17-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-26 21:21:34",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "cloud-custodian",
    "github_project": "cloud-custodian",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "c7n-tencentcloud"
}
        
Elapsed time: 0.21007s