c7n-tencentcloud


Namec7n-tencentcloud JSON
Version 0.1.28 PyPI version JSON
download
home_pageNone
SummaryCloud Custodian - Tencent Cloud Provider
upload_time2025-07-17 18:41:29
maintainerNone
docs_urlNone
authorTencent Cloud
requires_python<4.0.0,>=3.9.2
licenseApache-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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": null,
    "name": "c7n-tencentcloud",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0.0,>=3.9.2",
    "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",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Cloud Custodian - Tencent Cloud Provider",
    "version": "0.1.28",
    "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": null,
            "digests": {
                "blake2b_256": "c6feb1b17efaa055fb0df3023772f15f32691775a6e4ece70b81293a5a7af4e8",
                "md5": "a7f4cd8515e31ca014c4fece7fa6a7b5",
                "sha256": "727054f9e8d102f005b0d6594fe1ea779200f5aefb4261e2870af2338d30d0d0"
            },
            "downloads": -1,
            "filename": "c7n_tencentcloud-0.1.28-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a7f4cd8515e31ca014c4fece7fa6a7b5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0.0,>=3.9.2",
            "size": 47478,
            "upload_time": "2025-07-17T18:41:29",
            "upload_time_iso_8601": "2025-07-17T18:41:29.999080Z",
            "url": "https://files.pythonhosted.org/packages/c6/fe/b1b17efaa055fb0df3023772f15f32691775a6e4ece70b81293a5a7af4e8/c7n_tencentcloud-0.1.28-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-17 18:41:29",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "cloud-custodian",
    "github_project": "cloud-custodian",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "c7n-tencentcloud"
}
        
Elapsed time: 1.42240s