Show / Hide Table of Contents

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 Source

ContainerName

The name of the container that will serve as the App Mesh proxy.

Declaration
public readonly string ContainerName
Field Value
Type Description
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 readonly ImmutableDictionary<string, string> Properties
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.String>
View Source

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