Hierarchy (view full)

Constructors

Properties

_RELOADABLE: boolean = false
apiGateway: APIGateway
cloudWatch: CloudWatchLogs
ec2: EC2
efs: EFS
iam: IAM
lambda: Lambda
region: string
s3: S3
_instances: {
    [key: string]: RWSService;
} = {}

Type declaration

Methods

  • Parameters

    • roleARN: string
    • permissions: string[]

    Returns Promise<{
        OK: boolean;
        policies: string[];
    }>

  • Parameters

    • roleARN: string
    • permissions: string[]

    Returns Promise<{
        OK: boolean;
        policies: string[];
    }>

Generated using TypeDoc