UNPKG

iam-floyd

Version:

AWS IAM policy statement generator with fluent interface

12 lines (11 loc) 308 B
import { PolicyStatementWithPrincipal } from './8-principals'; /** * Represents a statement in an IAM policy document */ export declare class PolicyStatement extends PolicyStatementWithPrincipal { protected cdkApplied: boolean; /** * JSON-ify the policy statement */ toJSON(): any; }