Show / Hide Table of Contents

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 Source

ContainerName

Declaration
public readonly string ContainerName
Field Value
Type Description
System.String
View Source

Cpu

The CPU limit for this container definition

Declaration
public readonly int Cpu
Field Value
Type Description
System.Int32
View Source

DisableNetworking

Indicator if networking is disabled

Declaration
public readonly bool DisableNetworking
Field Value
Type Description
System.Boolean
View Source

DockerLabels

Set docker labels

Declaration
public readonly ImmutableDictionary<string, string> DockerLabels
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.String>
View Source

Environment

The environment in use

Declaration
public readonly ImmutableDictionary<string, string> Environment
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.String>
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

Image

The docker image in use, including the digest

Declaration
public readonly string Image
Field Value
Type Description
System.String
View Source

ImageDigest

The digest of the docker image in use

Declaration
public readonly string ImageDigest
Field Value
Type Description
System.String
View Source

Memory

The memory limit for this container definition

Declaration
public readonly int Memory
Field Value
Type Description
System.Int32
View Source

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

TaskDefinition

Declaration
public readonly string TaskDefinition
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.