aws-cdk-lib
Version:
Version 2 of the AWS Cloud Development Kit library
5 lines (4 loc) • 301 B
TypeScript
import type { IConstruct } from 'constructs';
import type { BucketAttributes } from './bucket';
export declare function parseBucketArn(construct: IConstruct, props: BucketAttributes): string;
export declare function parseBucketName(construct: IConstruct, props: BucketAttributes): string | undefined;