Interface IService
The interface for a service.
Namespace: Amazon.CDK.AWS.ECS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IService : IResource
Syntax (vb)
Public Interface IService
Inherits IResource, IConstruct, IDependable
Synopsis
Properties
ServiceArn | The Amazon Resource Name (ARN) of the service. |
ServiceName | The name of the service. |
Properties
ServiceArn
The Amazon Resource Name (ARN) of the service.
string ServiceArn { get; }
Property Value
System.String
Remarks
Attribute: true
ServiceName
The name of the service.
string ServiceName { get; }
Property Value
System.String
Remarks
Attribute: true