UNPKG

aws-cdk-lib

Version:

Version 2 of the AWS Cloud Development Kit library

5 lines (4 loc) 291 B
import { IConstruct } from 'constructs'; import { BucketAttributes } from './bucket'; export declare function parseBucketArn(construct: IConstruct, props: BucketAttributes): string; export declare function parseBucketName(construct: IConstruct, props: BucketAttributes): string | undefined;