Class ServiceOrderedPlacementStrategyArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ServiceOrderedPlacementStrategyArgs : ResourceArgs
Constructors
View SourceServiceOrderedPlacementStrategyArgs()
Declaration
public ServiceOrderedPlacementStrategyArgs()
Properties
View SourceField
For the spread placement strategy, valid values are instanceId (or host,
which has the same effect), or any platform or custom attribute that is applied to a container instance.
For the binpack type, valid values are memory and cpu. For the random type, this attribute is not
needed. For more information, see Placement Strategy.
Declaration
public Input<string> Field { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Type
The type of placement strategy. Must be one of: binpack, random, or spread
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |