Class ServiceOrderedPlacementStrategy
Inheritance
System.Object
ServiceOrderedPlacementStrategy
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.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ServiceOrderedPlacementStrategy
Fields
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 readonly string Field
Field Value
| Type | Description |
|---|---|
| System.String |
Type
The type of placement strategy. Must be one of: binpack, random, or spread
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |