class ProxyConfigurations
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.ECS.ProxyConfigurations |
![]() | software.amazon.awscdk.services.ecs.ProxyConfigurations |
![]() | aws_cdk.aws_ecs.ProxyConfigurations |
![]() | @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.