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.
import { AWSManagedPolicies } from 'cdk-common';
const app = new cdk.App();
const stack = new cdk.Stack(app, 'integ-default', { env });
export class IntegDefault extends cdk.Construct {
constructor(scope: cdk.Construct, id: string ) {
super(scope, id);
const role = new iam.Role(this, 'iamrole', {
assumedBy: new iam.ServicePrincipal('ec2.amazonaws.com'),
});
// Use this way.
role.addManagedPolicy(iam.ManagedPolicy.fromAwsManagedPolicyName(AWSManagedPolicies.AMAZON_SSM_MANAGED_INSTANCE_CORE));
// Not this way.
role.addManagedPolicy(iam.ManagedPolicy.fromAwsManagedPolicyName('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.67.tar.gz
(1.1 MB
view details)
Built Distribution
File details
Details for the file cdk-common-0.0.67.tar.gz
.
File metadata
- Download URL: cdk-common-0.0.67.tar.gz
- Upload date:
- Size: 1.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.0 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 633fd051cdd10c62d4cfa3b2cdd78a7a668ee07c7e5c9ddf098e6a5fd0168e86 |
|
MD5 | 1c44dd2aacebdcd439772c324a0458e0 |
|
BLAKE2b-256 | 75fdd61306e265f447021a01faf7d5cf23f753eccaae4015395d398a2b146878 |
File details
Details for the file cdk_common-0.0.67-py3-none-any.whl
.
File metadata
- Download URL: cdk_common-0.0.67-py3-none-any.whl
- Upload date:
- Size: 1.1 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.0 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7154bc335eb5dad30aa0502a31e45f1e240cb07e925c44d5d506ebd5a17ace62 |
|
MD5 | d526f2bb426ab6c23377b598cd63f991 |
|
BLAKE2b-256 | f09bcc4bc9ac300db1b0babe6dbbb9bbf2ebc636ecc6634594ac8f2aa64ac544 |