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 from non-compiling source. May contain errors.
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.47.tar.gz
(1.0 MB
view details)
Built Distribution
File details
Details for the file cdk-common-0.0.47.tar.gz
.
File metadata
- Download URL: cdk-common-0.0.47.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.2 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 | abb0dda2218b0af80fad2531beffc74448d1b5cb9167c690369f0ce5434daef3 |
|
MD5 | d5bb1dcfef2f616ff936a977965f56bf |
|
BLAKE2b-256 | fe99a5fd4313fec95c1f36270f0ac67c5d063cba43b41121d08f06c51f0c9838 |
File details
Details for the file cdk_common-0.0.47-py3-none-any.whl
.
File metadata
- Download URL: cdk_common-0.0.47-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.2 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 | 90f0240b37cfd5c8ff06a8233c42edb4430ce70185689347ff2cf4187f891b21 |
|
MD5 | 312ec5ca418a115f587a00e86fdbce2d |
|
BLAKE2b-256 | 02edefb616ee6d610d750f2028eb24e8eba04c2e8e0b4e7d2714f56de1fb9e84 |