aws-cdk-lib
Version:
Version 2 of the AWS Cloud Development Kit library
10 lines (9 loc) • 488 B
TypeScript
export declare const BUCKET_READ_ACTIONS: string[];
export declare const BUCKET_READ_METADATA_ACTIONS: string[];
export declare const LEGACY_BUCKET_PUT_ACTIONS: string[];
export declare const BUCKET_PUT_ACTIONS: string[];
export declare const BUCKET_PUT_ACL_ACTIONS: string[];
export declare const BUCKET_PUT_POLICY_ACTIONS: string[];
export declare const BUCKET_DELETE_ACTIONS: string[];
export declare const KEY_READ_ACTIONS: string[];
export declare const KEY_WRITE_ACTIONS: string[];