Show / Hide Table of Contents

Interface IBaseService

The interface for BaseService.

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

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