arn:用于解析AWS ARN的Python库

时间:2021-05-05 06:20:39
【文件属性】:
文件名称:arn:用于解析AWS ARN的Python库
文件大小:23KB
文件格式:ZIP
更新时间:2021-05-05 06:20:39
Python 阿恩 用于解析Python库。 安装 要安装,只需运行 pip install arn 或将库添加到setup.py requirements.txt 。 用法 给定特定AWS资源的ARN,请使用适当的类对其进行解析: from arn . elbv2 import TargetGroupArn target_group_arn_str = "arn:aws:elasticloadbalancing:us-east-1:123456789012:targetgroup/foo-bar/abc123" target_group_arn = TargetGroupArn ( target_group_arn_str ) # use the ARN instance's __str__ to format the ARN back into a string assert str ( ta
【文件预览】:
arn-master
----.circleci()
--------.github()
--------config.yml(555B)
----.flake8(78B)
----.gitignore(719B)
----README.md(1KB)
----version.txt(6B)
----CHANGELOG.md(881B)
----tests()
--------test_arn_ecs.py(2KB)
--------conftest.py(356B)
--------test_arn_iam.py(608B)
--------test_arn.py(2KB)
--------test_arn_s3.py(674B)
--------test_arn_elbv2.py(2KB)
--------__init__.py(0B)
----docs()
--------.gitignore(7B)
--------make.bat(795B)
--------conf.py(2KB)
--------index.rst(1KB)
--------arn.rst(566B)
--------requirements.txt(14B)
--------_static()
--------_templates()
--------Makefile(634B)
----LICENSE(2KB)
----script()
--------bootstrap(275B)
--------test(78B)
--------publish(88B)
--------lint(80B)
----CONTRIBUTING.md(4KB)
----src()
--------arn()
----tasks.py(3KB)
----pyproject.toml(420B)
----.isort.cfg(30B)
----setup.py(2KB)
----.python-version(6B)
----.readthedocs.yml(173B)

网友评论