Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws/constructs
/ IDependable
Interface
IDependable
src/dependency.ts:14–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
* deployed.
13
*/
14
export
interface
IDependable {
15
// Empty, this interface is a trait marker
16
}
17
18
/**
19
* A set of constructs to be used as a dependable
Callers
nothing calls this directly
Implementers
1
DependencyGroup
src/dependency.ts
Calls
no outgoing calls
Tested by
no test coverage detected