UNPKG

aws-cdk-lib

Version:

Version 2 of the AWS Cloud Development Kit library

4 lines (3 loc) 175 B
import * as constructs from 'constructs'; import * as iam from '../../aws-iam'; export declare function createRole(scope: constructs.Construct, _role?: iam.IRole): iam.IRole;