Class TaskDefinitionProxyConfiguration
Inheritance
System.Object
TaskDefinitionProxyConfiguration
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Ecs.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class TaskDefinitionProxyConfiguration
Fields
View SourceContainerName
The name of the container that will serve as the App Mesh proxy.
Declaration
public readonly string ContainerName
Field Value
| Type | Description |
|---|---|
| System.String |
Properties
The set of network configuration parameters to provide the Container Network Interface (CNI) plugin, specified a key-value mapping.
Declaration
public readonly ImmutableDictionary<string, string> Properties
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.String> |
Type
The proxy type. The default value is APPMESH. The only supported value is APPMESH.
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |