Show / Hide Table of Contents

Class TaskDefinitionProxyConfigurationArgs

Inheritance
System.Object
InputArgs
ResourceArgs
TaskDefinitionProxyConfigurationArgs
Inherited Members
ResourceArgs.Empty
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 Source

TaskDefinitionProxyConfigurationArgs()

Declaration
public TaskDefinitionProxyConfigurationArgs()

Properties

View Source

ContainerName

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.