Show / Hide Table of Contents

Interface IServiceRef

(experimental) Indicates that this resource can be referenced as a Service.

Inherited Members
IEnvironmentAware.Env
Namespace: Amazon.CDK.Interfaces.AppRunner
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IServiceRef : IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Interface IServiceRef Inherits IConstruct, IDependable, IEnvironmentAware
Remarks

Stability: Experimental

Synopsis

Properties

ServiceRef

(experimental) A reference to a Service resource.

Properties

ServiceRef

(experimental) A reference to a Service resource.

IServiceReference ServiceRef { get; }
Property Value

IServiceReference

Remarks

Stability: Experimental

Back to top Generated by DocFX