Class TaskDefinitionProxyConfigurationArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class TaskDefinitionProxyConfigurationArgs : ResourceArgs
Constructors
View SourceTaskDefinitionProxyConfigurationArgs()
Declaration
public TaskDefinitionProxyConfigurationArgs()
Properties
View SourceContainerName
The name of the container that will serve as the App Mesh proxy.
Declaration
public Input<string> ContainerName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Properties
The set of network configuration parameters to provide the Container Network Interface (CNI) plugin, specified a key-value mapping.
Declaration
public InputMap<string> Properties { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
Type
The proxy type. The default value is APPMESH. The only supported value is APPMESH.
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |