IInspectable¶
-
class
aws_cdk.core.
IInspectable
(*args, **kwds)¶ Bases:
typing_extensions.Protocol
Interface for examining a construct and exposing metadata.
Methods
-
inspect
(inspector)¶ Examines construct.
- Parameters
inspector (
TreeInspector
) –tree inspector to collect and process attributes.
- Return type
None
-