Class GetServiceArgs
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
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetServiceArgs : InvokeArgs
Constructors
View SourceGetServiceArgs()
Declaration
public GetServiceArgs()
Properties
View SourceClusterArn
The arn of the ECS Cluster
Declaration
public string ClusterArn { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ServiceName
The name of the ECS Service
Declaration
public string ServiceName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |