Show / Hide Table of Contents

Interface IRestApiRef

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

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

Stability: Experimental

Synopsis

Properties

RestApiRef

(experimental) A reference to a RestApi resource.

Properties

RestApiRef

(experimental) A reference to a RestApi resource.

IRestApiReference RestApiRef { get; }
Property Value

IRestApiReference

Remarks

Stability: Experimental

Back to top Generated by DocFX