Show / Hide Table of Contents

Interface IBaseService

The interface for BaseService.

Inherited Members
IService.ServiceArn
IService.ServiceName
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Env
IResource.Stack
Namespace: Amazon.CDK.AWS.ECS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IBaseService : IService, IResource, IConstruct, IDependable
Syntax (vb)
Public Interface IBaseService Inherits IService, IResource, IConstruct, IDependable

Synopsis

Properties

Cluster

The cluster that hosts the service.

Properties

Cluster

The cluster that hosts the service.

ICluster Cluster { get; }
Property Value

ICluster

Back to top Generated by DocFX