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 without compilation. 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.7.tar.gz
(1.0 MB
view details)
Built Distribution
File details
Details for the file cdk-common-0.0.7.tar.gz
.
File metadata
- Download URL: cdk-common-0.0.7.tar.gz
- Upload date:
- Size: 1.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 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 | 248fd69423aef880272970c9112a0f124de983c65a0b27cb9dd07e78dc90dc81 |
|
MD5 | ce80068b0610c8da6bd5b6949ebcd7f1 |
|
BLAKE2b-256 | 58dae5984dcc1937b90a91a5f0d09525bfa557fcbba14e33f2d81efbf39d5b0f |
File details
Details for the file cdk_common-0.0.7-py3-none-any.whl
.
File metadata
- Download URL: cdk_common-0.0.7-py3-none-any.whl
- Upload date:
- Size: 1.0 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 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 | 23204c909ebb678ac967d5b9b02cd0d0a869fb5375aab93f4101228467128d44 |
|
MD5 | 3136d0ad39f503d8e41f96de51d7d9ce |
|
BLAKE2b-256 | 8877035e4d2844043df4cffb557024086d1d1e7babf7f103618b7cd8e8f9bbb3 |