Show / Hide Table of Contents

Interface IInspectable

Interface for examining a construct and exposing metadata.

Namespace: Amazon.CDK
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IInspectable
Syntax (vb)
Public Interface IInspectable

Synopsis

Methods

Inspect(TreeInspector)

Examines construct.

Methods

Inspect(TreeInspector)

Examines construct.

void Inspect(TreeInspector inspector)
Parameters
inspector TreeInspector
  • tree inspector to collect and process attributes.
Back to top Generated by DocFX