@aws-cdk/aws-ecs
Version:
The CDK Construct Library for AWS::ECS
12 lines (11 loc) • 429 B
TypeScript
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;
}