Show / Hide Table of Contents

Class ServiceOrderedPlacementStrategyArgs

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

Constructors

View Source

ServiceOrderedPlacementStrategyArgs()

Declaration
public ServiceOrderedPlacementStrategyArgs()

Properties

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 Input<string> Field { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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