Show / Hide Table of Contents

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 Source

Field

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

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.