AppMeshProxyConfigurationConfigProps¶
-
class
aws_cdk.aws_ecs.
AppMeshProxyConfigurationConfigProps
(*, container_name, properties)¶ Bases:
object
The configuration to use when setting an App Mesh proxy configuration.
- Parameters
container_name (
str
) – The name of the container that will serve as the App Mesh proxy.properties (
AppMeshProxyConfigurationProps
) – The set of network configuration parameters to provide the Container Network Interface (CNI) plugin.
Attributes
-
container_name
¶ The name of the container that will serve as the App Mesh proxy.
- Return type
str
-
properties
¶ The set of network configuration parameters to provide the Container Network Interface (CNI) plugin.
- Return type