class ProxyConfiguration
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.ECS.ProxyConfiguration |
Java | software.amazon.awscdk.services.ecs.ProxyConfiguration |
Python | aws_cdk.aws_ecs.ProxyConfiguration |
TypeScript (source) | @aws-cdk/aws-ecs » ProxyConfiguration |
Implemented by
App
Obtainable from
Proxy.appMeshProxyConfiguration()
The base class for proxy configurations.
Initializer
new ProxyConfiguration()
Methods
| Name | Description |
|---|---|
| bind(_scope, _taskDefinition) | Called when the proxy configuration is configured on a task definition. |
bind(_scope, _taskDefinition)
public bind(_scope: Construct, _taskDefinition: TaskDefinition): ProxyConfigurationProperty
Parameters
- _scope
Construct - _taskDefinition
TaskDefinition
Returns
Called when the proxy configuration is configured on a task definition.

.NET
Java
Python
TypeScript (