Common AWS CDK librarys.
Project description
Welcome to cdk-common
This Constructs Library will collection of useful function
and class
for AWS CDK.
AWS Managed Policies enum
# Example automatically generated. See https://github.com/aws/jsii/issues/826
from cdk_common import AWSManagedPolicies
app = cdk.App()
stack = cdk.Stack(app, "integ-default", env=env)
class IntegDefault(cdk.Construct):
def __init__(self, scope, id):
super().__init__(scope, id)
role = iam.Role(self, "iamrole",
assumed_by=iam.ServicePrincipal("ec2.amazonaws.com")
)
# Use this way.
role.add_managed_policy(iam.ManagedPolicy.from_aws_managed_policy_name(AWSManagedPolicies.AMAZON_SSM_MANAGED_INSTANCE_CORE))
# Not this way.
role.add_managed_policy(iam.ManagedPolicy.from_aws_managed_policy_name("AmazonSSMManagedInstanceCore"))
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cdk-common-0.0.45.tar.gz
(1.0 MB
view details)
Built Distribution
File details
Details for the file cdk-common-0.0.45.tar.gz
.
File metadata
- Download URL: cdk-common-0.0.45.tar.gz
- Upload date:
- Size: 1.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 33977d89156cd250b8bf5c9c1e4715f0bf36708c3c8120dddbc5c5e87723d770 |
|
MD5 | bee9517daa727fa349cbf8ef3ddcd6be |
|
BLAKE2b-256 | 146885101311855a664322e3e0d60ca52289bc241d14901cc48965d9a558a8ff |
File details
Details for the file cdk_common-0.0.45-py3-none-any.whl
.
File metadata
- Download URL: cdk_common-0.0.45-py3-none-any.whl
- Upload date:
- Size: 1.0 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2de52451b26950011834355c905e8964bcfd96aa41e2b28f1bde97edc02ced21 |
|
MD5 | 501f41eaf1e6c26cbe185cdbc00ff3a1 |
|
BLAKE2b-256 | 14c8f1d3d47ff153c14ab004265d37d404677fcd49a7b4ffe1b36f4f86c98dc8 |