Class GetContainerDefinitionArgs
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 GetContainerDefinitionArgs : InvokeArgs
Constructors
View SourceGetContainerDefinitionArgs()
Declaration
public GetContainerDefinitionArgs()
Properties
View SourceContainerName
The name of the container definition
Declaration
public string ContainerName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
TaskDefinition
The ARN of the task definition which contains the container
Declaration
public string TaskDefinition { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |