aws-cdk-lib
Version:
Version 2 of the AWS Cloud Development Kit library
2 lines (1 loc) • 419 B
JavaScript
;Object.defineProperty(exports,"__esModule",{value:!0}),exports.ExampleConstruct=void 0;const constructs_1=require("constructs"),lib_1=require("../lib");class ExampleConstruct extends constructs_1.Construct{constructor(scope,id){super(scope,id),new lib_1.Group(this,"MyGroup").addManagedPolicy(lib_1.ManagedPolicy.fromAwsManagedPolicyName("AdministratorAccess"))}}exports.ExampleConstruct=ExampleConstruct;