UNPKG

aws-cdk-lib

Version:

Version 2 of the AWS Cloud Development Kit library

12 lines (11 loc) 429 B
import { AppMeshProxyConfigurationConfigProps } from './app-mesh-proxy-configuration'; import { ProxyConfiguration } from './proxy-configuration'; /** * The base class for proxy configurations. */ export declare class ProxyConfigurations { /** * Constructs a new instance of the ProxyConfiguration class. */ static appMeshProxyConfiguration(props: AppMeshProxyConfigurationConfigProps): ProxyConfiguration; }