Table of Contents

Interface IInspectable

Namespace
Amazon.CDK
Assembly
Amazon.CDK.dll

Interface for examining a construct and exposing metadata.

public interface IInspectable

Methods

Inspect(TreeInspector)

Examines construct.

void Inspect(TreeInspector inspector)

Parameters

inspector TreeInspector
  • tree inspector to collect and process attributes.