class ProxyConfigurations
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.ECS.ProxyConfigurations |
Java | software.amazon.awscdk.services.ecs.ProxyConfigurations |
Python | aws_cdk.aws_ecs.ProxyConfigurations |
TypeScript (source) | @aws-cdk/aws-ecs » ProxyConfigurations |
The base class for proxy configurations.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as ecs from '@aws-cdk/aws-ecs';
const proxyConfigurations = new ecs.ProxyConfigurations();
Initializer
new ProxyConfigurations()
Methods
| Name | Description |
|---|---|
| static app | Constructs a new instance of the ProxyConfiguration class. |
static appMeshProxyConfiguration(props)
public static appMeshProxyConfiguration(props: AppMeshProxyConfigurationConfigProps): ProxyConfiguration
Parameters
Returns
Constructs a new instance of the ProxyConfiguration class.

.NET
Java
Python
TypeScript (