Class ServiceDeploymentControllerGetArgs
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 ServiceDeploymentControllerGetArgs : ResourceArgs
Constructors
View SourceServiceDeploymentControllerGetArgs()
Declaration
public ServiceDeploymentControllerGetArgs()
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> |