ProxyConfigurations

class aws_cdk.aws_ecs.ProxyConfigurations

Bases: object

The base class for proxy configurations.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk import aws_ecs as ecs

proxy_configurations = ecs.ProxyConfigurations()

Static Methods

classmethod app_mesh_proxy_configuration(*, container_name, properties)

Constructs a new instance of the ProxyConfiguration class.

Parameters:
  • container_name (str) – The name of the container that will serve as the App Mesh proxy.

  • properties (Union[AppMeshProxyConfigurationProps, Dict[str, Any]]) – The set of network configuration parameters to provide the Container Network Interface (CNI) plugin.

Return type:

ProxyConfiguration