UNPKG

@cdkx/web-application

Version:

Static web application hosting related constructs

5 lines (4 loc) 371 B
/// <amd-module name="@cdkx/web-application/facades/create-dynamic-config-parameter" /> import { WebApplication, IWebApplicationProps } from '../constructs/web-application.construct'; import { StringParameter } from '@aws-cdk/aws-ssm'; export declare function createDynamicConfigParameter(scope: WebApplication, props: IWebApplicationProps): StringParameter | undefined;