UNPKG

@cdklabs/cdk-appflow

Version:

*Note:* this library is currently in technical preview.

6 lines (5 loc) 138 B
import { IBucket } from "aws-cdk-lib/aws-s3"; export interface S3Location { readonly bucket: IBucket; readonly prefix?: string; }