Show / Hide Table of Contents

Interface IBaseService

The interface for BaseService.

Inherited Members
IService.ServiceArn
IService.ServiceName
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Env
IResource.Stack
IConstruct.Node
Namespace: Amazon.CDK.AWS.ECS
Assembly: Amazon.CDK.AWS.ECS.dll
Syntax (csharp)
public interface IBaseService : IService, IResource, IConstruct, IDependable
Syntax (vb)
Public Interface IBaseService
    Inherits IService, IResource, IConstruct, 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