class ProxyConfigurations
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.ECS.ProxyConfigurations |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsecs#ProxyConfigurations |
![]() | software.amazon.awscdk.services.ecs.ProxyConfigurations |
![]() | aws_cdk.aws_ecs.ProxyConfigurations |
![]() | 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.