class ProxyConfigurations
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.ECS.ProxyConfigurations |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsecs#ProxyConfigurations |
Java | software.amazon.awscdk.services.ecs.ProxyConfigurations |
Python | aws_cdk.aws_ecs.ProxyConfigurations |
TypeScript (source) | aws-cdk-lib » 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 { aws_ecs as ecs } from 'aws-cdk-lib';
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
Go
Java
Python
TypeScript (