@cdkx/web-application
Version:
Static web application hosting related constructs
5 lines (4 loc) • 319 B
TypeScript
/// <amd-module name="@cdkx/web-application/facades/create-origin-bucket" />
import { WebApplication, IWebApplicationProps } from '../constructs/web-application.construct';
import { Bucket } from '@aws-cdk/aws-s3';
export declare function createOriginBucket(scope: WebApplication, props: IWebApplicationProps): Bucket;