Class DeploymentGroupEcsServiceGetArgs
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.CodeDeploy.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class DeploymentGroupEcsServiceGetArgs : ResourceArgs
Constructors
View SourceDeploymentGroupEcsServiceGetArgs()
Declaration
public DeploymentGroupEcsServiceGetArgs()
Properties
View SourceClusterName
The name of the ECS cluster.
Declaration
public Input<string> ClusterName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ServiceName
The name of the ECS service.
Declaration
public Input<string> ServiceName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |