Show / Hide Table of Contents

Class ClusterArgs

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

Constructors

View Source

ClusterArgs()

Declaration
public ClusterArgs()

Properties

View Source

CapacityProviders

List of short names of one or more capacity providers to associate with the cluster. Valid values also include FARGATE and FARGATE_SPOT.

Declaration
public InputList<string> CapacityProviders { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

DefaultCapacityProviderStrategies

The capacity provider strategy to use by default for the cluster. Can be one or more. Defined below.

Declaration
public InputList<ClusterDefaultCapacityProviderStrategyArgs> DefaultCapacityProviderStrategies { get; set; }
Property Value
Type Description
InputList<ClusterDefaultCapacityProviderStrategyArgs>
View Source

Name

The name of the cluster (up to 255 letters, numbers, hyphens, and underscores)

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Settings

Configuration block(s) with cluster settings. For example, this can be used to enable CloudWatch Container Insights for a cluster. Defined below.

Declaration
public InputList<ClusterSettingArgs> Settings { get; set; }
Property Value
Type Description
InputList<ClusterSettingArgs>
View Source

Tags

Key-value map of resource tags

Declaration
public InputMap<object> Tags { get; set; }
Property Value
Type Description
InputMap<System.Object>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.