Skip to main content

Common AWS CDK librarys.

Project description

NPM version PyPI version release

Downloads npm PyPI

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.44.tar.gz (1.0 MB view details)

Uploaded Source

Built Distribution

cdk_common-0.0.44-py3-none-any.whl (1.0 MB view details)

Uploaded Python 3

File details

Details for the file cdk-common-0.0.44.tar.gz.

File metadata

  • Download URL: cdk-common-0.0.44.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

Hashes for cdk-common-0.0.44.tar.gz
Algorithm Hash digest
SHA256 858da06a21c1aa06f19b142f68be6f794ff4038fa57f3da7fd44fa94b0d4df97
MD5 fef991a010520316cf82411c942e2996
BLAKE2b-256 ae739655eb136bfee950bed3915e6694fa08e94ac8487a11afe6c57b53780ae7

See more details on using hashes here.

File details

Details for the file cdk_common-0.0.44-py3-none-any.whl.

File metadata

  • Download URL: cdk_common-0.0.44-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

Hashes for cdk_common-0.0.44-py3-none-any.whl
Algorithm Hash digest
SHA256 8783bdcefcdbfe4153babeeaef40303356ebae0ad94ed83b87cefc4f9b925f6c
MD5 8db1cbc0421803bbc8919a47f023f8a6
BLAKE2b-256 364d5f1e02a18036245f35e3e4bd8ed3cbb9fecaee80e7abbcb20dbfb4b315a4

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page