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.68.tar.gz
(1.1 MB
view details)
Built Distribution
File details
Details for the file cdk-common-0.0.68.tar.gz
.
File metadata
- Download URL: cdk-common-0.0.68.tar.gz
- Upload date:
- Size: 1.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 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 | 72af174221563f7fab1e5fe60a57d3f96cb6a707cf32ae6299acc39de11869ad |
|
MD5 | 680ffcd5fedf858d4ae3817668650229 |
|
BLAKE2b-256 | 91ee2f4325e3c952e46ab602f8cffcc2e2b095da1605179d136a3aff4cad790b |
File details
Details for the file cdk_common-0.0.68-py3-none-any.whl
.
File metadata
- Download URL: cdk_common-0.0.68-py3-none-any.whl
- Upload date:
- Size: 1.1 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 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 | bfe50398a1d44c11e7954ab48527b09984fcd0cfee1d0f60067f9a04f4fc7343 |
|
MD5 | 929b51633754ef1cc5a7843fcd3e428d |
|
BLAKE2b-256 | 3516d35388cf3c0874851d2ecf9664ef77528a593cfaadb0d78af67b2a97a4bb |