Show / Hide Table of Contents

Class GetContainerDefinitionArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetContainerDefinitionArgs
Inherited Members
InvokeArgs.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
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetContainerDefinitionArgs : InvokeArgs

Constructors

View Source

GetContainerDefinitionArgs()

Declaration
public GetContainerDefinitionArgs()

Properties

View Source

ContainerName

The name of the container definition

Declaration
public string ContainerName { get; set; }
Property Value
Type Description
System.String
View Source

TaskDefinition

The ARN of the task definition which contains the container

Declaration
public string TaskDefinition { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.