Interface IBaseService
The interface for BaseService.
Inherited Members
Namespace: Amazon.CDK.AWS.ECS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IBaseService : IService, IResource
Syntax (vb)
Public Interface IBaseService
Inherits IService, IResource, IConstruct, IDependable
Synopsis
Properties
Cluster | The cluster that hosts the service. |