Class GetContainerDefinitionResult
Inheritance
System.Object
GetContainerDefinitionResult
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
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetContainerDefinitionResult
Fields
View SourceContainerName
Declaration
public readonly string ContainerName
Field Value
| Type | Description |
|---|---|
| System.String |
Cpu
The CPU limit for this container definition
Declaration
public readonly int Cpu
Field Value
| Type | Description |
|---|---|
| System.Int32 |
DisableNetworking
Indicator if networking is disabled
Declaration
public readonly bool DisableNetworking
Field Value
| Type | Description |
|---|---|
| System.Boolean |
DockerLabels
Set docker labels
Declaration
public readonly ImmutableDictionary<string, string> DockerLabels
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.String> |
Environment
The environment in use
Declaration
public readonly ImmutableDictionary<string, string> Environment
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.String> |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Image
The docker image in use, including the digest
Declaration
public readonly string Image
Field Value
| Type | Description |
|---|---|
| System.String |
ImageDigest
The digest of the docker image in use
Declaration
public readonly string ImageDigest
Field Value
| Type | Description |
|---|---|
| System.String |
Memory
The memory limit for this container definition
Declaration
public readonly int Memory
Field Value
| Type | Description |
|---|---|
| System.Int32 |
MemoryReservation
The soft limit (in MiB) of memory to reserve for the container. When system memory is under contention, Docker attempts to keep the container memory to this soft limit
Declaration
public readonly int MemoryReservation
Field Value
| Type | Description |
|---|---|
| System.Int32 |
TaskDefinition
Declaration
public readonly string TaskDefinition
Field Value
| Type | Description |
|---|---|
| System.String |