aws-cdk-lib.aws_ecs.ProxyConfigurations

class ProxyConfigurations

LanguageType name
.NETAmazon.CDK.AWS.ECS.ProxyConfigurations
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsecs#ProxyConfigurations
Javasoftware.amazon.awscdk.services.ecs.ProxyConfigurations
Pythonaws_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

NameDescription
static appMeshProxyConfiguration(props)Constructs a new instance of the ProxyConfiguration class.

static appMeshProxyConfiguration(props)

public static appMeshProxyConfiguration(props: AppMeshProxyConfigurationConfigProps): ProxyConfiguration

Parameters

  • props AppMeshProxyConfigurationConfigProps

Returns

  • ProxyConfiguration

Constructs a new instance of the ProxyConfiguration class.