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 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

This version

0.0.3

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

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: cdk-common-0.0.3.tar.gz
  • Upload date:
  • Size: 1.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.7.10

File hashes

Hashes for cdk-common-0.0.3.tar.gz
Algorithm Hash digest
SHA256 68e4a1646a6c693dfa79cbf189d44af3f8bd35caef7803cad2fb2fb82023bd44
MD5 5ff46f0c979d12dd728da62e7b1639a8
BLAKE2b-256 0bff0db372fe50d9f8bc43477974957fa234d816a40ce54f1dcc19c6a824e6f4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cdk_common-0.0.3-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.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.7.10

File hashes

Hashes for cdk_common-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 3f96a8a7c661beacc78b0b0fe55ce43c1da9f187e0aeb961e7fb0cc749900075
MD5 454f7edf2b1b5262bfc59fd9297d396f
BLAKE2b-256 2611961cfac9a9738f2230eea26cad154989bdd828fa0720a66f1e664cfe242b

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