Class ServiceDeploymentControllerArgs
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 ServiceDeploymentControllerArgs : ResourceArgs
Constructors
View SourceServiceDeploymentControllerArgs()
Declaration
public ServiceDeploymentControllerArgs()
Properties
View SourceType
Type of deployment controller. Valid values: CODE_DEPLOY, ECS. Default: ECS.
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |